aboutsummaryrefslogtreecommitdiff
path: root/plugins/omemo/src/file_transfer
Commit message (Collapse)AuthorAgeFilesLines
* set a generic MIME type for encrypted file (#1213)Nkwuda Sunday Cletus2022-03-231-1/+1
|
* Set key size for omemo http file transfers to 256 bitsMarvin W2020-09-151-2/+3
| | | | Fixes #909
* Send OMEMO-encrypted messages and files using 12 byte IVMarvin W2020-09-142-10/+6
|
* Fix initial file encryption displayingfiaxh2020-09-071-0/+4
| | | | fixes #831
* Fix OMEMO file transfer GCM tagMarvin W2019-10-282-2/+2
|
* Fix wrong size being reported for OMEMO encrypted HTTP file transfersMarvin W2019-10-181-1/+1
| | | | Fixes #630
* Add JET supportMarvin W2019-09-162-27/+25
|
* Fix some warningshrxi2019-09-101-29/+33
| | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.
* Fix specified size for encrypted file uploadsfiaxh2019-08-211-1/+1
|
* Refactor file receive/send interfaces and UIfiaxh2019-07-184-276/+163
|
* OMEMO: Move files to fitting subdirectoryfiaxh2019-07-082-0/+276