Audric Ackermann
|
f3975b545a
|
feat: use priority for hidden and pinned conversation
|
2 years ago |
Audric Ackermann
|
796ccf0582
|
feat: add handling and setting of the expireTimer for contacts
|
2 years ago |
Audric Ackermann
|
1c50aacc34
|
chore: remove groupModerators sogs from the db, store in redux only
|
2 years ago |
Audric Ackermann
|
bf2456df8e
|
chore: do not store mentionedUs and unreadCount as attribute in convo
|
2 years ago |
Audric Ackermann
|
f5efb52fea
|
feat: remove closedgroupv3 uneeded stuff for now
also move the room stuff which can be kept in memory into another redux
slice
|
2 years ago |
Audric Ackermann
|
21d8151b8b
|
feat: add convo volatile info mgmt
|
2 years ago |
Audric Ackermann
|
c4e17d0825
|
fix: add mgmt of members in user groups wrapper
|
2 years ago |
Audric Ackermann
|
bc905bdba1
|
feat: start of community handling in libsession util
also remove tracking of hashes for config namespaces
|
2 years ago |
Audric Ackermann
|
37e335097e
|
chore: remove unused bdecode logic as it is now in libsession util
|
2 years ago |
Audric Ackermann
|
3c58f9c1e4
|
feat: add a hidden flag for convos and use it with the contactswrapper
|
2 years ago |
Audric Ackermann
|
c4217cb564
|
feat: sync nickname, blocked and approved status for contacts
|
2 years ago |
Audric Ackermann
|
f88acdb567
|
feat: remove blocked group tracking separately from the pubkeys
|
2 years ago |
Audric Ackermann
|
b2237efe51
|
feat: insert all contacts into wrapper before syncing it
|
2 years ago |
Audric Ackermann
|
22329bc745
|
chore: cleanup FIXMEs and remove sig_timestamp as we cannot rely on it
we use timestamp instead of sig_timestamp for store requests
|
2 years ago |
Audric Ackermann
|
f215535f75
|
fix: set and get profile picture from libsession
|
2 years ago |
Audric Ackermann
|
6bbb16b46d
|
feat: track and delete configMessageHashes
|
2 years ago |
Audric Ackermann
|
7c56310e69
|
feat: addConfSyncJob start
|
2 years ago |
Audric Ackermann
|
4bfcf91193
|
fix: add return types for libsession wrapper functions
|
2 years ago |
Audric Ackermann
|
90804491d6
|
feat: add job result enum with success, retry and permanent fail
|
2 years ago |
Audric Ackermann
|
08a15b210a
|
feat: move avatar downloading to JobRunner
|
2 years ago |
Audric Ackermann
|
9cf1419ca5
|
feat: add first try to build SharedConfigMessages
|
2 years ago |
Audric Ackermann
|
141c22ed43
|
tesat: add tests for the JobRunner class
|
2 years ago |
Audric Ackermann
|
b3995c117b
|
feat: add a PersistedJobRunner which can handle SyncConfJobs
|
2 years ago |
Audric Ackermann
|
2da2c95272
|
chore: cleanedup the stubbing logic
|
2 years ago |
Audric Ackermann
|
68852a9e63
|
chore: move syncUtils to its own folder
|
2 years ago |
Audric Ackermann
|
6d1b406c85
|
fix: add namespace to all sending message calls
|
2 years ago |
Audric Ackermann
|
0f58e11a17
|
chore: update with latest libsession wrapper
|
2 years ago |
Audric Ackermann
|
5627ab4583
|
finish the .set and toCppContact function
|
2 years ago |
Audric Ackermann
|
ffe9e26d76
|
test: finish contact test but still missing the .set function
|
2 years ago |
Audric Ackermann
|
a77aa610f8
|
finish contact test1, still need to fix the .set with a struct
|
2 years ago |
Audric Ackermann
|
65df3157bd
|
chore: lint
|
2 years ago |
Audric Ackermann
|
9749529e25
|
feat: add dependency to our libsession wrapper for nodejs
also add a basic test to make sure it works
|
2 years ago |
Audric Ackermann
|
2a8d764bfb
|
fix tests
|
2 years ago |
Audric Ackermann
|
fddfc8c501
|
fix: hide v3 closed group protobuf messages for now
|
2 years ago |
Audric Ackermann
|
456d52ab1a
|
fix: make sure we do not use "group" or "private" without the enum
|
2 years ago |
Audric Ackermann
|
4b97f14edf
|
fix: added batch requests for snode but signature fails
|
2 years ago |
Audric Ackermann
|
d7bcf1026f
|
fix: refactor snodeRPC to use snode batching
|
2 years ago |
Audric Ackermann
|
0e4920cb0d
|
feat: add bencoded/decoded + tests
|
2 years ago |
Audric Ackermann
|
1ce8fd5979
|
fix: make circular buffer not recreate an array on each overflow
|
3 years ago |
Audric Ackermann
|
c617976be0
|
test: added tests for RingBuffer & sogsRollingDeletions
|
3 years ago |
Audric Ackermann
|
3788f5a4d5
|
Merge pull request #2488 from Bilb/message-request-include-profile
Profile in messageRequest
|
3 years ago |
Audric Ackermann
|
4ed837e57e
|
fix: add test for MessageRequestResponse outgoing message
|
3 years ago |
Audric Ackermann
|
0eac74dd07
|
Merge branch 'dev' into menu-redesign
|
3 years ago |
William Grant
|
f138ea31b2
|
test: finished writing tests for sogs mutation cache
refactored processMessagesWithCachce function
|
3 years ago |
William Grant
|
3060ffd25a
|
test: added tests for adding and updating sogs cache entries
updated idForLogging for opengroups to be more verbose, updated reaction method calls to use exported Reactions object
|
3 years ago |
William Grant
|
b33ea096b4
|
fix: speed up reaction UI update for opengroups
|
3 years ago |
William Grant
|
07c56e79f2
|
fix: make reaction UI updates when reacting faster in 1-1 and closed groups
|
3 years ago |
William Grant
|
4889cb5b32
|
fix: ReactionList Senders is now an array since we want to handle opengroup reactions separately
we no longer need the messagehash and server id for rendering reactions in the UI, ignore reactions using the outdated type
|
3 years ago |
Audric Ackermann
|
ef1f634e6b
|
Merge remote-tracking branch 'upstream/clearnet' into menu-redesign
|
3 years ago |
Will G
|
267f49ff1e
|
Emoji Reacts (#2320)
Add support for emoji reacts in conversations
Resolves #2375 and #1577
|
3 years ago |