Audric Ackermann
|
0a3d71fe03
|
feat: delete msg on swarm when admin receives member request
|
11 months ago |
Audric Ackermann
|
6e137fe69f
|
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3
|
11 months ago |
Audric Ackermann
|
4eafe8c68c
|
Merge pull request #3080 from Bilb/fix-retrieve-snode-down
fix: randomly pick a snode to poll from until we build a better way with changes server side
|
1 year ago |
Audric Ackermann
|
4589bde672
|
chore: moved more types to ReduxTypes.d.ts
|
1 year ago |
Audric Ackermann
|
7f7f0fe26c
|
fix: clear swarms from snodes not in pool on full fetch
|
1 year ago |
Ryan Miller
|
87fb1701d4
|
chore: rename fetch functions
|
1 year ago |
Audric Ackermann
|
cfcbc013e5
|
fix: make sure we only try to delete data once
|
1 year ago |
Audric Ackermann
|
626e2a368c
|
fix: unsend in group: only apply change for msg sent before sig_ts
|
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
|
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
|
53059135ee
|
fix: tsc does not overwrite workers compiled content
|
1 year ago |
Audric Ackermann
|
bd6f5e6e0d
|
feat: refacto GroupUpdateName to be functional component
|
1 year ago |
Audric Ackermann
|
8be63b12b3
|
chore: remove pify package barely used
|
1 year ago |
Audric Ackermann
|
2371dba5ee
|
Merge branch 'unstable' into closed-group-chunk2
|
1 year ago |
Audric Ackermann
|
3d6e22f2fe
|
fix: cleanup DaR unread messages after 14d
|
1 year ago |
Audric Ackermann
|
24887dd05b
|
Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage
|
1 year ago |
Audric Ackermann
|
b42e6c659a
|
fix: fix crash on password window opening
|
1 year ago |
Audric Ackermann
|
8b7ce7f3be
|
Merge remote-tracking branch 'yougotwill/userconfig_disappearingmessage' into closed-group-chunk2
|
1 year ago |
Audric Ackermann
|
6d81f5ff36
|
Merge remote-tracking branch 'yougotwill/userconfig_disappearingmessage' into closed-group-chunk2
|
1 year ago |
Audric Ackermann
|
82c6f0897b
|
fix: add jobs for expiry update & expiry fetch
|
1 year ago |
Audric Ackermann
|
19e9e0311e
|
feat: add cleanup of old expire update in history
we only keep one from each sender
|
1 year ago |
Audric Ackermann
|
ad9fa6dbee
|
chore: remove lastChangetimestmap and add explciit expiretype and type
on the messages creation
|
1 year ago |
Audric Ackermann
|
93d87d82ae
|
chore: renamed getnowwithnetworkoffset to now()
|
1 year ago |
Audric Ackermann
|
16e7ee1cd6
|
feat: make groupv2 messages skip cache
also add group members change
|
2 years ago |
Audric Ackermann
|
8274712528
|
feat: add member status from wrapper when we are an admin
|
2 years ago |
Audric Ackermann
|
dbe94f2293
|
feat: added strings for groupv2 control message and components for them
|
2 years ago |
Audric Ackermann
|
84451399e3
|
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk1
|
2 years ago |
William Grant
|
aad55025ba
|
fix: more comment cleanup
|
2 years ago |
William Grant
|
61d349ecc4
|
fix: remove unneeded export for
writeSessionSchemaVersion
|
2 years ago |
William Grant
|
a459bff86c
|
fix: more comment cleanup
|
2 years ago |
William Grant
|
386e9ef709
|
refactor: update region comments to #region
|
2 years ago |
William Grant
|
73cceab31f
|
refactor: getDisappearingUnreadByConversation
to getUnreadDisappearingByConversation since reading causes disappearing
|
2 years ago |
William Grant
|
e66e9961e1
|
fix: use precasted variables for modes
for DisappearingMessageConversationModeType references
|
2 years ago |
Audric Ackermann
|
d9300e67a0
|
fix: remove the whole kind logic and use namespace instead
this is because session doesn't care about the config it receives
anymore and just forwards them to libsession
|
2 years ago |
William Grant
|
101762918c
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
William Grant
|
515805b94d
|
fix: messages are no longer randomly deleted
forgot to expire only unread disappearing messages and not all messages
|
2 years ago |
William Grant
|
250e3d0238
|
refactor: rename expirationType on convo to expirationMode
this means convo has expirationMode and messages have expirationType
|
2 years ago |
Audric Ackermann
|
7c16ce9da4
|
fix: do not try to store contacts not matching pubkey regex in wrapper
also remove existing convo with spaces and 05 on start
|
2 years ago |
Audric Ackermann
|
e8e0e19b40
|
chore: added tests for SnodeSignatures calls
|
2 years ago |
Audric Ackermann
|
cd17a08c2e
|
chore: lint
|
2 years ago |
Audric Ackermann
|
1a18054fae
|
feat: add bump of config hashes for groups when we have admin key
|
2 years ago |
Audric Ackermann
|
46e3675c45
|
feat: add function to redux to grab group detail outside of store
|
2 years ago |
Audric Ackermann
|
8c3b6508ad
|
fix: wip before removing info+members+keys from protobuf kinds
|
2 years ago |
Audric Ackermann
|
db98cc2812
|
feat: able to create a broken closedgroup v3
|
2 years ago |
William Grant
|
60e5503e6a
|
feat: check for v2 release correctly on startup
improvements to creating and updating closed groups with disappearing message settings
|
2 years ago |
William Grant
|
250e593831
|
fix: make sure migration still added database columns changes even if the user isn't logged in
|
2 years ago |
William Grant
|
ff19c95a92
|
fix: remove using legacy as a string for disappearing messages except in the UI
created new isLegacyDisappearingModeEnabled check, default use UNKNOWN expiration type in message classes if not defined
|
2 years ago |
William Grant
|
37676e5666
|
fix: making progress with group migration
still getting overriden on render
|
2 years ago |