Audric Ackermann
|
2ec6c7f29c
|
feat: handle isDestroyed flag + "you were removed from XXX"
|
12 months ago |
Audric Ackermann
|
6e137fe69f
|
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3
|
12 months ago |
Audric Ackermann
|
1796e82bcb
|
fix: add handling of revoked namespace messages
|
1 year ago |
Audric Ackermann
|
009bc18903
|
Merge pull request #3094 from Aerilym/change_max_avatar_size
Change max avatar size to match other platforms
|
1 year ago |
Ryan Miller
|
c0bb39d4e3
|
fix: add filesize constant
|
1 year ago |
Audric Ackermann
|
51c307af25
|
chore: fix PR reviews
|
1 year ago |
Audric Ackermann
|
42bea0264c
|
fix: improve retrieve timeout to 10s
also:
- add comments about not adding the limit:256 on snode list fetch
- fix an issue when no audio are found when starting a webrtc call
|
1 year ago |
Audric Ackermann
|
49ab04d2fd
|
chore: move SessionSettingsCategory to .d.ts file
and remove the enum (instead use string union)
|
1 year ago |
Audric Ackermann
|
7f7f0fe26c
|
fix: clear swarms from snodes not in pool on full fetch
|
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 |
Audric Ackermann
|
7f1e3ed8d8
|
feat: remove custom icon for toasts as only used once
|
1 year ago |
Audric Ackermann
|
2d872cec43
|
fix: fix polling race with promises
|
1 year ago |
Audric Ackermann
|
ae96936a1a
|
fix: add logs during polling
|
1 year ago |
Audric Ackermann
|
f6b1eac5ad
|
Merge pull request #2996 from KeeJef/unread-message-scroll-button-changes
Add unread message count indicator per conversation
|
1 year ago |
Audric Ackermann
|
444e60ce89
|
fix: use 999+ for convo unread count, but 99+ for global one
|
1 year ago |
Audric Ackermann
|
d282875ac0
|
fix: make the delete by author/hashes with adminSig work
|
1 year ago |
Audric Ackermann
|
d4f3c7fdc1
|
feat: add ability to unsend messages in groupv2
|
1 year ago |
Audric Ackermann
|
095a9d33e5
|
fix: canDisplayImage needs check to be done on the thumbnail
|
1 year ago |
Audric Ackermann
|
05215d8c61
|
fix: drop incoming msg if deleteBefore says so
|
1 year ago |
Audric Ackermann
|
72396cfca3
|
feat: fix message attachment cleanup and handle group attach+msg delete
|
1 year ago |
Audric Ackermann
|
c180e4572d
|
fix: add handling of deleteMsgs and deleteAttachmentsBefore for groups
|
1 year ago |
Audric Ackermann
|
91706bf6b1
|
Merge pull request #3054 from Bilb/feat-ci-runs-testnet
fix: make CI runs use testnet and test-integration setup
|
1 year ago |
Audric Ackermann
|
016d0ad03b
|
fix: make CI runs use testnet and test-integration setup
|
1 year ago |
Audric Ackermann
|
53059135ee
|
fix: tsc does not overwrite workers compiled content
|
1 year ago |
Audric Ackermann
|
df586d6e15
|
fix: mark a synced groupUpdate as sent
|
1 year ago |
Audric Ackermann
|
bd6f5e6e0d
|
feat: refacto GroupUpdateName to be functional component
|
1 year ago |
Audric Ackermann
|
2e3026e17d
|
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk2
|
1 year ago |
Audric Ackermann
|
1c58899558
|
fix: rekey explicitely when creating a group
|
1 year ago |
Audric Ackermann
|
1be85641cb
|
Merge remote-tracking branch 'upstream/clearnet' into closed-group-chunk2
|
1 year ago |
Audric Ackermann
|
d6d9bec5ba
|
fix: fixed a bunch of groupv2 chunk2 issues
|
1 year ago |
Audric Ackermann
|
f402a14ab8
|
Merge remote-tracking branch 'oxen/master' into unstable
|
1 year ago |
Audric Ackermann
|
a83e44e183
|
chore: rename onion requests not having retries
|
1 year ago |
Audric Ackermann
|
665f6df57e
|
test: add test ofr SnodeAPI.buildRetrieveRequests
|
1 year ago |
Audric Ackermann
|
72182d8157
|
chore: bump timed release of disappear v2 to 13/03/24
|
1 year ago |
Audric Ackermann
|
a53299377a
|
chore: fix unit tests with group chunk2
|
1 year ago |
Audric Ackermann
|
9d984355dc
|
fix: do not force ttl for groupExpireTimerUpdate
|
1 year ago |
Audric Ackermann
|
b9da60af3b
|
fix: send msg to group unapproved accepts and then sends message
|
1 year ago |
Audric Ackermann
|
bc95e1f2cc
|
fix: log that onsresolve won't work when on testnet
|
1 year ago |
Audric Ackermann
|
bc30064c57
|
chore: fix timestamp of release of disappear v2
|
1 year ago |
Audric Ackermann
|
ec25d2f97f
|
chore: bump Session to 1.12.0
|
1 year ago |
Audric Ackermann
|
5867c5af7f
|
fix: added type for all accessibility ids with react.d.ts
|
1 year ago |
Audric Ackermann
|
0a4e3041de
|
fix: leave group v2 as only admin mark it as deleted and pushes to swarm
before removing the wrapper data
|
1 year ago |
Audric Ackermann
|
8d0bd84ef0
|
feat: add toggle to share history or not with invite group v2
|
1 year ago |
Audric Ackermann
|
392e243b08
|
feat: add the sending state to invite&promote actions
|
1 year ago |
Audric Ackermann
|
1c6182a235
|
Merge branch 'closed-group-chunk2' of github.com:Bilb/session-desktop into closed-group-chunk2
|
1 year ago |
Audric Ackermann
|
2371dba5ee
|
Merge branch 'unstable' into closed-group-chunk2
|
1 year ago |
Audric Ackermann
|
81c1263bfd
|
chore: address PR reviews
|
1 year ago |
Audric Ackermann
|
6e952398c9
|
fix: edge case with sending msg before, then getting one sent earlier
|
1 year ago |
Audric Ackermann
|
5cd0a9f71d
|
Merge pull request #3019 from Bilb/feat-ctxmenu-expire-time-left
feat: right click on expiring msg shows timer left
|
1 year ago |