aboutsummaryrefslogtreecommitdiffstats
path: root/storage-backend/index.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-17adds API method to get spec and implementation version of the storage backendsteckbrief1-13/+27
2018-01-24Added backwards compatibility0.2.1steckbrief1-1/+1
2017-05-27storage-backend: load parameters only once while deleting a filesteckbrief1-3/+3
2017-05-06storage-backend: Add functionality to delete a file via an xmpp server; ↵steckbrief1-49/+25
removed possibility to request a delete token and delete the file afterwards via xmpp client
2017-05-04storage-backend: Added json interface to list transferred filessteckbrief1-3/+8
2016-09-30Implements FS#236: Save receipient jidsteckbrief1-92/+9
2016-08-23Add content type headersteckbrief1-0/+1
2016-08-22Add slot type in 403 message instead of fixed 'upload' stringsteckbrief1-1/+1
2016-08-21added possibility to restrict deletion to the user who originally uploaded ↵steckbrief1-0/+7
the file
2016-08-21json parameter for delete token changed from 'delete_token' to 'deletetoken'steckbrief1-1/+1
2016-08-20documentation fixsteckbrief1-2/+0
2016-08-20Feature added: delete a file previously uploaded using the httpuploadsteckbrief1-30/+120
2016-02-05Update index.php0.1xep0363lookshe1-2/+2
PUT needs to save the file with decoded filename
2016-02-05php end tags added, rawurlencode optimizedsteckbrief1-5/+6
2016-01-13rawurl(de|en)coding moved to slot parameter storing and loadingsteckbrief1-3/+15
2016-01-06minor fix in config includesteckbrief1-1/+1
2016-01-06server validation addedsteckbrief1-4/+18
several bug fixes
2016-01-04Reduced manual configuration, folder structure createdsteckbrief1-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
2016-01-04make parameter 'content_type' optionalsteckbrief1-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
2016-01-04initial backend script implementationsteckbrief1-0/+139