aboutsummaryrefslogtreecommitdiffstats
path: root/prosody-module/mod_http_upload_external (follow)
Commit message (Expand)AuthorAgeFilesLines
* adds support for requesting spec and implementation version of http-fileservi...HEADmastersteckbrief2018-10-171-0/+24
* introduces support for 'urn:xmpp:filetransfer:http' and 'urn:xmpp:http:upload...steckbrief2018-10-061-19/+45
* moves version functionality into its own functionsteckbrief2018-10-061-5/+9
* Merge branch 'master' of ssh://repos.thedevstack.de/httpuploadsteckbrief2018-10-051-1/+2
|\
| * fixed copy paste errorlookshe2018-01-291-1/+1
| * possibility to set external url as httpslookshe2018-01-291-1/+2
* | moves upload functionality into its own functionsteckbrief2018-10-051-25/+29
* | added request for version of xmpp-fileservice-modulesteckbrief2018-02-241-0/+10
|/
* prosody-module: treat empty file url also as invalid;steckbrief2017-05-271-2/+2
* prosody-module: Only advertise 'filetransfer-manager-ui-url' if it is setsteckbrief2017-05-061-3/+5
* prosody-module: Add functionality to delete a file based on a fileurlsteckbrief2017-05-061-70/+69
* Added functionality to list files transferred using urn:xmpp:filetransfer:httpsteckbrief2017-05-041-1/+91
* Fixed error stanzas to clients to include additional information as intendedsteckbrief2017-05-031-12/+12
* add additional disco info to advertise managing UIsteckbrief2017-05-021-0/+8
* improved error handling in prosody modulesteckbrief2017-05-021-5/+22
* missing & added to reqbody in delete typesteckbrief2016-08-221-1/+1
* exit module after sending error reply in case storage backend returned error ...steckbrief2016-08-221-0/+2
* exit module after sending error reply in case storage backend returned error ...steckbrief2016-08-221-0/+2
* Fixed string comparison from not equals to equals for slot_type check and add...steckbrief2016-08-221-2/+3
* fixed wrong reqbody for delete, added explicit slot_type also for upload requ...steckbrief2016-08-211-3/+3
* Feature added: prosody module extended to request delete tokensteckbrief2016-08-201-85/+153
* read url and server_key from configurationlookshe2016-01-131-2/+8
* check for 403 (wrong xmpp_server_key)lookshe2016-01-061-1/+3
* use util.json from prosodylookshe2016-01-062-716/+1
* corrected if-statements and some more copy-paste-errorslookshe2016-01-051-10/+10
* deleted old "lib" and corrected copy-paste-errorlookshe2016-01-052-715/+1
* corrections to load module in prosody without errorslookshe2016-01-052-1/+715
* removed unused file size checklookshe2016-01-041-5/+0
* correct indentionlookshe2016-01-041-29/+29
* initial implementation of module for prosody, not tested yetlookshe2016-01-042-0/+848