Commit Graph

337 Commits (234ec42162c939999a60a7ee60d973d7ccbd5af9)

Author SHA1 Message Date
Audric Ackermann 12d40aa94e
Fix attachment extension vnd (#1628)
* allow openoffice document extension and don't use

* allow opendocument to be shared with the extension rather than mimetype

Fixes #1593

* allow message without padding

* add test for odt files
4 years ago
Audric Ackermann e10a3cd4a9
remove the channelId from groupInvitation 4 years ago
Audric Ackermann c063848167
pad and unpad message everywhere
attachment not padded for opengroup only
4 years ago
Audric Ackermann 7b96aba1bf
padd Message buffer for all outgoing messages (even opengroupv2) 4 years ago
Audric Ackermann eb0ddd85f4
add zombies logic for member leaving and removing 4 years ago
Audric Ackermann 0c0da48150
remove pow 5 years ago
Audric Ackermann 8444c7cbfc
increase to ttl of 14 days for everything except TypingMessages 5 years ago
Audric Ackermann a26c5da6cb
Uniformize once and for all the conversation types
no more 'direct'. those are private convos
5 years ago
Audric Ackermann 193fb2a101
move some message interactions logic to another file 5 years ago
Audric Ackermann 3b30d13719
add some regex to identify Opengroupv2 vs Opengroupv1 convo Ids 5 years ago
Audric Ackermann e3e1296788
add constant openGroupPrefix: publicChat: and use it 5 years ago
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 5 years ago
Audric Ackermann 6896cffd75
Merge branch 'clearnet' into HEAD 5 years ago
Audric Ackermann b68338e26c
working get and post request with opengroup api v2 5 years ago
Audric Ackermann c07271109f
Add a ConversationType OPEN_GROUP 5 years ago
Audric Ackermann b9586c90ce
working open group v2 getInfo for https only 5 years ago
Audric Ackermann ccf8a31ae3
move Attachments and Attachments_test to typescript 5 years ago
Audric Ackermann def03c8baa
working encrypt/decrypt of attachments 5 years ago
Audric Ackermann 2132395afb
disable getVersion to snodes calls as we don't need it anymore 5 years ago
Audric Ackermann 53d16d7dac
remove fallback to node-fetch 5 years ago
Audric Ackermann f704708524
fix bug with extension not being send if we don't have contenttype set 5 years ago
Audric Ackermann 79193ee7be
refactor to Visible and ControlMessage types 5 years ago
Audric Ackermann ad117fe4e5
uniformized redux convo type and getProps() of conversation 5 years ago
Audric Ackermann 4a794e90a0
signInWithRecovery = show full screen loader 5 years ago
Audric Ackermann 39f8ca293a
speedup tests 5 years ago
Audric Ackermann aac54e6045
Merge remote-tracking branch 'upstream/clearnet' into restore-handle-configuration 5 years ago
Audric Ackermann c656dd25cf move configMessage handling to a another file 5 years ago
Audric Ackermann fc24df00fb
always share our profileKey on outgoing messages 5 years ago
Audric Ackermann c55f204440
Merge branch 'clearnet' into restore-handle-configuration 5 years ago
Audric Ackermann e0c2cf8e9a
Force configuration message on avatar or display name update 5 years ago
Audric Ackermann a61f5e6814
add contacts to ConfigurationMessage 5 years ago
Audric Ackermann 0a82bf98fa
Add displayName and avatar pointer to ConfigurationMessage 5 years ago
Audric Ackermann d5c4108ed6 fix tests 5 years ago
Audric Ackermann 25e03eba35 fix lint 5 years ago
Audric Ackermann 370158951a move events from MessageQueue to MessageSentHandler 5 years ago
Audric Ackermann 8ea9f02cec Move data.js to data.ts 5 years ago
Audric Ackermann ebf9714e49
remove MessageQueueInterface 5 years ago
Audric Ackermann 2d7515cf0b
Merge branch 'clearnet' into move-models-to-ts-2 5 years ago
Audric Ackermann a31c457c08
allow closedgroup new message to be sent to our other devices
also, do not drop it on the receiving side
5 years ago
Audric Ackermann 01f834ae98
only handle the first ever configuration message incoming 5 years ago
Audric Ackermann 375c5ba1a8 add the request and reply of an encryptionKeyPair if needed 5 years ago
Audric Ackermann 850233bc9e review PR 5 years ago
Audric Ackermann 8eb1507fcf fix tests with should() 5 years ago
Audric Ackermann ed84760f0e
add a tslint rule to forbid use of async without await 5 years ago
Audric Ackermann 36fab86d30
Merge remote-tracking branch 'upstream/clearnet' into move-models-to-ts-2 5 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
5 years ago
Audric Ackermann 267a3e6bf6
disable closedgroup update groups for now 5 years ago
Audric Ackermann 0fe026ab15
Fix the password length limit when not setting a new password
Relates #1446
5 years ago
Audric Ackermann a51f95d28c
move models to TS part1 5 years ago
Audric Ackermann b88ea110e8
Add multi device v2 support 5 years ago