aboutsummaryrefslogtreecommitdiff
path: root/plugins/http-files/src/file_sender.vala
Commit message (Collapse)AuthorAgeFilesLines
* Bind soup session lifetime to File provider/sender lifetimeMarvin W2026-02-101-2/+3
| | | | Required since libsoup 3.4. Fixes #1395
* Inhibit suspend on file upload/downloadXavier Del Campo Romero2023-10-091-0/+7
|
* file_sender.vala: Split very long lineXavier Del Campo Romero2023-10-091-1/+5
|
* Show file upload/download progressXavier Del Campo Romero2023-10-091-0/+12
| | | | | | | | | | | Fixes upstream issue #1350. Notes: Image uploads were incorrectly handled by Dino, as they were always reported as completed even if they were not, maybe so as to show the image preview from the start. Now, Dino shows the upload progress for all file types, and the image is only shown when completed.
* http-files: Avoid null dereferencesXavier Del Campo Romero2023-10-091-0/+4
|
* Automatically select appropriate libsoup versionMarvin W2023-10-051-3/+3
|
* Prepare http-files plugin for libsoup-3 supportMarvin W2022-04-091-12/+22
| | | | | Note: ice plugin still depends on libsoup-2.4 and one can't have both in the same process, so this remains disabled by default
* Allow cancellation of file transfersMarvin W2022-03-301-1/+2
|
* Remove ContentFiltersfiaxh2021-12-091-11/+3
| | | | fixes #1129 #573
* Add RTP implementation as pluginMarvin W2021-03-211-6/+0
|
* Only query entity caps when we need themfiaxh2020-07-161-5/+5
|
* Add file upload previewfiaxh2020-04-221-0/+8
| | | | fixes #756
* Add support for HTTP Upload headersWiktor Kwapisiewicz2019-11-191-0/+4
| | | | | | | | | | | Some services use Authorization header [0] to pass upload credential data. This avoids the token being exposed in server logs and is allowed by XEP-0363 since version 0.5.0. This change adds support for headers allowed in XEP-0363: Authorization, Expires and Cookie. [0]: https://xmpp.org/extensions/xep-0363.html#request
* Fix reporting failed HTTP uploadWiktor Kwapisiewicz2019-11-041-1/+1
| | | | | | Status code can't be less than 200 and greater than or equal 300 at the same time. Using || instead of && marks all uploads that do not have 2xx status code as "failed".
* Add JET supportMarvin W2019-09-161-16/+23
|
* Fix specified size for encrypted file uploadsfiaxh2019-08-211-2/+2
|
* Refactor file receive/send interfaces and UIfiaxh2019-07-181-0/+126