William Grant
|
f045562a33
|
fix: use updateExpireTimer for UserProfile
before we were setting the convo values directly
|
2 years ago |
William Grant
|
8ec6fb9fd7
|
feat: added new save icon
updated DataExtractNotification and Lightbox download icons
|
2 years ago |
William Grant
|
ca944298e0
|
fix: group invitation timer alignment
updated data extraction notification design. Just waiting on icon from ios
|
2 years ago |
William Grant
|
5d94424e39
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
William Grant
|
c33eef0162
|
fix: sync messages now expire in 1on1s
fromConfig has been removed from updateExpireTimer
|
2 years ago |
William Grant
|
631c677a24
|
fix: trigger expiry for outgoing sync messages
|
2 years ago |
William Grant
|
60aac9be85
|
fix: regular messages correctly sync again
|
2 years ago |
Audric Ackermann
|
83079a8b4c
|
Merge pull request #2915 from Bilb/chore/update-build-instructions
chore: add cmake installation in contributing.md
|
2 years ago |
William Grant
|
17f8431f59
|
fix: canBeDeleteAftereSend in messagejob was wrong
|
2 years ago |
William Grant
|
ec81805745
|
fix: log pipeline better
|
2 years ago |
William Grant
|
00ef4a47a2
|
fix: outgoing content messages can have an equal changetimestamp
|
2 years ago |
William Grant
|
7c6e6c981a
|
fix: make sure to note sent another message
in all remote cases
|
2 years ago |
William Grant
|
e8e3ba142e
|
fix: added isOutdated prop to expireUpdate
ignores duplicate setting messages
|
2 years ago |
William Grant
|
07097b029d
|
fix: don't send sync messages for outdated changes
|
2 years ago |
William Grant
|
3d8a664da9
|
fix: ignore equal lastMessageChangeTimestamps
|
2 years ago |
William Grant
|
3ba1baaa67
|
fix: single mode value should be off
if disappearing messages isnt on
|
2 years ago |
William Grant
|
ab13f39a10
|
fix: newlines for logging
|
2 years ago |
William Grant
|
50f144a8c3
|
fix: improved logging
made some progress with fixing things but other things broke
|
2 years ago |
William Grant
|
3d2c1fbe78
|
fix: single mode should show the correct timer values
if a mode is invalid we return no timer options
|
2 years ago |
William Grant
|
c24487b938
|
fix: deleteAfterSend now works in private convos again
|
2 years ago |
William Grant
|
ad21d198cf
|
feat: outdated banner now shows specific messaging for synced messages
|
2 years ago |
William Grant
|
710da30594
|
feat: shouldDisappearButIsntMessage is now a function
result is added to the expireUpdate and improves outdated client checking logic
|
2 years ago |
William Grant
|
a65f02a807
|
feat: use checkForExpireUpdateInContentMessage on sync messages
|
2 years ago |
William Grant
|
617bcc670b
|
feat: added temp set feature for testing
|
2 years ago |
Audric Ackermann
|
3f4c5a85e9
|
Merge pull request #2923 from Bilb/chore/update-electron
chore: update electron to v25.8.1
|
2 years ago |
Audric Ackermann
|
383b24c859
|
chore: bump to 1.11.3
|
2 years ago |
Audric Ackermann
|
3fd1fcb9c0
|
chore: update electron to v25.8.1
Relates CVE-2023-4863
Relates #2922
|
2 years ago |
William Grant
|
94d8697a29
|
fix: whitespace in comment
|
2 years ago |
William Grant
|
6c47fd274f
|
fix: show disappearing messages subtitle in convo header
when it is toggled on
|
2 years ago |
William Grant
|
b88842b687
|
feat: tested v2 releas
made some updates to expire update generation and handling, one final fix required
|
2 years ago |
William Grant
|
c93315b0e7
|
fix: make sure lastDisappearingMessageChangeTimestamp is defined before comparing with convo model
|
2 years ago |
William Grant
|
e00ea8d55f
|
fix: make sure disappearing messages is the first item in the conversation header subtitle
|
2 years ago |
William Grant
|
f2a3f51250
|
fix: cleanup
|
2 years ago |
William Grant
|
bb6eb3e84e
|
feat: fixed 1-1s and added more logging
|
2 years ago |
William Grant
|
6031db308d
|
fix: disappear messages from other platforms correctly
some platforms use the convo settings and dont include info the dataMessage before the v2 release
|
2 years ago |
William Grant
|
58331209c7
|
fix: closed groups works correctly now
I think
|
2 years ago |
William Grant
|
0070e9839b
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
Audric Ackermann
|
ab556cdd4a
|
chore: add cmake installation in contributing.md
|
2 years ago |
Audric Ackermann
|
6cef1a3e0a
|
Merge pull request #2912 from jagerman/fix-pubkey-url
Fix KeeJef gpg pubkey link
|
2 years ago |
Jason Rhinelander
|
b484ae2a49
|
Fix KeeJef gpg pubkey link
|
2 years ago |
William Grant
|
d923a0d611
|
feat: closed groups state now starts correctly
|
2 years ago |
William Grant
|
2a05185138
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
Audric Ackermann
|
fbbb67ea47
|
Merge pull request #2906 from Bilb/fix-emoji-react-syncing
fix: use network time for emoji reacts syncing
|
2 years ago |
Audric Ackermann
|
1bdd8ca64c
|
fix: menu positioning after upgrade of dep
|
2 years ago |
Audric Ackermann
|
592d1f010f
|
fix: use network time for emoji reacts syncing
|
2 years ago |
Audric Ackermann
|
dec848815a
|
Merge pull request #2903 from Bilb/fix-attachment-right-click-save-as
Fix attachment right click save as
|
2 years ago |
Audric Ackermann
|
c0ce1ede5b
|
chore: add note for save as logic
|
2 years ago |
Audric Ackermann
|
9199c7b529
|
fix: fix save as menu item + bump react-contexify to 6.0.0
|
2 years ago |
William Grant
|
e8c927f580
|
feat: setExpirationStartTimestamp uses DisappearingMessageConversationType
easier to manage starting a legacy disappearing message and always pass expiration type and timer
|
2 years ago |
Audric Ackermann
|
eb4631ff99
|
chore: bump to session 1.11.2
|
2 years ago |