Commit Graph

491 Commits (454003c02799ee07c4b904bc3af4a91d462a9da8)

Author SHA1 Message Date
ryanzhao 69dea75486 potentially fix the conversation stuck at unread 4 years ago
Niels Andriesse 1d1d63c979 Don't auto resubscribe to PNs for muted closed groups 4 years ago
Niels Andriesse 11df899db3 Don't use jobs for open group polling
It's not necessary because we can always get the messages again from the server, and it helps with performance
4 years ago
Niels Andriesse e84fc1aa04 Include destination info in error messages 4 years ago
Niels Andriesse aae11b1c28 Disable PNs for muted closed groups 4 years ago
Niels Andriesse ba60879343 Add support for new ban and delete all endpoint 4 years ago
Niels Andriesse e796f6bacd Don't retry message send jobs when rate limited 4 years ago
Niels Andriesse 2928a8f66c Don't unnecessarily retry downloads for expired attachments 4 years ago
Niels Andriesse 6bc9b21cde Fix handling of failed messages in open groups
Failures wouldn't show up because `recipientIdentifiers` was empty for open groups
4 years ago
Niels Andriesse f0295fb469 Fix crash 4 years ago
Niels Andriesse 356dc0cc4f Clean up indentation 4 years ago
Brice-W 2f0fe36905 add expiration timer to configuration message 4 years ago
Brice-W a840d61f4e delete obsolete code 4 years ago
Brice-W c1bd21c3f0 proto updated 4 years ago
Niels Andriesse 7bb7edd3c0 Further cleanup 4 years ago
Niels Andriesse b090227a2d Fix potential crash & apply code convention 4 years ago
Brice-W 1f9cd92bce set expiration timer for new group members 4 years ago
Brice-W 0b5c1a68ee proto update 4 years ago
nielsandriesse 1041f991fd Fix unnecessary map calls 4 years ago
Brice-W 546f91ce65 Merge branch 'dev' of https://github.com/oxen-io/session-ios into closed-group-fix 4 years ago
Brice-W 49c1de8387 clean 4 years ago
Brice-W dbcf19529b fix 4 years ago
Brice-W 9e790986f6 fix closed group corner cases 4 years ago
nielsandriesse 86c2c39425 Fix background polling crash 4 years ago
nielsandriesse e24fca7b37 Fix job duplication bug
This could cause attachments not to download on the receiving side, and potentially also cause duplicate push notifications to be sent
4 years ago
nielsandriesse f588b6b611 Fix incorrect protobuf value 4 years ago
nielsandriesse 0d9f5388da Prepare for OGS timestamp handling changes 4 years ago
nielsandriesse 1b4cfdb22f Add get Session version file server endpoint 4 years ago
nielsandriesse bf9d860214 Batch thread updates 4 years ago
nielsandriesse ff1d2d2f28 Remove (seemingly) unnecessary hack 4 years ago
nielsandriesse e72c6d4cbd Mark .noThread error as non-retryable 4 years ago
Niels Andriesse 601062c9ef Fix timeSinceLastOpen usage 4 years ago
Brice-W 51ba97827d open group polling limit implementation 4 years ago
Niels Andriesse aa3a18fa7e Don't notify for closed group control messages
This addresses an issue where:

