Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small changes to "Add support for HTTP Upload headers" | fiaxh | 2019-11-19 | 1 | -1/+5 |
| | |||||
* | Add support for HTTP Upload headers | Wiktor Kwapisiewicz | 2019-11-19 | 1 | -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) | fiaxh | 2019-08-22 | 1 | -1/+1 |
| | | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | ||||
* | Fix specified size for encrypted file uploads | fiaxh | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 1 | -5/+35 |
| | |||||
* | Fix a couple of typos and double imports | hrxi | 2019-06-01 | 1 | -1/+0 |
| | |||||
* | Restructure (http) file provider flow: Separate download&get_info, download ↵ | fiaxh | 2018-11-27 | 1 | -0/+160 |
in provider, move XmppStreamModule into xmpp-vala |