aboutsummaryrefslogtreecommitdiff
path: root/plugins/http-files/src/file_sender.vala
Commit message (Collapse)AuthorAgeFilesLines
* 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