Commit Graph

14536 Commits (d94f8952f1bdf7f9955639fb3025178d3d2b50da)
 

Author SHA1 Message Date
Audric Ackermann f3cbcf2a93
Merge pull request #49 from Bilb/fix-expiretimer-resend-group-failed
fix: resend expiretimerupdate on groupsync too
3 months ago
Audric Ackermann c18e143b76
fix: resend expiretimerupdate on groupsync too 3 months ago
Audric Ackermann 5f25814fb3
Merge pull request #48 from Bilb/allow-mention-yourself-everywhere
feat: fix the mention logic for ourself in blinded convo
3 months ago
Audric Ackermann ae7ed8d134
feat: fix the mention logic for ourself in blinded convo 3 months ago
Audric Ackermann 4f2330ea95
Merge pull request #47 from Bilb/allow-mention-yourself-everywhere
feat: allow to mention ourselves everywhere
3 months ago
Audric Ackermann 7ed60bec93
feat: allow to mention ourselves everywhere 3 months ago
Audric Ackermann 340285587d
Merge pull request #46 from Bilb/fix-group-retry-send-updates-forever
fix: auto retry forever to push group notification msgs
3 months ago
Audric Ackermann 69f4a06d2e
fix: renamed StoreUserInitiatedMessage to subrequest 3 months ago
Audric Ackermann e697387932
fix: batch resend of group updates 20 at a time 3 months ago
Audric Ackermann 5cda9ad0f3
fix: we need to apply invitePending state when creating group
from the user config
3 months ago
Audric Ackermann e67b1b0599
fix: joinedAt needs to be set when we create a group 3 months ago
Audric Ackermann a56cd3c577
fix: auto retry forever to push group notification msgs 3 months ago
Audric Ackermann 9b6a3aa9a4
Merge pull request #44 from session-foundation/fix/fallback-to-en-if-invalid-locale
fix: fallback to en if invalid locale is set
3 months ago
Ryan Miller 4a04dc68ff
fix: fallback to en if invalid locale is set 3 months ago
Audric Ackermann 7862301a5b
Merge pull request #43 from yougotwill/feat/no-ref/docs_localisation_macos
feat: update docs for running python locale scripts on macos
3 months ago
yougotwill 71b0133ede feat: update docs for running python locale scripts on macos 3 months ago
Audric Ackermann 431af493ff
Merge pull request #42 from Bilb/groups-fixes
feat: add correct url for group v1 banner + more group fixes
3 months ago
Audric Ackermann 91a71f0604
fix: ignore errors on dump/confirmPush for groups to avoid race cond 3 months ago
Audric Ackermann 2e6f09cbec
fix: deleteMemberContent is optional 3 months ago
Audric Ackermann 3bebb3ef7f
feat: add correct url for group v1 banner deprecated 3 months ago
Audric Ackermann 2187955a79
Merge pull request #41 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
3 months ago
Bilb 52fcff410b [Automated] Update translations from Crowdin 3 months ago
Audric Ackermann 911d3883f4
fix: sneaky double showError remove + lint 3 months ago
Audric Ackermann ffa5c6d08d
Merge pull request #37 from burtonemily/nice-haves
Fix: Did a bunch of nice to haves for strings
3 months ago
wafflesvsfrankie e2ae0e3ab3 fix: fixed a bunch of nice to have strings and updated the styling on message request banner icon 3 months ago
Audric Ackermann 811d334e5a
Merge pull request #35 from Bilb/fix-groups-issues-5
fix: more x4 fixes for group
3 months ago
Audric Ackermann e0d719457f
feat: limit input of composition box to 2000 char 3 months ago
Audric Ackermann 82ec3414b5
fix: override local 03 group priority with what we get from merge 3 months ago
Audric Ackermann b7cd4fc247
fix: group admin delete attachments subset of attachments only 3 months ago
Audric Ackermann 946812a362
chore: fix typo 3 months ago
Audric Ackermann fbc449e859
fix: trust userGroups is kicked state in addition to the group's one 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 3e9c1e5060
fix: padding issue when inviteToGroup container has no child 3 months ago
Audric Ackermann cd6fd475e3
fix: use unique timestamps for batch request
because android still needs them to be uniq
3 months ago
Audric Ackermann 5f468144be
Merge pull request #34 from Bilb/fix-groups-issues-4
fix: more more more fixes for groups
3 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
3 months ago
Audric Ackermann a93e1ec08c
Merge pull request #26 from Bilb/fix-avatar-memoized-between-pubkey
fix: avatar does not reset when moving to a convo without one
3 months ago
Audric Ackermann d55b88790f
fix: do not deleted quoted message attachments on quote delete 3 months ago
Audric Ackermann c131cad927
fix: avatar does not reset when moving to a convo without one
see SES-2800
3 months ago
Audric Ackermann 5e67f6a424
fix: screen does not glitch on last message deleted anymore 3 months ago
Audric Ackermann 70cd069175
fix: multiple DaR/DaS messages can no longer appear 3 months ago
Audric Ackermann 021c600b1d
Merge pull request #5: groups v2 to unstable
Feat: groups v2 merge to unstable
3 months ago
Audric Ackermann 43818833cc
feat: add asdf .tool-versions file to specific python version for convenience 3 months ago
Audric Ackermann eda1c53577
chore: lint 3 months ago
Audric Ackermann 16d835edf3
fix: resolve compilation issues after merge 3 months ago
Audric Ackermann 8480bc678c
Merge remote-tracking branch 'upstream/unstable' into release/1.15.0 3 months ago
Audric Ackermann c6968702b6
Merge pull request #31 from Bilb/fix-extra-issues-groups-3
fix: more (more) group fixes
3 months ago
Audric Ackermann ca67167ce5
chore: rename useAreSameThanOurSide to useOurExpirationMatches 3 months ago
Audric Ackermann 42d54abb91
chore: refactor I18n types outside of window object
to keep ts/localization folder self contained
3 months ago
Audric Ackermann ce734f1e1c
chore: enforce i18n functions types to match what is in window.d.ts 3 months ago