Commit Graph

303 Commits (98f19db0375b60326007cdaaff064363f616e5e9)

Author SHA1 Message Date
Audric Ackermann 40e6cfd14d
fix: fs needs headers not body 8 months ago
Audric Ackermann f736b55f58 fix: fix unit tests 8 months ago
yougotwill 940feafece fix: remove stubstorage 9 months ago
yougotwill ad7798dd4d fix: remove uneeded cleanup() calls in component unit tests 9 months ago
yougotwill 3bd0f2e9cc fix: guard node test import order 9 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 45eb547299 Merge remote-tracking branch 'origin/clearnet' into unstable 9 months ago
Audric Ackermann 2357368ddf feat: fetch snode storage version and filter for edge snode 9 months ago
William Grant 301af68eee fix: single line linux target in package json
otherwise appimages fail to build
10 months ago
William Grant b13e907753 fix: resolve cyclic imports in avatarplaceholder
bt moving types from data module identitykey, guardnode, snode, swarmnode to a separate file
11 months ago
William Grant 1a114825b3 fix: remove pollOnceForOurDisplayName test
saved work in a branch but we need to use workers in unit tests before its work testing
1 year ago
William Grant d64623311f fix: remove registration test
we dont do redux based unit testing at this time
1 year ago
William Grant e727851fdc test: finished signInByLinkingDevice 1 year ago
William Grant e97ca2c7f3 test: validity check for signInByLinkedDevice done
made stubs for window whisper and storage
1 year ago
William Grant 7e6fb22907 test: registerSingleDevice
started on signInByLinkingDevice
1 year ago
William Grant ba0a10960b test: sanitizeSessionUsername
which is the core function of sanitizeDisplayNameOrToast in onboarding
1 year ago
William Grant 238713e907 test: displayNameIsValid 1 year ago
William Grant 592b7ec1fd fix: rename Registration_test to Onboarding_test 1 year ago
William Grant 006193faa2 feat: setup what tests need to be done with TODOs 1 year ago
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 1 year ago
Audric Ackermann 3a26285667 fix: make group control message not expire 1 year ago
Audric Ackermann e03c3ce1f3 test: fix unit tests 1 year ago
Audric Ackermann f6cd12d599 fix: use at least 2 hashes for the update_expiries too
until the storage server release is live we need this workaround
1 year ago
Audric Ackermann b61745fd94 fix: use DaR ttl for synced message store request
removing one request at a time
1 year ago
Audric Ackermann 82c6f0897b fix: add jobs for expiry update & expiry fetch 1 year ago
Audric Ackermann 98fd834367 fix: already read DaR messages start with right time left on receive 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 543c80bbe3 fix: add most of new designs (own setting) for disappear v2 messages 1 year ago
Audric Ackermann ad9fa6dbee chore: remove lastChangetimestmap and add explciit expiretype and type
on the messages creation
1 year ago
Audric Ackermann d1068983bb fix: broken state adding lastDisappearingMessage to chatmsg 1 year ago
William Grant 5d98ff6e8b test: replace any with ConversationAttributes
on convo constructor args
1 year ago
William Grant 04c3f69398 refactor: export functions from an object for stubbing
for disappearing messages index file
1 year ago
William Grant 8d36442dbf refactor: rename ttl_max to content_message
this is more explicit
2 years ago
William Grant be8c3b042f feat: added checkForExpiringOutgoingMessage
triggers timer for all outgoing messages. includes unit tests
2 years ago
William Grant 40014544d1 fix: closed group groupId is now PubKey only 2 years ago
William Grant ee38af12dd test: restructed tests to match feature folder 2 years ago
William Grant 5f3a0899f5 feat: moved remaining code into feature folder
also separated out legacy functions
2 years ago
William Grant 0212166fcc feat: moved disappearing logic to a feature folder
only moved types and timerOptions so far
2 years ago
William Grant 286418976b test: updated ChatMessage with disappearing tests
for both modes
2 years ago
William Grant 06099966b0 fix: make sure to use convo getters
instead of backbone get function
2 years ago
William Grant d89741cb29 test: finished insertGroupsFromDBIntoWrapperAndRefresh 2 years ago
William Grant a2890925a5 test: fix groups wrapper values test 2 years ago
William Grant 4b93c5779a test: started libsession LegacyGroups tests
specifically insertGroupsFromDBIntoWrapperAndRefresh
2 years ago
William Grant bf690868f1 test: stub libsession workers in all places
instead of stub the set function
2 years ago
William Grant cc01da5a8a fix: use generated pubkeys
in disappearing message tests
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