Audric Ackermann
|
8ef9c8ed1a
|
remove delivery receipt logic
|
4 years ago |
Audric Ackermann
|
b403b89224
|
fix bug with quote empty profileName
|
4 years ago |
Audric Ackermann
|
03fe67b974
|
remove unused contact field on message
|
4 years ago |
Audric Ackermann
|
b055165a5d
|
display a message when the recipient screenshots an attachemnt
|
4 years ago |
Audric Ackermann
|
810ccdf675
|
send dataExtractionNotificaionMessage on saving attachment on priv chats
|
4 years ago |
Audric Ackermann
|
8a2efb83ec
|
Merge branch 'clearnet' into remove-fsv1-sogsv1
|
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
|
81553aed57
|
do not overwrite attachment name on sending side
Relates #1593
|
4 years ago |
Audric Ackermann
|
637e092a00
|
make sure fileserver v1 is not supported and not used anymore
|
4 years ago |
Audric Ackermann
|
5cab7908b4
|
add some test for partial path rebuilding
|
4 years ago |
Audric Ackermann
|
288d4a6a2e
|
make sure the left member convo exist in rendering GroupUpdate
|
4 years ago |
Audric Ackermann
|
b574fd731d
|
match group invitation design with ios
|
4 years ago |
Audric Ackermann
|
248494f15b
|
redesign group invitation message type
|
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
|
37562e11f8
|
add back invite contacts to opengroupv2
|
4 years ago |
Audric Ackermann
|
98b69c17f0
|
add userblocking opengroupv2 and quoting back of messages
|
4 years ago |
Audric Ackermann
|
5916ce5cbe
|
add the ban/unban logic for opengroupv2
|
4 years ago |
Audric Ackermann
|
f7e163c142
|
add sending of message for opengroupv2`
|
4 years ago |
Audric Ackermann
|
193fb2a101
|
move some message interactions logic to another file
|
4 years ago |
Audric Ackermann
|
3b30d13719
|
add some regex to identify Opengroupv2 vs Opengroupv1 convo Ids
|
4 years ago |
Audric Ackermann
|
f7581cf4eb
|
increase prettier maxWidth to 100
|
4 years ago |
Audric Ackermann
|
6896cffd75
|
Merge branch 'clearnet' into HEAD
|
4 years ago |
Audric Ackermann
|
c07271109f
|
Add a ConversationType OPEN_GROUP
|
4 years ago |
Audric Ackermann
|
0ce1059a96
|
disable UI recording bars so we can encode audio MP3
|
4 years ago |
Audric Ackermann
|
f704708524
|
fix bug with extension not being send if we don't have contenttype set
|
4 years ago |
Audric Ackermann
|
ecf133ad5d
|
Merge branch 'clearnet' into voice-message-record-as-opus
|
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
|
099c9a6f8c
|
autobind class with a lot of ...bind(this)
|
4 years ago |
Audric Ackermann
|
24a67a1ec3
|
record voice message as opus
|
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
|
ad117fe4e5
|
uniformized redux convo type and getProps() of conversation
|
4 years ago |
Audric Ackermann
|
b6ff4dc186
|
always share profileKey if it is set
|
4 years ago |
Audric Ackermann
|
fc24df00fb
|
always share our profileKey on outgoing messages
|
4 years ago |
Audric Ackermann
|
ca22b4635f
|
fixup some building of sync message issues
|
4 years ago |
Audric Ackermann
|
58cc6551e5
|
fix updates of message on message syncing
|
4 years ago |
Audric Ackermann
|
8716fbf495
|
improve sent message handling by setting the correct convoId at start
|
4 years ago |
Audric Ackermann
|
66a6190f2b
|
remove unused replyable error types
|
4 years ago |
Audric Ackermann
|
8a800cf58c
|
move the logic of handling when a message is sent to MessageSentHandler
|
4 years ago |
Audric Ackermann
|
3ee0ccfac8
|
remove the forceSave logic for a message, always insert or replace
|
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
|
36fab86d30
|
Merge remote-tracking branch 'upstream/clearnet' into move-models-to-ts-2
|
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
|
5ec9722e00
|
autobind typescript class methods with autobind
|
4 years ago |
Audric Ackermann
|
a51f95d28c
|
move models to TS part1
|
4 years ago |