• someone would create a closed group
• on other peoples' devices this control message would be received through a background poll or a push notification
• the received message timestamps table would be updated
• processing wouldn't be finished (during a background poll or while handling a push notification the system can cut you off at any time)
• some of the added users don't see the new closed group because when they open the app and get the control message from their swarm it's considered a duplicate and isn't processed again
4 years ago
Niels Andriesse 3fda8daec9 Merge branch 'dev' into cleanup 4 years ago
Niels Andriesse 61dd768e5c Minor refactoring 4 years ago
Niels Andriesse 74ba177250
Merge pull request #411 from RyanRory/expiration-timer-fix
Fix Expiration Timer Issues
4 years ago
Niels Andriesse c84a942478 Fix push notification handling
This was crashing every time the extension started
4 years ago
Niels Andriesse 20e0103d2d Switch to dedicated server 4 years ago
nielsandriesse c36cf1a36d Hopefully fix closed group handling bug 4 years ago
Ryan ZHAO d7a7abc11e start expiration timer after attachments downloaded 4 years ago
Niels Andriesse cdf27a631a Fix profile picture handling 4 years ago
Niels Andriesse 38a7c93967 Fix profile picture handling 4 years ago
nielsandriesse 73eeff3ea1 Debug 4 years ago
nielsandriesse 17688a66e6 Make closed group polling variable rate 4 years ago
Niels Andriesse 16a01ccc00
Merge pull request #405 from oxen-io/open-group-invitations-2
Open Group Invitations
4 years ago
Ryan ZHAO 539b13d189 fix inconsistent voice message durations 4 years ago
Niels Andriesse e4d1925436 Show confirmation dialog 4 years ago
Niels Andriesse f3fef34259 Implement proto conversion 4 years ago
Niels Andriesse 0153e1cefd Update protos 4 years ago
Niels Andriesse e2715d1ee9 Implement sending logic 4 years ago
Niels Andriesse bd04775cbf Implement open group invitations UI 4 years ago
Niels Andriesse e3671291c5 Merge branch 'dev' into cleanup 4 years ago
Niels Andriesse f893acfe3b Make attachment padding consistent cross-platform 4 years ago
Niels Andriesse 7e60d3c218 Merge branch 'dev' into cleanup 4 years ago
Niels Andriesse ad801d4f33 Fix threading 4 years ago
nielsandriesse ed047ac512 More cleanup 4 years ago
nielsandriesse 06f795169b Merge branch 'dev' into cleanup 4 years ago
nielsandriesse 964cb8b326 Fix new deletion method 4 years ago
nielsandriesse 47daf16d5c Merge branch 'dev' into deletion-handling 4 years ago
nielsandriesse 0c864454aa Remove duplicate message server ID tracking 4 years ago
nielsandriesse b3a6d90a1b Add missing strings 4 years ago
nielsandriesse a098ba7125 Remove unused code 4 years ago
nielsandriesse 8512691f2b Clean 4 years ago
nielsandriesse 05d688a6d3 Add missing enum case 4 years ago
nielsandriesse 955e3abdad Clean up group update handling 4 years ago
nielsandriesse 49f3b9f7db Rename contactIdentifier → contactSessionID 4 years ago
nielsandriesse 21acdfc835 Clean up thread model 4 years ago
Niels Andriesse d742fc1548 Delete V1 OGS & file server 4 years ago
Niels Andriesse f552d51423 Remove unused code 4 years ago
Niels Andriesse fee6861847 Minor refactoring 4 years ago
Niels Andriesse 3daa6e8de1 Fix deletion handling 4 years ago
Niels Andriesse d516aa7ecb Fix profile updating bug 4 years ago
Niels Andriesse 4eb7d19b3e Fix initial rooms fetch 4 years ago
Niels Andriesse c747acfc04 Fix compact poll deletion handling 4 years ago
nielsandriesse 95d3311fac Debug 4 years ago
nielsandriesse deb301e5b7 Update for OGS API changes 4 years ago
Niels Andriesse e9df213bfe Put feature flags in one place 4 years ago
Niels Andriesse f7613e09bf Convert remaining file server usages 4 years ago
Niels Andriesse 0ceb434215 Update AttachmentUploadJob for the V2 file server 4 years ago
Niels Andriesse 6b97f86c32 Update AttachmentDownloadJob for the V2 file server 4 years ago
Niels Andriesse 3e11c505e2 Create FileServerAPIV2 4 years ago
Niels Andriesse b516647125 Switch to production 4 years ago
Niels Andriesse b3f9824b91 Add documentation 4 years ago
Niels Andriesse bd895dbf29 Fix group member adding bug 4 years ago
Niels Andriesse 5021357661 Fix timestamp issue 4 years ago
Niels Andriesse cfb1d78d35 Fix compact polling auth token handling 4 years ago
Niels Andriesse f865bd8125 Enable V2 open groups 4 years ago
Niels Andriesse b85edbe900 Fix potentially duplicated requests 4 years ago
nielsandriesse accd838017 Merge branch 'dev' into snode-list-updating 4 years ago
Niels Andriesse 2f67073a5a Implement new snode pool updating method 4 years ago
Niels Andriesse 5a242ce4e8 Debug 4 years ago
Niels Andriesse fac376bf55 Use HTTP for default session open group server 4 years ago
Niels Andriesse edd9139fe0 Manually vacuum the DB every time the app is started 4 years ago
Niels Andriesse 709c0f1463 Add documentation 4 years ago
Niels Andriesse 4774123ad4 Update V2 open group poller for compact polling 4 years ago
Niels Andriesse 3ab7733b77 Merge branch 'closed-groups' into open-group-performance 4 years ago
Niels Andriesse 35bd22f542 Clean 4 years ago
Niels Andriesse 3f1358ac4d Debug 4 years ago
Ryan ZHAO d897952ce0 use sent timestamp instead of received timestamp for sorting and UI 4 years ago