aboutsummaryrefslogtreecommitdiffstats
path: root/storage-backend (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-05Update index.php0.1xep0363lookshe1-2/+2
PUT needs to save the file with decoded filename
2016-02-05php end tags added, rawurlencode optimizedsteckbrief2-5/+7
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 createdsteckbrief6-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
2016-01-04Added config.php to gitignoresteckbrief1-0/+21
Added base config.inc.php
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 implementationsteckbrief2-0/+142