Commit Graph

2735 Commits (029df5d3292bad193a41c52e36c922fe48aeaa1e)

Author SHA1 Message Date
Niels Andriesse ee38b3f1ae Merge branch 'dev' of github.com:loki-project/session-ios into dev 5 years ago
Niels Andriesse 40068dc8b6 Hopefully fix background crash 5 years ago
Niels Andriesse 74d60b36b9 Fix typo 5 years ago
Ryan ZHAO 9d2cdef750 fix up unlinking 5 years ago
Ryan ZHAO 3490f9a2b3 hide the threads with background friend requests after receiving sync contacts messages on slave device 5 years ago
Ryan ZHAO 9a711a8a61 Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into fix-syncing-for-multidevice 5 years ago
Niels Andriesse 89d039ffb0 Clean 5 years ago
gmbnt bd401549c4
Merge pull request #127 from RyanRory/fix-key-invalid
Ensure generated PreKeyBundle is valid
5 years ago
Niels Andriesse 4ed1197547 Add comment 5 years ago
gmbnt 3c3eb0d189
Merge pull request #126 from RyanRory/fix-unlink-device
fix unlink device
5 years ago
Ryan ZHAO c89e1f8fa7 minor fix for syncing groups 5 years ago
Ryan ZHAO 9f02752164 make sure the PrekeyBundle is valid before send it out 5 years ago
Niels Andriesse 1a77ba51cf Move file 5 years ago
Ryan ZHAO b990420c6f Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-open-group 5 years ago
Ryan ZHAO a8f61fdb14 WIP fix key invalid 5 years ago
Niels Andriesse 3479fc4333 Reduce code duplication 5 years ago
gmbnt eebff42412
Merge pull request #104 from RyanRory/sync-closed-group
Closed group functionality and synchronisation
5 years ago
Ryan ZHAO 3f0e616173 fix unlink device 5 years ago
Niels Andriesse 1c44a65f2c Fix database handling issues 5 years ago
Niels Andriesse c0dda78e52 Debug 5 years ago
Ryan ZHAO d53c74ff5b minor fix 5 years ago
Ryan ZHAO af913305b0 fix typo 5 years ago
Ryan ZHAO b013c417c3 enable sending sync open group messages 5 years ago
Ryan ZHAO 9afd838ea5 fix the sync message bug after refactoring 5 years ago
Ryan ZHAO 63aafe06a1 Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 5 years ago
Ryan ZHAO 5c3c00243c send sync messages with 2 contacts and 1 group each time 5 years ago
Niels Andriesse 60569bf4c3 Clean 5 years ago
gmbnt 53528184c3
Merge pull request #118 from RyanRory/pn-fix-attachment-issue
Fix background tasks crashing when PN received
5 years ago
Niels Andriesse a74dbf9a16 Clean 5 years ago
Niels Andriesse 1b3a1b55cc Merge branch 'dev' into security 5 years ago
Ryan ZHAO db2e6f8eec clean 5 years ago
Niels Andriesse bf54d78b99 Untie profile picture from auth token 5 years ago
Ryan ZHAO abb3f2f9b5 Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into pn-fix-attachment-issue 5 years ago
Ryan ZHAO d6f2f6fee2 fix attachment download 5 years ago
Niels Andriesse 26ded1b80a Clean up notification usage 5 years ago
Niels Andriesse d99efa1c57 Fix unsafe user defaults usage 5 years ago
Niels Andriesse 74a75d5b8a Fix proxying bug 5 years ago
Niels Andriesse 8719ea676d Enforce threading convention
All encryption and decryption on the global queue; don't bother for trivial operations
5 years ago
Niels Andriesse d7256ed0b3 Reduce device link fetching timeout 5 years ago
Niels Andriesse 2461432917 Fix freeze on joining an open group 5 years ago
Niels Andriesse 1d865b4af7 Cherry pick part of #110 5 years ago
Niels Andriesse f4b614bc81 Increase random snode pool size 5 years ago
Ryan ZHAO 87b7bfa0c0 remove updating for admins after a slave device received a group sync message 5 years ago
Ryan ZHAO b206f2944e Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 5 years ago
Niels Andriesse 59b3491127 Quick fix crash 5 years ago
Niels Andriesse 814d599dcc Fix duplicate request bug 5 years ago
Ryan ZHAO 807c862078 Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 5 years ago
Niels Andriesse 595905ebd0 Forward declare LKSessionResetStatus & clean 5 years ago
Ryan ZHAO be20236a78 Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 5 years ago
Niels Andriesse 64dc3607d3 Clean 5 years ago
Niels Andriesse a5b37a631d Merge branch 'dev' into session-reset-fix 5 years ago
Ryan ZHAO f9abed931b Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 5 years ago
Ryan ZHAO 7d66fa151c fix admin check method 5 years ago
Mikunj 080b24b282 Handle session adoption correctly 5 years ago
Mikunj 5bb9d135b1 Implement new cipher changes 5 years ago
Mikunj ff54cc4030 Removed duplicate DiffieHellman and FallbackSessionCipher files 5 years ago
Niels Andriesse 2dde805938 Remove unnecessary assertion 5 years ago
Ryan ZHAO 6c823ea16e Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 5 years ago
Ryan ZHAO 7bafd94643 check if the linked device is a member of the closed group 5 years ago
Niels Andriesse 6def911dbc Enforce file size limit for profile pictures 5 years ago
Niels Andriesse 758f37b886 Proxy profile picture uploads 5 years ago
Ryan ZHAO a3cd1995cd update the handler of receiving a sync request for groups 5 years ago
Ryan ZHAO 41a6308973 hide input tool bar on linked device after leaving a closed group 5 years ago
Ryan ZHAO 68bc25a00c Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 5 years ago
Ryan ZHAO d5c4939a45 enable leaving a closed group with linked device synced 5 years ago
Niels Andriesse 0c18e82524 Clean up logging & documentation 5 years ago
Niels Andriesse 85083d1969 Clean 5 years ago
Niels Andriesse bbb999dc83 Fix sealed sender related multi device issues 5 years ago
Ryan ZHAO 171c2341b8 join the group after receiving a group sync message 5 years ago
Ryan ZHAO 6724733387 Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 5 years ago
Ryan ZHAO 62cc2a399f totally fix the contact sync message issue 5 years ago
Niels Andriesse 8b201f594e Fix occasional hang on startup 5 years ago
Ryan ZHAO f8489f2459 Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 5 years ago
Ryan ZHAO ecf02bbb3e fix sending contact sync messages 5 years ago
Niels Andriesse c8a265258a Disable Loki News Feed & add missing message action 5 years ago
Niels Andriesse a586c9db2d Handle clock out of sync issue
Also generally improve error handling
5 years ago
Ryan ZHAO 12c7fd4313 Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 5 years ago
Ryan ZHAO d5d88c5589 fix the bug when sending the friend request for a contact sync message 5 years ago
Niels Andriesse f3a77222ab Clean 5 years ago
Niels Andriesse 067a31bb79 Reduce device link update interval 5 years ago
Ryan ZHAO cfe435bcd1 fix group parser 5 years ago
Ryan ZHAO 9e1681558e handle sync message of closed groups 5 years ago
Ryan ZHAO b5ce94c6ab add group parser 5 years ago
Ryan ZHAO 1a156c604a enable to send the group sync message 5 years ago
Niels Andriesse e1b5d5443d Make text messaging independent from the file server 5 years ago
Niels Andriesse 248fb6eeaf Show activity indicator for proxied file uploads 5 years ago
Niels Andriesse 18670545f9 Implement file size limit 5 years ago
Niels Andriesse cc40862740 Rename LokiStorageAPI → LokiFileServerAPI 5 years ago
Niels Andriesse d502aeaa80 Use a dummy auth token instead of no token at all 5 years ago
Niels Andriesse dfd4340c79 Use file-dev in debug mode 5 years ago
Niels Andriesse 3d29480c29 Don't include an auth token with encrypted file uploads
Also refactor a bit
5 years ago
Ryan ZHAO 24f31081d1 support sealed sender (envelopes with no source) for push notification 5 years ago
Niels Andriesse 15cc478654 Add report button for Session Public Chat messages 5 years ago
Niels Andriesse 9434a8364a Add Session public chat notice 5 years ago
Niels Andriesse 476edc14f1 Remove CallKit 5 years ago
Niels Andriesse b6003cbf8e Update file server URL 5 years ago
Niels Andriesse 76d9c1ad2d Merge branch 'bug-fix-quit-group' of github.com:RyanRory/loki-messenger-ios into dev 5 years ago
Niels Andriesse 323caac764 Fix copy 5 years ago
Ryan ZHAO e854300ee6 fix the bug when a group member quit the group and other members will see no members in the group 5 years ago
Niels Andriesse b5dcf4b78e Fix threading 5 years ago