aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adds support for requesting spec and implementation version of ↵HEADmastersteckbrief2018-10-171-0/+24
| | | | http-fileservice-module
* adds API method to get spec and implementation version of the storage backendsteckbrief2018-10-174-14/+64
|
* adds common and http protocol functionalitiessteckbrief2018-10-172-37/+180
|
* fixes error in getJidDomain(JID) in case of a JID with resource identifiersteckbrief2018-10-141-1/+1
|
* introduces support for 'urn:xmpp:filetransfer:http' and ↵steckbrief2018-10-061-19/+45
| | | | 'urn:xmpp:http:upload' in parallel
* 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
| |
* | fixes a problem in checking for file existence when filename contains '%20' ↵steckbrief2018-10-041-1/+1
| | | | | | | | as white space
* | added request for version of xmpp-fileservice-modulesteckbrief2018-02-241-0/+10
|/
* Added backwards compatibility0.2.1steckbrief2018-01-241-1/+1
|
* managing-ui: initial commit0.2steckbrief2017-05-2741-0/+12627
| | | | | added possibility to manage uploaded files simple php ui to delete uploaded files
* storage-backend: load parameters only once while deleting a filesteckbrief2017-05-271-3/+3
|
* prosody-module: treat empty file url also as invalid;steckbrief2017-05-271-2/+2
| | | | treat status code 404 (not available) in case of deleting a file the same as 204 (deleted by this operation)
* gajim-plugin: file info added to messagesteckbrief2017-05-271-8/+29
|
* set default file handler to avoid execution of scriptslookshe2017-05-071-1/+4
|
* prosody-module: Only advertise 'filetransfer-manager-ui-url' if it is setsteckbrief2017-05-061-3/+5
|
* storage-backend: Add functionality to delete a file via an xmpp server; ↵steckbrief2017-05-062-52/+28
| | | | removed possibility to request a delete token and delete the file afterwards via xmpp client
* prosody-module: Add functionality to delete a file based on a fileurlsteckbrief2017-05-061-70/+69
|
* storage-backend: Added json interface to list transferred filessteckbrief2017-05-043-5/+120
|
* Send intended recipient with upload slot requeststeckbrief2017-05-041-0/+1
|
* 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
|
* moved gajim plugin to the subfolder 'gajim-plugin/httpupload'steckbrief2016-10-096-0/+0
|
* Add support for httpuploadim message hintsteckbrief2016-10-092-3/+25
|
* Added gajim-plugin 'httpupload' version 0.4.1 from ↵steckbrief2016-10-096-0/+803
| | | | https://trac-plugins.gajim.org/browser/httpupload, revision: 952:19bcffb26247
* Implements FS#236: Save receipient jidsteckbrief2016-09-304-92/+114
|
* Add content type headersteckbrief2016-08-231-0/+1
|
* missing & added to reqbody in delete typesteckbrief2016-08-221-1/+1
|
* Add slot type in 403 message instead of fixed 'upload' stringsteckbrief2016-08-221-1/+1
|
* exit module after sending error reply in case storage backend returned error ↵steckbrief2016-08-221-0/+2
| | | | code 403
* exit module after sending error reply in case storage backend returned error ↵steckbrief2016-08-221-0/+2
| | | | code 500
* Merge branch 'master' of ssh://repos.thedevstack.de/httpuploadsteckbrief2016-08-221-1/+1
|\
| * Modified .htaccess to determine request method correctlyroot2016-08-221-1/+1
| |
* | Fixed string comparison from not equals to equals for slot_type check and ↵steckbrief2016-08-221-2/+3
|/ | | | added additional debug log message
* added possibility to restrict deletion to the user who originally uploaded ↵steckbrief2016-08-212-0/+9
| | | | the file
* fixed wrong reqbody for delete, added explicit slot_type also for upload ↵steckbrief2016-08-211-3/+3
| | | | request, variable misspelling corrected
* json parameter for delete token changed from 'delete_token' to 'deletetoken'steckbrief2016-08-211-1/+1
|
* Feature added: prosody module extended to request delete tokensteckbrief2016-08-201-85/+153
|
* documentation fixsteckbrief2016-08-201-2/+0
|
* Feature added: delete a file previously uploaded using the httpuploadsteckbrief2016-08-203-31/+123
|
* Update index.php0.1xep0363lookshe2016-02-051-2/+2
| | | PUT needs to save the file with decoded filename
* Merge branch 'master' of https://github.com/steckbrief/httpuploadsteckbrief2016-02-051-2/+8
|\
| * read url and server_key from configurationlookshe2016-01-131-2/+8
| |
* | php end tags added, rawurlencode optimizedsteckbrief2016-02-052-5/+7
|/
* rawurl(de|en)coding moved to slot parameter storing and loadingsteckbrief2016-01-131-3/+15
|