William Grant
41af1e7865
Merge branch 'unstable' into userconfig_disappearingmessage
2 years ago
Audric Ackermann
d43d6abbae
chore: replace tslint with eslint and fix linting issues
2 years ago
Audric Ackermann
4637f4609a
Merge remote-tracking branch 'yougotwill/disappearing_messages' into userconfig_disappearingmessage
2 years ago
William Grant
c953c9f8f8
fix: converting undefined to a string does not make an empty string so we have to make deleteData more robust
...
javascript ¯\_(ツ)_/¯
2 years ago
William Grant
220d9bff47
fix: check if path is undefined first in deleteData function
2 years ago
William Grant
c1ea1f0037
feat: print error message and not entire error if available when deleting an attachment from disk
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
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
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
Audric Ackermann
796ccf0582
feat: add handling and setting of the expireTimer for contacts
2 years ago
Audric Ackermann
b2237efe51
feat: insert all contacts into wrapper before syncing it
2 years ago
Audric Ackermann
ec76057c5e
Merge integration test ( #2313 )
...
* Testing playwright for Desktop automation
* add more data-testid field
* remove commited test-results
* test: skip group upkeep for now
* test: mention test create group instead of restoring from seed
* test: run on testnet
* fix: revert messagebanner unread count changes
from commit 8107d75e89
Co-authored-by: Emily <emily@oxen.io>
3 years ago
Audric Ackermann
0158fd5ebb
filter duplicates on opengroup poll in a single sql call
3 years ago
Audric Ackermann
00d70db0be
queue user profile avatars update
...
also add some tests for the promise utils
3 years ago
audric
4b39b46b6a
replace invalid unicode in filename
3 years ago
audric
cea2c2460a
make sure screenshot of video attachment is saved locally
3 years ago
audric
1c8e81d8e6
make sure to store generated thumbnail with the attachment message
3 years ago
audric
8feecb777b
make sure to scale dowm preview in composition box
3 years ago
Audric Ackermann
c7565fe7b3
Move scale/resize and attachment logic to typescript
3 years ago