Commit Graph

6397 Commits (9bdd2264fa69e48d1900aced1a0a75e247e403b7)
 

Author SHA1 Message Date
Ryan Tharp 9bdd2264fa
Merge pull request #693 from neuroscr/multidevice-publicchat
Fix token refreshing
6 years ago
Ryan Tharp c9c1567e80 fix token refresh, log error when failing to send a message 6 years ago
Ryan Tharp 1c02489c2f improve context for log message 6 years ago
Ryan Tharp 2cf39cc1ed
Merge pull request #690 from neuroscr/multidevice-publicchat
Add/Remove Moderators interface
6 years ago
Ryan Tharp 2761e89732 Make aspects of the HTML easier to style 6 years ago
Ryan Tharp 0281338a39 fix tabIndex 6 years ago
Mikunj Varsani eb03adf704
Merge pull request #680 from Mikunj/bug-fix
Fix minor profile picture bugs.
6 years ago
Ryan Tharp 7a97736751 remove unused manageModerators dialog 6 years ago
Ryan Tharp 6c9f14fc31 fix makeAttachmentPointer to make 3 parameter optional 6 years ago
Ryan Tharp 9af91d228c fix typo 6 years ago
Ryan Tharp 88b62210e7 array/meta guard, getModerators(), addModerators()/removeModerators() 6 years ago
Ryan Tharp c794ecea7a new add/remove moderation dialog messages 6 years ago
Ryan Tharp 5730a88c18 add/remove moderator modal dialogs 6 years ago
Mikunj 84a8b0f0af Merge branch 'clearnet' into bug-fix 6 years ago
Audric Ackermann 33c641e2f0
Merge pull request #681 from Bilb/655-clickable-profile
655 clickable profile
6 years ago
Audric Ackermann 6d662f6b05 rename UserDetailsDialog isEnlargeImageShown-> isEnlargedImageShown 6 years ago
Audric Ackermann a30d772c64 topleft avatar click show edit profile 6 years ago
Audric Ackermann 531b782669 click on our avatar show the edit profile dialog & fix lint 6 years ago
Audric Ackermann 14dab92989 jazzicon make borderRadius 50% rather than 50px 6 years ago
Audric Ackermann 2fdb4c3540 cleanup code 6 years ago
Audric Ackermann 4999ececfd enlarged avatar when clicked in showUserDetailsDialog 6 years ago
Audric Ackermann b21b439092 make showUserDetails modal close on click outside 6 years ago
Audric Ackermann a64df1c91c fix lint 6 years ago
Ryan Tharp 8916657bb4
Merge pull request #679 from neuroscr/multidevice-publicchat
Public Server Moderator QoL improvements
6 years ago
Ryan Tharp 37f4b8e8ed use else 6 years ago
Ryan Tharp b100205730 fix time includes, unregisterChannel use findIndex 6 years ago
Ryan Tharp dc13091e99 Merge branch 'multidevice-publicchat' of https://github.com/neuroscr/loki-messenger into multidevice-publicchat 6 years ago
Ryan Tharp 03efa0634b add back in time functions 6 years ago
Ryan Tharp 549e3b4516
Merge branch 'clearnet' into multidevice-publicchat 6 years ago
Maxim Shishmarev 5123fa0409
Merge pull request #669 from msgmaxim/restoration
Prompting the user to reset session on invalid ciphertext
6 years ago
vincentbavitz 449eb8536b System clock (#677)
* Show toast when client clock is out of sync

* Fixed syntactical misarrangements

* Simplify getServerTime method

* Futher simplify getServerTime method

* Update js/modules/loki_app_dot_net_api.js

Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>

* Update js/modules/loki_app_dot_net_api.js

Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>

* Update loki_app_dot_net_api.js

Use cached timestamp value

* Update preload.js

Update some values to function scope

* Updated syntax

* Semifinal changes

* Improved efficiency and eliminated need for restart on clock update

* Remove await and immediately invoked function
6 years ago
Ryan Tharp 91a814b20a remove avatar annotation if not needed, lint 6 years ago
Mikunj 724d7aa0eb Linting. 6 years ago
Ryan Tharp bb66515cce we now expose LokiAppDotNetServerAPI, move getPrivateKey into chatAPI, deleteMessage clean up forEach with filter, add channel setting functions, update moderators endpoint/use primary device 6 years ago
Ryan Tharp facae157fe actually move public chat specific functions into this class (isolating the file server classes) 6 years ago
Ryan Tharp a7bb17b977 remove _adnApi and expect LokiAppDotNetAPI to be like the serverAPI 6 years ago
Ryan Tharp eb888874e1 remove the need for lokiPublicChatAPI and reorganize the process/notes 6 years ago
Ryan Tharp d58a835af4 enable updateGroup if a public chat channel mod 6 years ago
Ryan Tharp b152d186d5 handle public chat group update 6 years ago
Ryan Tharp 24f7c33ab6 add isPublic property, support public chat settings 6 years ago
Ryan Tharp 22979e9d6b add amMod property 6 years ago
Ryan Tharp 3678b49787 abort trying response if failed 6 years ago
Ryan Tharp 027bb76989 setPublicSource now marks convo active, make getPublicSendData use the lokiPublicChatAPI findOrCreateChannel, add some warnings 6 years ago
Ryan Tharp ca0e1f995c handle public group updates differently 6 years ago
Ryan Tharp 29090ad80a add updatePublicGroupDialogTitle and strip trailing whitespace 6 years ago
Ryan Tharp e9773c05be mark all public servers as active (move out of friends tab into convos where you'd expect it) 6 years ago
Mikunj daf5da09c6 Fix minor profile picture bugs. 6 years ago
Mikunj b3dcd07d16 Bump version to 1.0.0-beta9 6 years ago
Mikunj ad16cbec4a Bundle mac app as dmg instead of 7z. 6 years ago
Ryan Tharp a3abf3b14a
Merge pull request #661 from sachaaaaa/encrypted_avatar
Encrypted profile pic
6 years ago