aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0363_http_file_upload.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix http upload for servers without file size limit (#1512)eerielili2023-11-241-1/+3
| | | | | | | * Fix for ejabberd XMPP server 'infinity' http upload file size announce - fixes https://github.com/dino/dino/issues/1222 * Update 0363_http_file_upload.vala
* Reject non-TLS URLs in HTTP File Upload (#1098)linkmauve2021-11-281-0/+5
| | | | | | | | | * Reject non-TLS URLs in HTTP File Upload This is a MUST in the XEP. * Update 0363_http_file_upload.vala Co-authored-by: fiaxh <fiaxh@users.noreply.github.com>
* Fix compiler warnings ('assignment .. from incompatible pointer type') by ↵fiaxh2021-10-121-1/+1
| | | | returning non-const after_actions in OrderListener
* Handle if Items/InfoResult are nullfiaxh2020-04-251-4/+16
|
* Handle entity hash in server features node, make ServiceDiscovery ↵fiaxh2020-04-241-13/+10
| | | | request_info/items async, add caching has_entity_feature
* HTTP-Upload: parsing max-file-size attribute (#809)kmq2020-04-171-8/+10
| | | | | When a server returns multiple <x/> elements in response to a discinfo query, this change uses all of them instead of just the first one.
* Small changes to "Add support for HTTP Upload headers"fiaxh2019-11-191-1/+5
|
* Add support for HTTP Upload headersWiktor Kwapisiewicz2019-11-191-0/+11
| | | | | | | | | | | 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
* Add incoming mediated invitation support (#162)fiaxh2019-08-221-1/+1
| | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* Fix specified size for encrypted file uploadsfiaxh2019-08-211-1/+1
|
* Refactor file receive/send interfaces and UIfiaxh2019-07-181-5/+35
|
* Fix a couple of typos and double importshrxi2019-06-011-1/+0
|
* Restructure (http) file provider flow: Separate download&get_info, download ↵fiaxh2018-11-271-0/+160
in provider, move XmppStreamModule into xmpp-vala