Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added gajim-plugin 'httpupload' version 0.4.1 from ↵ | steckbrief | 2016-10-09 | 6 | -0/+803 |
| | | | | https://trac-plugins.gajim.org/browser/httpupload, revision: 952:19bcffb26247 | ||||
* | Implements FS#236: Save receipient jid | steckbrief | 2016-09-30 | 4 | -92/+114 |
| | |||||
* | Add content type header | steckbrief | 2016-08-23 | 1 | -0/+1 |
| | |||||
* | missing & added to reqbody in delete type | steckbrief | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | Add slot type in 403 message instead of fixed 'upload' string | steckbrief | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | exit module after sending error reply in case storage backend returned error ↵ | steckbrief | 2016-08-22 | 1 | -0/+2 |
| | | | | code 403 | ||||
* | exit module after sending error reply in case storage backend returned error ↵ | steckbrief | 2016-08-22 | 1 | -0/+2 |
| | | | | code 500 | ||||
* | Merge branch 'master' of ssh://repos.thedevstack.de/httpupload | steckbrief | 2016-08-22 | 1 | -1/+1 |
|\ | |||||
| * | Modified .htaccess to determine request method correctly | root | 2016-08-22 | 1 | -1/+1 |
| | | |||||
* | | Fixed string comparison from not equals to equals for slot_type check and ↵ | steckbrief | 2016-08-22 | 1 | -2/+3 |
|/ | | | | added additional debug log message | ||||
* | added possibility to restrict deletion to the user who originally uploaded ↵ | steckbrief | 2016-08-21 | 2 | -0/+9 |
| | | | | the file | ||||
* | fixed wrong reqbody for delete, added explicit slot_type also for upload ↵ | steckbrief | 2016-08-21 | 1 | -3/+3 |
| | | | | request, variable misspelling corrected | ||||
* | json parameter for delete token changed from 'delete_token' to 'deletetoken' | steckbrief | 2016-08-21 | 1 | -1/+1 |
| | |||||
* | Feature added: prosody module extended to request delete token | steckbrief | 2016-08-20 | 1 | -85/+153 |
| | |||||
* | documentation fix | steckbrief | 2016-08-20 | 1 | -2/+0 |
| | |||||
* | Feature added: delete a file previously uploaded using the httpupload | steckbrief | 2016-08-20 | 3 | -31/+123 |
| | |||||
* | Update index.php0.1xep0363 | lookshe | 2016-02-05 | 1 | -2/+2 |
| | | | PUT needs to save the file with decoded filename | ||||
* | Merge branch 'master' of https://github.com/steckbrief/httpupload | steckbrief | 2016-02-05 | 1 | -2/+8 |
|\ | |||||
| * | read url and server_key from configuration | lookshe | 2016-01-13 | 1 | -2/+8 |
| | | |||||
* | | php end tags added, rawurlencode optimized | steckbrief | 2016-02-05 | 2 | -5/+7 |
|/ | |||||
* | rawurl(de|en)coding moved to slot parameter storing and loading | steckbrief | 2016-01-13 | 1 | -3/+15 |
| | |||||
* | minor fix in config include | steckbrief | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | server validation added | steckbrief | 2016-01-06 | 1 | -4/+18 |
| | | | | several bug fixes | ||||
* | check for 403 (wrong xmpp_server_key) | lookshe | 2016-01-06 | 1 | -1/+3 |
| | |||||
* | use util.json from prosody | lookshe | 2016-01-06 | 2 | -716/+1 |
| | |||||
* | corrected if-statements and some more copy-paste-errors | lookshe | 2016-01-05 | 1 | -10/+10 |
| | |||||
* | deleted old "lib" and corrected copy-paste-error | lookshe | 2016-01-05 | 2 | -715/+1 |
| | |||||
* | corrections to load module in prosody without errors | lookshe | 2016-01-05 | 2 | -1/+715 |
| | |||||
* | removed unused file size check | lookshe | 2016-01-04 | 1 | -5/+0 |
| | |||||
* | correct indention | lookshe | 2016-01-04 | 1 | -29/+29 |
| | |||||
* | initial implementation of module for prosody, not tested yet | lookshe | 2016-01-04 | 2 | -0/+848 |
| | |||||
* | Updated Readme | steckbrief | 2016-01-04 | 1 | -1/+11 |
| | |||||
* | Reduced manual configuration, folder structure created | steckbrief | 2016-01-04 | 6 | -22/+57 |
| | | | | | | Determination of storage paths now relative to script directory and programmatically Determination of get and put URLs now based on the slot request request Basic access restriction to default directories | ||||
* | Added config.php to gitignore | steckbrief | 2016-01-04 | 2 | -0/+22 |
| | | | | Added base config.inc.php | ||||
* | make parameter 'content_type' optional | steckbrief | 2016-01-04 | 1 | -24/+71 |
| | | | | | | | | | change returned messages to json format add error codes to returned data add parameters to returned data - if useful add check for empty sizes in slot requests add filename check while uploading add 403 error messages in case of wrong http method | ||||
* | initial backend script implementation | steckbrief | 2016-01-04 | 2 | -0/+142 |
| | |||||
* | initial backend script implementation | steckbrief | 2016-01-04 | 1 | -3/+0 |
| | |||||
* | htaccess to rewrite URLs for put request added | steckbrief | 2016-01-04 | 1 | -0/+3 |
| | |||||
* | Initial commit | steckbrief | 2016-01-04 | 1 | -0/+1 |