Commit Graph

133 Commits (2ea43dbf8b63bb3f40d1b6a6ea60e0e603e1d0a5)

Author SHA1 Message Date
Audric Ackermann 2ea43dbf8b
fix: do not show pointer cursor on unclickable banner 2 months ago
Audric Ackermann 3caf48c6db
fix: do not show group expired banner without a good reason 2 months ago
Audric Ackermann 646d2d8f54
feat: mark 03 group expired if no hash retrieve at all 2 months ago
Audric Ackermann 28e1d9fe44
fix: cleanup releasedFeature slice 2 months ago
Audric Ackermann 5748fe5456
chore: disable a bunch of UI once legacy groups are deprecated 3 months ago
Audric Ackermann 946812a362
chore: fix typo 3 months ago
Audric Ackermann 060175004f
fix: retrieve from 2 snodes on every call
to take care of a snode being out of sync
3 months ago
Audric Ackermann f3cfe57764
chore: cleanup requestresponse & communityinvitation control msg 3 months ago
Audric Ackermann 6ae0e3aac9
fix: reset lasthash on promotion 3 months ago
Audric Ackermann fa98d0397a
fix: make sure joined_at is in seconds before saving 4 months ago
Audric Ackermann 315b4b4e4c
fix: add a way to empty all seenHashes & lastHashes for a pukbey 5 months ago
Audric Ackermann 53cdcfbe35
chore: address PR reviews 5 months ago
Audric Ackermann 93c451048a
fix: base64 zod doesn't work for us
also fix delete in a private chat
5 months ago
Audric Ackermann 3087604c1a
fix: address most PR reviews 5 months ago
Audric Ackermann db22094898
fix: delete messages for groups by admin are marked as deleted 5 months ago
Audric Ackermann 4c4806df47
chore: latest crowdin fetch 5 months ago
Audric Ackermann 02093fdfbf
fix: legacy groups are kind of working again
at least as much as they ever did
6 months ago
Audric Ackermann 487e418f73
test: fixed a few unit tests 6 months ago
Audric Ackermann e5724da28c
chore: fixed a bunch of compilation errors after merge
commit before fetching latest strings from crowdin
6 months ago
Audric Ackermann 7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 6 months ago
Audric Ackermann 25cf11f86a feat: call setName/setNameTruncated depending on usecase for nts 8 months ago
Audric Ackermann aa6d39c270 fix: delete member + content from the admin side 9 months ago
William Grant 0b811bc641 feat: added updateOurProfileDisplayName
which uses libsession to check the display name length, not yet used in onboarding
10 months ago
William Grant b40cf49acf Merge branch 'unstable' into feat/ses-825/onboarding2
bumped react and redux to the latest minior versions
10 months ago
Audric Ackermann 60c6f47bfa fix: compilation issues since merge
unwrapped was duplicating in onboarding1, so I had to duplicate my fix
to not unwrap it
10 months ago
Audric Ackermann 8ce2bf6d2a Merge remote-tracking branch 'origin/clearnet' into unstable 10 months ago
Audric Ackermann 2988420e50 chore: fix lint 10 months ago
Audric Ackermann 534cebf5c4 fix: bump libsession and remove manual unwrapping/wrapping of push() 10 months ago
William Grant cdc147cd33 fix: clean wip logs 10 months ago
William Grant bcdfc93764 fix: revert swarmpolling to before merging unstable 11 months ago
William Grant 685469438d Merge branch 'unstable' into feat/ses-50/onboarding
improved global window types for persistStore and inboxStore, we now await the persist store purge in deleteDbLocally
11 months ago
Audric Ackermann 9d9844aeb4 feat: make group v2 control messages disappear 11 months ago
Audric Ackermann 2ec6c7f29c feat: handle isDestroyed flag + "you were removed from XXX" 11 months ago
Audric Ackermann 6e137fe69f Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 11 months ago
Audric Ackermann 1796e82bcb fix: add handling of revoked namespace messages 11 months ago
William Grant b13e907753 fix: resolve cyclic imports in avatarplaceholder
bt moving types from data module identitykey, guardnode, snode, swarmnode to a separate file
11 months ago
William Grant c54b4d208e fix: was logging the push but not the dump 12 months ago
William Grant 18ef4a62c6 feat: log dumps for debugging restoring accounts
some config messages are not handled correctly and we need to know why
12 months ago
William Grant d4a8b555c6 Merge branch 'unstable' into feat/ses-825/onboarding2 12 months ago
Audric Ackermann 7f7f0fe26c fix: clear swarms from snodes not in pool on full fetch 1 year ago
William Grant 208d9cc0eb Merge branch 'unstable' into feat/ses-50/onboarding 1 year ago
William Grant 7f031681f8 fix: remove unneeded catch block for checking if we are online
the inboxStore isnt set yet and we arent displaying the connected path light
1 year ago
William Grant 5a131c5785 fix: updated pollOnceForDisplayName
we can return the try result directly in the block since the finally will alway be executed
1 year ago
Audric Ackermann 52ebcfdbab fix: randomly pick a snode topollfrom until we build a better way 1 year ago
William Grant 2265c59dcc fix: recover an account with a new display name if linking fails
added stop function to swarm polling
1 year ago
William Grant 0f6d80b847 Merge branch 'unstable' into feat/ses-50/onboarding 1 year ago
Audric Ackermann ae96936a1a fix: add logs during polling 1 year ago
William Grant d8cc0c79ea feat: refactored swarm polling to use only retrieveNextMessages again
created verifyBatchRequestResults function
1 year ago
William Grant 500ab60ffa fix: cleaned up typings and flattened error callback 1 year ago
William Grant c9eac6c83e feat: handle failing to find a display name from the swarm
the user can enter it manually, improved error handling, logging, sync post login
1 year ago