Commit Graph

756 Commits (unstable)

Author SHA1 Message Date
Audric Ackermann 25cf11f86a feat: call setName/setNameTruncated depending on usecase for nts 7 months ago
Audric Ackermann b80eb53d31 fix: group control messages issues since strings
SES-2666
7 months ago
Audric Ackermann dd2e9a1c1f fix: use latestenvelopetimestamp of userprofile conf for nts message 8 months ago
Audric Ackermann 1998f5f6cc fix: postpone first sync after start 8 months ago
yougotwill 6b627254c0 fix: use a constant for the fallback timestamp 8 months ago
yougotwill 2b448dc596 fix: if a group is missing a joinedAt value we use fallback value
so we can poll for it and display it in the convo list
8 months ago
yougotwill 29d4f8497c fix: restoring groups should use the libsession joined at timestamp
and then update using the active_at value as we read messages
8 months ago
yougotwill 39d8ad11e5 fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
8 months ago
Audric Ackermann 8ce2bf6d2a Merge remote-tracking branch 'origin/clearnet' into unstable 9 months ago
Audric Ackermann 2988420e50 chore: fix lint 9 months ago
Audric Ackermann 534cebf5c4 fix: bump libsession and remove manual unwrapping/wrapping of push() 9 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
10 months ago
William Grant 74986eca04 fix: note to self messages from other devices should be outgoing 11 months ago
William Grant 1e40f1b608 fix: cleanup 1 year ago
William Grant 76b7c2192f feat: depracate getLastProfileUpdateTimestamp
since new user config has been on for a few months
1 year ago
William Grant 6a2af3e088 feat: added free function to libsession wrappers
almost processing the dump correctly
1 year ago
William Grant a3262d7af9 feat: attempting to fetch the display name separate from the usual pipeline 1 year ago
Audric Ackermann 290cb554e3
Merge pull request #3037 from Bilb/fix/ses-1278-quote-msg-not-found
fix: add quoted msg to redux quotes when receiving quoted msg
1 year ago
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 1 year ago
Audric Ackermann b954b37460 fix: add quoted msg to redux quotes when receiving quoted msg 1 year ago
Audric Ackermann 24887dd05b Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage 1 year ago
Audric Ackermann a203ea79cd Merge remote-tracking branch 'oxen/unstable' into userconfig_disappearingmessage 1 year ago
Audric Ackermann 286260fae8 fix: make callMessage forced to be DaR for recipient
and put workaround for our local message
1 year ago
Audric Ackermann 9e0a984297 fix: make DataExtractionNotification msg stay in swarm for 14d 1 year ago
Audric Ackermann ccbe3e13b0 fix: call messages expires with recipients expire settings 1 year ago
Audric Ackermann 3a26285667 fix: make group control message not expire 1 year ago
Audric Ackermann 744283fc56 fix: changed some message control to not expire
still some to discuss with the team
1 year ago
Audric Ackermann bd7c181e1e chore: incoming group update message need their own expireTimer
we do not trust the setting from the convo anymore
1 year ago
Audric Ackermann b61745fd94 fix: use DaR ttl for synced message store request
removing one request at a time
1 year ago
Audric Ackermann 82c6f0897b fix: add jobs for expiry update & expiry fetch 1 year ago
Audric Ackermann 98fd834367 fix: already read DaR messages start with right time left on receive 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 543c80bbe3 fix: add most of new designs (own setting) for disappear v2 messages 1 year ago
Audric Ackermann ad9fa6dbee chore: remove lastChangetimestmap and add explciit expiretype and type
on the messages creation
1 year ago
Audric Ackermann 23998065ea fix: address PR reviews 1 year ago
Audric Ackermann c1222a748d fix: handle dataextraction notification even if read receipts are off 1 year ago
William Grant a37c8eaf13 fix: merge now returns good hashes
we calc the latestEnvelopeTimestamp and use for disappearAfterRead
1 year ago
William Grant 04c3f69398 refactor: export functions from an object for stubbing
for disappearing messages index file
1 year ago
William Grant bb6e09de0a feat: cleaned up wip logs 1 year ago
William Grant d4aacd3159 fix: move isDelete into inbox poll if statement
fixed some comments
1 year ago
William Grant ef50a9f7a5 fix: remove unneeded Boolean cast 1 year ago
William Grant aad55025ba fix: more comment cleanup 1 year ago
William Grant 5f3a0899f5 feat: moved remaining code into feature folder
also separated out legacy functions
2 years ago
William Grant 0212166fcc feat: moved disappearing logic to a feature folder
only moved types and timerOptions so far
2 years ago
William Grant 73cceab31f refactor: getDisappearingUnreadByConversation
to getUnreadDisappearingByConversation since reading causes disappearing
2 years ago
William Grant cafa9d80ec fix: remove all unneeded tslint comments
fixed some eslint errors
2 years ago
William Grant 12a29f718a feat: updateExpireTimer arg shouldCommitMessage
when testing we dont want to commit the timer update message
2 years ago
William Grant 27a634b268 feat: updateExpireTimer now returns success
we use this to decide on commiting updates from sync messages to the db
2 years ago
William Grant 674cda3278 fix: sync legacy mode in single mode before V2
for NTS and closed groups we want to set the expirationMode to legacy
2 years ago
William Grant bb646ed3b9 refactor: replaced get expirationTimerUpdate calls
with getExpirationTimerUpdate
2 years ago