aboutsummaryrefslogtreecommitdiffstats
path: root/storage-backend/index.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update index.php0.1xep0363lookshe2016-02-051-2/+2
| | | PUT needs to save the file with decoded filename
* php end tags added, rawurlencode optimizedsteckbrief2016-02-051-5/+6
|
* rawurl(de|en)coding moved to slot parameter storing and loadingsteckbrief2016-01-131-3/+15
|
* minor fix in config includesteckbrief2016-01-061-1/+1
|
* server validation addedsteckbrief2016-01-061-4/+18
| | | | several bug fixes
* Reduced manual configuration, folder structure createdsteckbrief2016-01-041-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' optionalsteckbrief2016-01-041-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 implementationsteckbrief2016-01-041-0/+139