Commit Graph

26 Commits (0fbb0cc85209269ed5cedb7f3ac38aa7eb160708)

Author SHA1 Message Date
Audric Ackermann e69c5c4b35 chore: fixed unit tests
Audric Ackermann d12071f3c8 chore: big rename of convocontroller to convohub
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues
Audric Ackermann 0e286142f1 chore: add a redux settings slice, currently outdated banner inc
Audric Ackermann 3ecc89fab3 Merge remote-tracking branch 'upstream/master' into onboarding
Audric Ackermann 3c58f9c1e4 feat: add a hidden flag for convos and use it with the contactswrapper
Audric Ackermann c4217cb564 feat: sync nickname, blocked and approved status for contacts
Audric Ackermann f88acdb567 feat: remove blocked group tracking separately from the pubkeys
mdPlusPlus 1d6ed17ac7 Fix typos via codespell
Audric Ackermann 893b552ada fix: trigger redux state update manually when unblocking conversations
Audric Ackermann 3ffc470c40 fix: address reviews comment
Audric Ackermann f137cad2a0 feat: add the BlockedList component in Settings
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver ()
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
Audric Ackermann 261940e978
fix tests
Audric Ackermann 4a491e6a6a
lint
Audric Ackermann 13bc1a21d9
add test for swarmPolling variable rate
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100
Audric Ackermann 8ea9f02cec Move data.js to data.ts
Audric Ackermann a51f95d28c
move models to TS part1
Audric Ackermann a0703bc2f9
remove primary and secondary device separate status
Audric Ackermann 135fc3b366
remove prekeys
Audric Ackermann 45cdbcbb2f
handle sync of blocked contact/groups as sync events
Mikunj f008a8b3ef Always block the primary device instead of all devices.
Added isBlockedAsync function.
Mikunj 1b93a210bc Comments
Mikunj 8c3943094d Add tests
Mikunj aa75205bbd Move BlockedNumberController to ts