Commit Graph

5890 Commits (431af493fffc12b0705acba6c8631eae1e87c4bd)

Author SHA1 Message Date
Audric Ackermann 431af493ff
Merge pull request #42 from Bilb/groups-fixes
feat: add correct url for group v1 banner + more group fixes
10 months ago
Audric Ackermann 91a71f0604
fix: ignore errors on dump/confirmPush for groups to avoid race cond 10 months ago
Audric Ackermann 2e6f09cbec
fix: deleteMemberContent is optional 10 months ago
Audric Ackermann 3bebb3ef7f
feat: add correct url for group v1 banner deprecated 10 months ago
Bilb 52fcff410b [Automated] Update translations from Crowdin 10 months ago
Audric Ackermann 911d3883f4
fix: sneaky double showError remove + lint 10 months ago
wafflesvsfrankie e2ae0e3ab3 fix: fixed a bunch of nice to have strings and updated the styling on message request banner icon 10 months ago
Audric Ackermann 811d334e5a
Merge pull request #35 from Bilb/fix-groups-issues-5
fix: more x4 fixes for group
10 months ago
Audric Ackermann e0d719457f
feat: limit input of composition box to 2000 char 10 months ago
Audric Ackermann 82ec3414b5
fix: override local 03 group priority with what we get from merge 10 months ago
Audric Ackermann b7cd4fc247
fix: group admin delete attachments subset of attachments only 10 months ago
Audric Ackermann 946812a362
chore: fix typo 10 months ago
Audric Ackermann fbc449e859
fix: trust userGroups is kicked state in addition to the group's one 10 months ago
Audric Ackermann 060175004f
fix: retrieve from 2 snodes on every call
to take care of a snode being out of sync
10 months ago
Audric Ackermann 3e9c1e5060
fix: padding issue when inviteToGroup container has no child 10 months ago
Audric Ackermann cd6fd475e3
fix: use unique timestamps for batch request
because android still needs them to be uniq
10 months ago
Audric Ackermann 5f468144be
Merge pull request #34 from Bilb/fix-groups-issues-4
fix: more more more fixes for groups
10 months ago
Audric Ackermann 624134ccc9
fix: anything to 03 pubkey should be wrapped to envelope for group
even if no one should care about it, android still does
10 months ago
Audric Ackermann d55b88790f
fix: do not deleted quoted message attachments on quote delete 10 months ago
Audric Ackermann c131cad927
fix: avatar does not reset when moving to a convo without one
see SES-2800
10 months ago
Audric Ackermann 5e67f6a424
fix: screen does not glitch on last message deleted anymore 10 months ago
Audric Ackermann 70cd069175
fix: multiple DaR/DaS messages can no longer appear 10 months ago
Audric Ackermann 43818833cc
feat: add asdf .tool-versions file to specific python version for convenience 10 months ago
Audric Ackermann eda1c53577
chore: lint 10 months ago
Audric Ackermann 16d835edf3
fix: resolve compilation issues after merge 10 months ago
Audric Ackermann 8480bc678c
Merge remote-tracking branch 'upstream/unstable' into release/1.15.0 10 months ago
Audric Ackermann ca67167ce5
chore: rename useAreSameThanOurSide to useOurExpirationMatches 10 months ago
Audric Ackermann 42d54abb91
chore: refactor I18n types outside of window object
to keep ts/localization folder self contained
10 months ago
Audric Ackermann ce734f1e1c
chore: enforce i18n functions types to match what is in window.d.ts 10 months ago
Audric Ackermann 9156ec83a7
fix: make inviteAsAdmin a useState and not featureFlag 10 months ago
Audric Ackermann bc680a39f6
chore: cleanup message list component to render switch 10 months ago
Audric Ackermann d4cae6e5b2
chore: address PR reviews 10 months ago
Audric Ackermann 9e32aa01ef
chore: rename GroupInvitation.tsx to CommunityInvitation.tsx 10 months ago
Audric Ackermann b3fffc9cae
fix: fix the control messages not being marked as read sometimes 10 months ago
Audric Ackermann e33f2ed734
chore: useIsMessageSelectioMode hook when needed 10 months ago
Audric Ackermann 42f47c15f6
chore: move cleaning up of groupupdates 10 months ago
Audric Ackermann 5fd5db5a2d
chore: bring back the screenshot notification handling
as it is not removed from all platforms yet
10 months ago
Audric Ackermann 7cf3bcbcf1
chore: cleanup groupUpdates props 10 months ago
Audric Ackermann fac7960cc9
chore: cleanup expireationTimerUpdate msg 10 months ago
Audric Ackermann 35c77accac
chore: cleanup call notification message selectors 10 months ago
Audric Ackermann a70fda8472
chore: renamed deleteMessageLocallyOnly to plural syntax 10 months ago
Audric Ackermann 7570bc6ba7
chore: cleanup data extraction notification 10 months ago
Audric Ackermann 3c0f9fe14e
chore: move msgId to commonProps in SessionMessagesList 10 months ago
Audric Ackermann f3cfe57764
chore: cleanup requestresponse & communityinvitation control msg 10 months ago
yougotwill fd24a47b91 fix: create custom error for display name retrieval errors 10 months ago
Audric Ackermann 73bb96665e
fix: only trigger remove of members that are not in the group 10 months ago
yougotwill f9ccc317b6 fix: catch truncation errors when setting the display name
fixes incorrectly showing shorter display name error in integration tests
10 months ago
Audric Ackermann 1f39533abd
fix: make cancel button not hidden on light mode 10 months ago
Audric Ackermann 9924381857
fix: allow to delete msg locally only for groupv2 10 months ago
Audric Ackermann 8005f6eed6
fix: remove GroupPromoteJob as GroupInvite does it all
it also takes care of updating the "sending" state for invite or promote
10 months ago