aboutsummaryrefslogtreecommitdiffstats
path: root/prosody-module/mod_http_upload_external (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-17adds support for requesting spec and implementation version of http-fileservi...HEADmastersteckbrief1-0/+24
2018-10-06introduces support for 'urn:xmpp:filetransfer:http' and 'urn:xmpp:http:upload...steckbrief1-19/+45
2018-10-06moves version functionality into its own functionsteckbrief1-5/+9
2018-10-05moves upload functionality into its own functionsteckbrief1-25/+29
2018-02-24added request for version of xmpp-fileservice-modulesteckbrief1-0/+10
2018-01-29fixed copy paste errorlookshe1-1/+1
2018-01-29possibility to set external url as httpslookshe1-1/+2
2017-05-27prosody-module: treat empty file url also as invalid;steckbrief1-2/+2
2017-05-06prosody-module: Only advertise 'filetransfer-manager-ui-url' if it is setsteckbrief1-3/+5
2017-05-06prosody-module: Add functionality to delete a file based on a fileurlsteckbrief1-70/+69
2017-05-04Added functionality to list files transferred using urn:xmpp:filetransfer:httpsteckbrief1-1/+91
2017-05-03Fixed error stanzas to clients to include additional information as intendedsteckbrief1-12/+12
2017-05-02add additional disco info to advertise managing UIsteckbrief1-0/+8
2017-05-02improved error handling in prosody modulesteckbrief1-5/+22
2016-08-22missing & added to reqbody in delete typesteckbrief1-1/+1
2016-08-22exit module after sending error reply in case storage backend returned error ...steckbrief1-0/+2
2016-08-22exit module after sending error reply in case storage backend returned error ...steckbrief1-0/+2
2016-08-22Fixed string comparison from not equals to equals for slot_type check and add...steckbrief1-2/+3
2016-08-21fixed wrong reqbody for delete, added explicit slot_type also for upload requ...steckbrief1-3/+3
2016-08-20Feature added: prosody module extended to request delete tokensteckbrief1-85/+153
2016-01-13read url and server_key from configurationlookshe1-2/+8
2016-01-06check for 403 (wrong xmpp_server_key)lookshe1-1/+3
2016-01-06use util.json from prosodylookshe2-716/+1
2016-01-05corrected if-statements and some more copy-paste-errorslookshe1-10/+10
2016-01-05deleted old "lib" and corrected copy-paste-errorlookshe2-715/+1
2016-01-05corrections to load module in prosody without errorslookshe2-1/+715
2016-01-04removed unused file size checklookshe1-5/+0
2016-01-04correct indentionlookshe1-29/+29
2016-01-04initial implementation of module for prosody, not tested yetlookshe2-0/+848