yougotwill
|
39d8ad11e5
|
fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
|
9 months ago |
yougotwill
|
42813c0926
|
fix: replace MAX_COMMUNITY_NAME_LENGTH
using libsession COMMUNITY_FULL_URL_MAX_LENGTH
|
9 months ago |
William Grant
|
3cec666979
|
feat: commment on libsession constants
give context that CONSTANTS is not a object but an immediately invoked
function
|
9 months ago |
William Grant
|
bc2e28b6b7
|
feat: use CONTACT_MAX_NAME_LENGTH
as max length for session inputs for user profile name
|
9 months ago |
Audric Ackermann
|
8ce2bf6d2a
|
Merge remote-tracking branch 'origin/clearnet' into unstable
|
10 months ago |
Audric Ackermann
|
534cebf5c4
|
fix: bump libsession and remove manual unwrapping/wrapping of push()
|
10 months ago |
William Grant
|
8dceb93b09
|
feat: reset onboarding state when we return to the start stage
added better logging for create account flow
|
1 year ago |
Audric Ackermann
|
53059135ee
|
fix: tsc does not overwrite workers compiled content
|
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 |
William Grant
|
a2890925a5
|
test: fix groups wrapper values test
|
2 years ago |
William Grant
|
6694f5a86f
|
refactor: fixed comment typo
returned for testing purposes only
|
2 years ago |
William Grant
|
4b93c5779a
|
test: started libsession LegacyGroups tests
specifically insertGroupsFromDBIntoWrapperAndRefresh
|
2 years ago |
William Grant
|
bb95aef2d0
|
test: finished libsession_wrapper_user_profile tests
|
2 years ago |
William Grant
|
edfcbe2d67
|
fix: dont use ourNumber in contacts tests
|
2 years ago |
William Grant
|
3330c64761
|
test: started insertContactFromDBIntoWrapperAndRefresh
|
2 years ago |
William Grant
|
101762918c
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
William Grant
|
f31e157c12
|
refactor: replaced get expireTimer calls
with getExpireTimer
|
2 years ago |
William Grant
|
3ed041c4a5
|
feat: created getters on convo model
replaced all expirationMode calls
|
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
|
bb6eb3e84e
|
feat: fixed 1-1s and added more logging
|
2 years ago |
William Grant
|
deceae4119
|
feat: disappearing messages setting now sync correctly in user config
we also load the visible control message, added back a lot of WIP logging while we are testing
|
2 years ago |
William Grant
|
37676e5666
|
fix: making progress with group migration
still getting overriden on render
|
2 years ago |
William Grant
|
da588a1096
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
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
|
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
|
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 |
William Grant
|
d794b0a0d4
|
fix: comment out user config disappearing messages stuff for now
|
2 years ago |
William Grant
|
5762342e03
|
fix: spaces on fixme comments
|
2 years ago |
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 |
William Grant
|
905fe5aab9
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
Audric Ackermann
|
77acd1396b
|
feat: add support for blinded25 receipt of messages for later impl
|
2 years ago |
Audric Ackermann
|
adf5574318
|
fix: add libsession nodejs with expiretimer and resolve issues
|
2 years ago |
Audric Ackermann
|
4280d83ba8
|
fix: bump libsession to allow createdAt to be given during migration
|
2 years ago |
Audric Ackermann
|
0e18bf4640
|
fix: disable expire timer tracking for all libsession logic
this will need to be turned on when the disappearing branch is merged
|
2 years ago |
Audric Ackermann
|
3eb629e33e
|
fix: cleanup convo selectors to hope to improve performances
|
2 years ago |
Audric Ackermann
|
5a5f069cca
|
fix: add tracking of expiration timer for nts through libsession
|
2 years ago |
Audric Ackermann
|
db9fa14213
|
fix: don't update state on updates already included in our syncmessage
|
2 years ago |
Audric Ackermann
|
50459d8da8
|
chore: remove completely commented test files related to groupv3
|
2 years ago |
Audric Ackermann
|
4d0e79f195
|
fix: legacy group with wrapper and disable right click while searching
|
2 years ago |
Audric Ackermann
|
2a4bbbd587
|
feat: add the deleteContact and deleteConversation only menu items
|
2 years ago |
Audric Ackermann
|
760ce5caa5
|
fix: add the maxSizeMap to have priority per retrieve namespaces
|
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 |