Maxim Shishmarev
|
a195c98061
|
Add a feature flag for snode proxy
|
5 years ago |
Ryan Tharp
|
c9c1567e80
|
fix token refresh, log error when failing to send a message
|
5 years ago |
Ryan Tharp
|
88b62210e7
|
array/meta guard, getModerators(), addModerators()/removeModerators()
|
5 years ago |
Ryan Tharp
|
91a814b20a
|
remove avatar annotation if not needed, lint
|
5 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
|
5 years ago |
Ryan Tharp
|
a3abf3b14a
|
Merge pull request #661 from sachaaaaa/encrypted_avatar
Encrypted profile pic
|
5 years ago |
sachaaaaa
|
4da7243945
|
simplify tiny public chat snippet
|
5 years ago |
sachaaaaa
|
a29f0a4120
|
encrypted pictures for public chats
|
5 years ago |
vincentbavitz
|
2e83881373
|
Merge pull request #652 from vincentbavitz/public-ban
Public ban
|
5 years ago |
Beaudan Brown
|
43a91ab672
|
Linted
|
5 years ago |
Beaudan Brown
|
bee5a89f14
|
Show toast on user ban
|
5 years ago |
Beaudan Brown
|
2bbc1ecf63
|
Make ban user; handle server request
|
5 years ago |
Ryan Tharp
|
065f2ca47f
|
setProfileName refactor, setHomeServer(), immediate detect if our ProfileName gets out of sync on the server
|
5 years ago |
Ryan Tharp
|
bb9912dcc5
|
update some notes
|
5 years ago |
Ryan Tharp
|
7088411cff
|
fix where the avatar went
|
5 years ago |
Ryan Tharp
|
6bd1227189
|
add back missing avatarAnnotation for now, move setLastRetrievedMessage to after multidevice processing, make getListOfMembers async, subscribe to the channel when it registers, partChannel(), getSubscribers(), fix avatar message object placement
|
5 years ago |
Ryan Tharp
|
106a42306e
|
Merge branch 'clearnet' of https://github.com/loki-project/loki-messenger into multidevice-publicchat
|
5 years ago |
Ryan Tharp
|
3508658e00
|
pull avatar out of annotation, put it in profile
|
5 years ago |
Maxim Shishmarev
|
8cd8c8d4f9
|
Merge pull request #610 from msgmaxim/profile-pictures
Enable custom profile pictures
|
5 years ago |
Maxim Shishmarev
|
02cf9d58c8
|
Explicitly set server id for avatars to null
|
5 years ago |
Ryan Tharp
|
207e3d022f
|
Merge branch 'profile-pictures' of https://github.com/msgmaxim/loki-messenger into multidevice-publicchat
|
5 years ago |
Ryan Tharp
|
0c8873b5a2
|
constant naming clean up, remove slavePrimaryMap from LokiAppDotNetAPI, request user_annotations, home server support, use new verifyPrimaryPubKeys return format, avatar stubs
|
5 years ago |
Maxim Shishmarev
|
5a08ac9cc1
|
Use avatar specific endpoint
|
5 years ago |
sachaaaaa
|
6471c3698f
|
Fix errors showing up from invalid public chats
|
5 years ago |
Maxim Shishmarev
|
4dd314c18f
|
Enable profile pictures
|
5 years ago |
Beaudan Brown
|
685ada5cc5
|
Merge branch 'clearnet' into prep-merge
|
5 years ago |
Ryan Tharp
|
c40fe1dc79
|
reduce branching depth, prefer reduce over forEach, add comments, lint, dead code removal
|
5 years ago |
Beaudan Brown
|
ac762d43d5
|
Reduce indentation and simplify code by using existing verification functions
|
5 years ago |
Ryan Tharp
|
60cefc7fe1
|
improve comments
|
5 years ago |
Ryan Tharp
|
1a59ef5f92
|
rename getUsersAnnotations => getUsers
|
6 years ago |
Ryan Tharp
|
eab53e158e
|
Merge branch 'multi-device' of https://github.com/loki-project/loki-messenger into multidevice-publicchat
|
6 years ago |
sachaaaaa
|
2c1375e42a
|
Fix recurring memory leak in mentions
|
6 years ago |
Maxim Shishmarev
|
7c96990119
|
Correctly handle server errors in multi-deletion
|
6 years ago |
Maxim Shishmarev
|
8677fb15a0
|
Select multiple messages and bulk deletion
|
6 years ago |
Beaudan Brown
|
d97eced37b
|
Merge branch 'clearnet' into multi-device
|
6 years ago |
Beaudan Brown
|
a3635216db
|
Enable sending audio recordings
|
6 years ago |
Beaudan Brown
|
221c6b53b1
|
Clean up a bit
|
6 years ago |
Beaudan Brown
|
8cf90ae85d
|
Use message timestamp for empty messages
|
6 years ago |
Beaudan Brown
|
638f1c0e6c
|
Bringing together all the stuff for attachments and link previews
|
6 years ago |
Beaudan Brown
|
9114a3bc03
|
Annotation conversations
|
6 years ago |
Beaudan Brown
|
f0c198c7b7
|
Split uploadData to public and private
|
6 years ago |
Beaudan Campbell-Brown
|
ac80ef0d4e
|
Merge pull request #557 from BeaudanBrown/add-server
Add server
|
6 years ago |
Beaudan Brown
|
4e85435bf7
|
Update attachment pipeline to upload and download from loki fileserver
|
6 years ago |
Beaudan Brown
|
363cd81ccc
|
Hook up UI to all the server creation logic etc
|
6 years ago |
Beaudan Brown
|
4e70b66131
|
Extract the async token grab from the server api constructor and put in the factory. Fix up the areas this affects
|
6 years ago |
Beaudan Brown
|
5d2f7ddb20
|
Add messages needed for UI, bit of house work
|
6 years ago |
Beaudan Brown
|
9ed3ec5dec
|
Fix linting
|
6 years ago |
Beaudan Brown
|
399c54452e
|
Default user name to anonymouse if they don't have one set
|
6 years ago |
Beaudan Brown
|
f9f7a799b5
|
Updating signature scheme to use hard coded fields
|
6 years ago |
Ryan Tharp
|
7f433f3df0
|
move file server related functions into file server, make multidevice states global
|
6 years ago |