audric
|
f7b0c6c7e1
|
make conversation screen closer to mobile UI part1
|
4 years ago |
audric
|
9e37985d03
|
enable no-unused local and imports and fix tslint
|
4 years ago |
audric
|
b05910e219
|
Merge remote-tracking branch 'upstream/clearnet' into add-message-bottom-keep-scroll
|
4 years ago |
audric
|
bea704ecf0
|
bump react to 17
|
4 years ago |
Brice-W
|
f7c7d6a3d8
|
change source of MessageAttributesOptionals to not null
|
4 years ago |
Audric Ackermann
|
63b81b4c8e
|
cleanup SessionMessageList p1
|
4 years ago |
Audric Ackermann
|
9a302fb5ff
|
add a cache of the keypairs for a closed group
|
4 years ago |
Audric Ackermann
|
e090b8e8c6
|
remove getInstance on swarmPolling
|
4 years ago |
Audric Ackermann
|
e9e718bfcb
|
remove getInstance on MessageController=> getMessageController
|
4 years ago |
Audric Ackermann
|
0b410404a3
|
remove keypair request manager
|
4 years ago |
Audric Ackermann
|
89a0868fc3
|
remove getInstance of conversationController to get()
|
4 years ago |
Audric Ackermann
|
27fb732f50
|
cleanup unused prekeys table
|
4 years ago |
Audric Ackermann
|
37c9c6b5c3
|
new closed group send and handle expire timer already set
|
4 years ago |
Audric Ackermann
|
6f8c8ee1b3
|
remove most of sogsv1 and fsv1 and update version fetch url
version fetch is used to know when we have a new update
|
4 years ago |
Audric Ackermann
|
3456162402
|
Moved opengroupv1 test to opengroupv2 tests
|
4 years ago |
Audric Ackermann
|
5cab7908b4
|
add some test for partial path rebuilding
|
4 years ago |
Audric Ackermann
|
64eab5160d
|
remove zombies from the UI only
|
4 years ago |
Audric Ackermann
|
2c40d1e623
|
hide checkmMark on showing group members
|
4 years ago |
Audric Ackermann
|
fae80c327a
|
mark convo as ActiveAt when we get a message adding us after left
|
4 years ago |
Audric Ackermann
|
eb0ddd85f4
|
add zombies logic for member leaving and removing
|
4 years ago |
Audric Ackermann
|
7ec663df71
|
move SwarmPolling from window to require singleton
|
4 years ago |
Audric Ackermann
|
a26c5da6cb
|
Uniformize once and for all the conversation types
no more 'direct'. those are private convos
|
4 years ago |
Audric Ackermann
|
98b69c17f0
|
add userblocking opengroupv2 and quoting back of messages
|
4 years ago |
Audric Ackermann
|
f7581cf4eb
|
increase prettier maxWidth to 100
|
4 years ago |
Audric Ackermann
|
c07271109f
|
Add a ConversationType OPEN_GROUP
|
4 years ago |
Audric Ackermann
|
ec6a5995db
|
sync expire timer updates
|
4 years ago |
Audric Ackermann
|
79193ee7be
|
refactor to Visible and ControlMessage types
|
4 years ago |
Audric Ackermann
|
553f264d12
|
make unread attrs as before a number, and remove calculatingPow
calculating pow is just the same as sending state
|
4 years ago |
Audric Ackermann
|
39f8ca293a
|
speedup tests
|
4 years ago |
Audric Ackermann
|
aac54e6045
|
Merge remote-tracking branch 'upstream/clearnet' into restore-handle-configuration
|
4 years ago |
Audric Ackermann
|
533b95c827
|
fix updateMessage being always at the end of the messagesList
this was because we were using Date.now() always rather than using the
envelope timestamp to save the update
|
4 years ago |
Audric Ackermann
|
641f9ee368
|
Fix the bug where if we leave and get added back, we get removed again
|
4 years ago |
Audric Ackermann
|
c55f204440
|
Merge branch 'clearnet' into restore-handle-configuration
|
4 years ago |
Audric Ackermann
|
08c41004a2
|
do not send expire timer to member added on closed group
|
4 years ago |
Audric Ackermann
|
370158951a
|
move events from MessageQueue to MessageSentHandler
|
4 years ago |
Audric Ackermann
|
8ea9f02cec
|
Move data.js to data.ts
|
4 years ago |
Audric Ackermann
|
7b81c4213a
|
Merge clearnet
|
4 years ago |
Audric Ackermann
|
0c1343cad5
|
add a way to share currently distributing keypair to added members
|
4 years ago |
Audric Ackermann
|
78e7255cb8
|
send the keypair to added members if we are admin
and remove request encryption keypair handling
|
4 years ago |
Audric Ackermann
|
2d7515cf0b
|
Merge branch 'clearnet' into move-models-to-ts-2
|
4 years ago |
Audric Ackermann
|
375c5ba1a8
|
add the request and reply of an encryptionKeyPair if needed
|
4 years ago |
Audric Ackermann
|
ed84760f0e
|
add a tslint rule to forbid use of async without await
|
4 years ago |
Audric Ackermann
|
36fab86d30
|
Merge remote-tracking branch 'upstream/clearnet' into move-models-to-ts-2
|
4 years ago |
Audric Ackermann
|
df0b44db4c
|
Merge remote-tracking branch 'upstream/clearnet' into multi-device-v2
|
4 years ago |
Audric Ackermann
|
ea2c4437a3
|
cleanup models with unused events
also, sort message from DB and on redux by sent_at or received_at when
not a public group
|
4 years ago |
Audric Ackermann
|
20cf5dbf10
|
Merge remote-tracking branch 'upstream/clearnet' into move-models-to-ts-2
|
4 years ago |
Audric Ackermann
|
b76ce0f2ff
|
update models to TS part2
|
4 years ago |
Audric Ackermann
|
65ed81e980
|
enable explicit group updates on the sending side
|
4 years ago |
Audric Ackermann
|
89ea946b3f
|
disable sending of explicit group updates for now - only receiving is ON
|
4 years ago |
Audric Ackermann
|
267a3e6bf6
|
disable closedgroup update groups for now
|
4 years ago |