yougotwill
|
53308f6183
|
fix: setting the password no longer requires a restart
make sure to set the password hash on storage after the database is updated
|
8 months ago |
yougotwill
|
87b922daff
|
fix: ran formatter
|
9 months ago |
yougotwill
|
39d8ad11e5
|
fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
|
9 months ago |
yougotwill
|
c8b7d67c86
|
Merge branch 'unstable' into feat/ses-825/onboarding2
|
9 months ago |
Audric Ackermann
|
2357368ddf
|
feat: fetch snode storage version and filter for edge snode
|
9 months ago |
William Grant
|
5cd7262fa2
|
fix: search now works correctly and we include groups again
heading for unamed contacts is #, groups go above note to self, trust in the sql query
|
10 months ago |
William Grant
|
0a6b0d6950
|
fix: cleanup
|
10 months ago |
William Grant
|
71cc46dfe4
|
feat: search results are now sorted alphabetically without case sensitivity
also includes unknown contacts
|
11 months ago |
William Grant
|
a159616514
|
feat: added filters to convo and contact query
search screen only shows contacts and not convos
|
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
|
11 months ago |
Audric Ackermann
|
4589bde672
|
chore: moved more types to ReduxTypes.d.ts
|
12 months ago |
Audric Ackermann
|
7f7f0fe26c
|
fix: clear swarms from snodes not in pool on full fetch
|
12 months ago |
Ryan Miller
|
87fb1701d4
|
chore: rename fetch functions
|
12 months ago |
Audric Ackermann
|
cfcbc013e5
|
fix: make sure we only try to delete data once
|
1 year ago |
Audric Ackermann
|
53059135ee
|
fix: tsc does not overwrite workers compiled content
|
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
|
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 |
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 |
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 |
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 |
William Grant
|
45cfa6b38b
|
feat: fixed groups migration v34
|
2 years ago |
William Grant
|
4aba2493e5
|
fix: remove convo volatile update from v34 migration since it's not related to disappearing messages
|
2 years ago |
William Grant
|
03c0d74820
|
feat: migrations works correctly for private conversations
|
2 years ago |
William Grant
|
da588a1096
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
William Grant
|
88a87903cb
|
feat: updated UserConfigDump functions to support any variant config dump for migration 34
|
2 years ago |
William Grant
|
22e9e6bb44
|
feat: started working on disappearing messages migration 34
note to self and private conversations are mvp, still some initial cleanup todo
|
2 years ago |
William Grant
|
b556d2bc54
|
feat: updated migration 33 to use a new migration style to prevent typing issues with future versions of libsession
|
2 years ago |
William Grant
|
b00f7283e8
|
feat: updated migration 31 to use a new migration style to prevent typing issues with future versions of libsession
|
2 years ago |
William Grant
|
6af27d85de
|
feat: moved non libsession migration util functions into a separate file
|
2 years ago |
William Grant
|
43276b069e
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
Audric Ackermann
|
e3b6be7318
|
chore: fix typos
this comes from mdplusplus https://github.com/mdPlusPlus/session-desktop/tree/codespell
duplicated to fix conflicts
|
2 years ago |
Audric Ackermann
|
84deed19f9
|
feat: add block msg requests from sogs
|
2 years ago |
William Grant
|
a25d94fa6c
|
fix: moved disappearing messages migration to a separate file
updated note to self function calls in the user config wrapper
|
2 years ago |
William Grant
|
4d77b1c6d0
|
fix: added proper typing when fetching a dump to update it
|
2 years ago |
William Grant
|
ff27913b66
|
fix: migration started and working for note to self for user config
updated libsession to use setExpiry and getExpiry since we can't add new arguments to the getUserInfo and setUserInfo
|
2 years ago |