William Grant
|
a9f4cd3d1c
|
fix: updated disappearing messages protobuf content values
this prevents a clash with the userconfig properties to be merged in later
|
2 years ago |
Audric Ackermann
|
6f6620f622
|
fix: skip new group messages when receved after group was removed
|
2 years ago |
Audric Ackermann
|
bac2887c28
|
fix: update with latest libsession util
|
2 years ago |
Audric Ackermann
|
318a77be4b
|
fix: mark messages sent before our lastreadts from the wrapper as read
|
2 years ago |
Audric Ackermann
|
328c131d8b
|
chore: cleanup commented caching code of some wrappers
|
2 years ago |
Audric Ackermann
|
3cd52d5b1a
|
fix: add currentHashes and update expiry on every poll
|
2 years ago |
Audric Ackermann
|
44483b7d23
|
fix: use releaseFeature from disappearing message PR as featureFlag
|
2 years ago |
Audric Ackermann
|
8edb1275c2
|
fix: keep updating dumps even if user config feature is off
|
2 years ago |
Audric Ackermann
|
051c4bb262
|
fix: merge the confSyncDumpJob into the confSyncJob
|
2 years ago |
Audric Ackermann
|
6fe6544d6c
|
fix: split up migration of initial user config dumps into two
|
2 years ago |
Emily
|
eeb6cfb435
|
Adds data-testid to loading-animation, microphone recording button, recording permissions button, stop recording button, consolidates tests into user actions test, adds media to fixtures folder, updates linked device tests with avatar change, username change and group tests. Adds tests for messaging, sending image, video, document, gif and link with preview. Also updates reply message functionality to wait for loading animation
|
2 years ago |
Audric Ackermann
|
7bb0e52dce
|
chore: update gh actions expiring soon
|
2 years ago |
Audric Ackermann
|
1c48ff8a49
|
chore: include worker .node in addition to libsession .node
|
2 years ago |
Audric Ackermann
|
dc1daf7ed4
|
chore: include libsession node module into packaged apps
|
2 years ago |
Audric Ackermann
|
2fa4743417
|
chore: build windows bins on windows-2022
|
2 years ago |
Audric Ackermann
|
9c0f40473c
|
fix: readd dmg-builder as a resolution instead of root package
|
2 years ago |
William Grant
|
d4d5b6c86b
|
fix: improved disk deletion handling and pass yarn ready
need to use await with the pathExists function and cleaned up code into a handler function
|
2 years ago |
Audric Ackermann
|
ce186517a3
|
chore: lint code
|
2 years ago |
Audric Ackermann
|
e263b701b0
|
chore: fetch latest archive from libsession nodejs git repo
|
2 years ago |
William Grant
|
ecd4b53e84
|
Merge branch 'pr_fixes' into disappearing_messages
|
2 years ago |
William Grant
|
c759eed0d8
|
fix: check if path exists for deleted attachment instead of trying to read that data
this is more performant since it should be deleted
|
2 years ago |
William Grant
|
778f575bb6
|
fix: pass yarn ready
|
2 years ago |
William Grant
|
42924b0c54
|
fix: use storage put instead of data methods so that we can track in redux
added a fix in OverlayDisappearingMessages so when v2 turns on an and the app is running a migration occurs
|
2 years ago |
William Grant
|
ec3f62d12f
|
fix: updated child types from PropsExpiringMessges
use type and the ampersand operator instead of the interface with extends for better consistency with the rest of the code base
|
2 years ago |
William Grant
|
f9c9702d12
|
fix: clean disable-next-line on handleMessageSentSuccess
|
2 years ago |
William Grant
|
90e29c7b74
|
fix: updated groupId comment for future work
|
2 years ago |
William Grant
|
b3297ab816
|
fix: remove isFinite comment
|
2 years ago |
William Grant
|
dde244d719
|
fix: improved comment explaining how seen messages are expired
|
2 years ago |
William Grant
|
c33e471bfc
|
fix: in clearinbox check in memory for conversation instead of db lookup
this is more performent
|
2 years ago |
William Grant
|
ab04e9bd17
|
fix: updated comment for when to remove legacy code
|
2 years ago |
William Grant
|
cfcf400ecf
|
fix: cleaned up WIP logging and used the window log debug function where appropriate
|
2 years ago |
Audric Ackermann
|
9d87ca2546
|
fix: test with libsession compiled with node-api
|
2 years ago |
William Grant
|
4c64997607
|
fix: log but continue if there are errors while clearing out sogs inboxes
|
2 years ago |
William Grant
|
c1c380ba9d
|
fix: remove unecessary any type from TimerOptions
|
2 years ago |
William Grant
|
dadc93bfda
|
fix: remove unecessary useCallback for feature releaser
|
2 years ago |
William Grant
|
1d6f200d50
|
fix: pass yarn ready
|
2 years ago |
William Grant
|
6cf2c0b0df
|
feat: made sure to clear attachment properties after deletion
confirmed everything works through testing
|
2 years ago |
William Grant
|
386997f233
|
feat: made progress on attachment deletions but can confirm 100%
|
2 years ago |
William Grant
|
462f96341e
|
fix: iterate allRoominfos map correctly
testing complete
|
2 years ago |
William Grant
|
19025cd7e0
|
feat: abstracted getAllValidOpenGroupV2ConversationRoomInfos function and handled the response correctly
just need to do testing
|
2 years ago |
William Grant
|
db00ed8827
|
feat: added delete option to inbox request in sogs, linked with delete account modal
still needs testing and handling the response see TODO CONTINUE
|
2 years ago |
William Grant
|
647e542128
|
feat: add comments after run through
|
2 years ago |
William Grant
|
f68fbb05f9
|
fix: resolve turning off disappearing messages empty messages in most cases
still requires more tweaking
|
2 years ago |
William Grant
|
1de21ea8c0
|
feat: only show banner after v2 is released
|
2 years ago |
William Grant
|
a50ea95bf3
|
fix: fixed timer alignment once and for all
|
2 years ago |
William Grant
|
162e66876e
|
feat: added single mode view for closed groups and note to self
|
2 years ago |
William Grant
|
f3f83505e0
|
fix: duplicate copy
|
2 years ago |
William Grant
|
afaaedac3e
|
feat: added proper note to self support
note to self is always delete after send
|
2 years ago |
William Grant
|
a928aeb76c
|
feat: improvements to the disabled state and group non-admins settings
separated components in OverlayDisappearingMessages
|
2 years ago |
William Grant
|
92282a5d95
|
feat: verify disappearing messages arent supported in communities
|
2 years ago |