Maxim Shishmarev
|
4dd314c18f
|
Enable profile pictures
|
6 years ago |
sachaaaaa
|
6c28b1aa79
|
Merge pull request #623 from loki-project/multi-device
Multi device
|
6 years ago |
Maxim Shishmarev
|
d1c450a213
|
Merge pull request #621 from msgmaxim/select-messages
Prevent clicking on quote from selecting the message
|
6 years ago |
Beaudan Brown
|
685ada5cc5
|
Merge branch 'clearnet' into prep-merge
|
6 years ago |
Beaudan Campbell-Brown
|
a2e8e6480f
|
Merge pull request #539 from neuroscr/multidevice-publicchat
[multi-device] public chat
|
6 years ago |
Maxim Shishmarev
|
6c4fa6986b
|
Prevent clicking on quote from selecting the message
|
6 years ago |
Beaudan Brown
|
f1c155b943
|
Stop sending sync messages to public chats and mark messages from any of our devices as outgoing
|
6 years ago |
Beaudan Campbell-Brown
|
b42a8aab1f
|
Typo
Co-Authored-By: sachaaaaa <40749766+sachaaaaa@users.noreply.github.com>
|
6 years ago |
Beaudan Brown
|
807f4cbd2a
|
Storing primary device pubkey on the conversation model for easier access, ensuring that we accept all the friend requests from the primary conversation rather than the secondary
|
6 years ago |
Beaudan Brown
|
24a687c106
|
Throttle the refreshing of device mappings to once every minute
|
6 years ago |
Beaudan Campbell-Brown
|
6611a10855
|
Merge pull request #590 from BeaudanBrown/session-reset-on-fr
Session reset on fr
|
6 years ago |
Beaudan Brown
|
c31535edb4
|
Rename blockSync, only send contacts and profile if sending a GRANT request, do *not* always be friends with secondary devices because we still need to complete a friend request exchange
|
6 years ago |
Beaudan Brown
|
332cd30052
|
Send contact sync message when becoming friends with contact and auto accept/send friend requests when receiving contact sync
|
6 years ago |
Beaudan Campbell-Brown
|
0f74a002df
|
Merge pull request #601 from BeaudanBrown/sync-messages
[multi-device] Sync messages
|
6 years ago |
Beaudan Brown
|
15c07ea7df
|
Sync secondary devices again but handle the receiving of them properly
|
6 years ago |
Maxim Shishmarev
|
027e17f7d0
|
Reset multi selection when conversation is deleted/changed
|
6 years ago |
Beaudan Brown
|
accd16cae1
|
Trigger friend request received update for the correct device conversation, throttle the sending of automated friend requests and don't send them to devices which sent *us* a friend request
|
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
|
f16b032056
|
Handle sync messages properly for some edge cases, ensure we always have a primaryDevicePubKey, send contact sync message
|
6 years ago |
Maxim Shishmarev
|
395daf3aba
|
Use Array.includes in place of Array.indexOf
|
6 years ago |
Maxim Shishmarev
|
a2f836c690
|
Address review comments
|
6 years ago |
Maxim Shishmarev
|
7c05939f55
|
Add group admins and the ability to remove members from private groups
|
6 years ago |
Maxim Shishmarev
|
9f81f67460
|
Can leave private group chats
|
6 years ago |
Maxim Shishmarev
|
f5e9a870f7
|
Add support for mentions in private group chats
|
6 years ago |
Maxim Shishmarev
|
cf18572049
|
Adding new group members; establishing sessions between non-friends
|
6 years ago |
Maxim Shishmarev
|
0d19b708f9
|
Creating private group chats between friends
|
6 years ago |
Maxim Shishmarev
|
1f4af59dad
|
Delete public chat messages locally if not stored on the server
|
6 years ago |
Beaudan Brown
|
e9dc3b531e
|
Simplify auto accept check
|
6 years ago |
Beaudan Brown
|
653fd06451
|
Don't await for some background messages
|
6 years ago |
Beaudan Brown
|
8ccf62ed4e
|
Trigger endSession code if we receive a friend request from a friend
|
6 years ago |
Beaudan Brown
|
cc8277f54d
|
Better variable name and use it in more places
|
6 years ago |
Beaudan Brown
|
883feb668d
|
The rest of my multidevice work, send messages to all the correct devices and automatic friend request if not friends with a device
|
6 years ago |
Beaudan Campbell-Brown
|
aa66b28ffe
|
Merge pull request #579 from BeaudanBrown/friends-with-any
Add isFriendsWithAnyDevice and use it in relevant places
|
6 years ago |
Beaudan Brown
|
76b36845bb
|
Add isFriendsWithAnyDevice and use it in relevant places
|
6 years ago |
Beaudan Brown
|
08ad913105
|
Add explicit isSecondary flag to conversation list items so they can remain hidden in the menu after they become friends etc
|
6 years ago |
Beaudan Brown
|
2f52995e18
|
Fix the delete messages button to not break the conversation
|
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
|
22df66c08f
|
Fix missing await, fix undefined bug
|
6 years ago |
Beaudan Brown
|
a3019e12bf
|
Hide android friend request accepts and lint
|
6 years ago |
Beaudan Campbell-Brown
|
ac80ef0d4e
|
Merge pull request #557 from BeaudanBrown/add-server
Add server
|
6 years ago |
Beaudan Brown
|
f538aeea50
|
Remove old link preview system
|
6 years ago |
Beaudan Brown
|
29e83cadbf
|
Check against null message body when detecting mentions
|
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
|
8d6fee4aec
|
Merge branch 'clearnet' into multi-device
|
6 years ago |
sachaaaaa
|
53bdf14321
|
refactor
|
6 years ago |
Maxim Shishmarev
|
8be1c61f4c
|
Highlight conversations with unread mentions of the user
|
6 years ago |
sachaaaaa
|
1f3311bc5d
|
Save device mappings upon accepting friend request + various fixes
|
6 years ago |