Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implements FS#236: Save receipient jid | steckbrief | 2016-09-30 | 1 | -92/+9 |
| | |||||
* | Add content type header | steckbrief | 2016-08-23 | 1 | -0/+1 |
| | |||||
* | Add slot type in 403 message instead of fixed 'upload' string | steckbrief | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | added possibility to restrict deletion to the user who originally uploaded ↵ | steckbrief | 2016-08-21 | 1 | -0/+7 |
| | | | | the file | ||||
* | json parameter for delete token changed from 'delete_token' to 'deletetoken' | steckbrief | 2016-08-21 | 1 | -1/+1 |
| | |||||
* | documentation fix | steckbrief | 2016-08-20 | 1 | -2/+0 |
| | |||||
* | Feature added: delete a file previously uploaded using the httpupload | steckbrief | 2016-08-20 | 1 | -30/+120 |
| | |||||
* | Update index.php0.1xep0363 | lookshe | 2016-02-05 | 1 | -2/+2 |
| | | | PUT needs to save the file with decoded filename | ||||
* | php end tags added, rawurlencode optimized | steckbrief | 2016-02-05 | 1 | -5/+6 |
| | |||||
* | 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 | ||||
* | Reduced manual configuration, folder structure created | steckbrief | 2016-01-04 | 1 | -1/+41 |
| | | | | | | 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 | ||||
* | 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 | 1 | -0/+139 |