aboutsummaryrefslogtreecommitdiffstats
path: root/storage-backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adds API method to get spec and implementation version of the storage backendsteckbrief2018-10-174-14/+64
|
* adds common and http protocol functionalitiessteckbrief2018-10-172-37/+180
|
* fixes error in getJidDomain(JID) in case of a JID with resource identifiersteckbrief2018-10-141-1/+1
|
* fixes a problem in checking for file existence when filename contains '%20' ↵steckbrief2018-10-041-1/+1
| | | | as white space
* Added backwards compatibility0.2.1steckbrief2018-01-241-1/+1
|
* storage-backend: load parameters only once while deleting a filesteckbrief2017-05-271-3/+3
|
* set default file handler to avoid execution of scriptslookshe2017-05-071-1/+4
|
* storage-backend: Add functionality to delete a file via an xmpp server; ↵steckbrief2017-05-062-52/+28
| | | | removed possibility to request a delete token and delete the file afterwards via xmpp client
* storage-backend: Added json interface to list transferred filessteckbrief2017-05-043-5/+120
|
* Implements FS#236: Save receipient jidsteckbrief2016-09-304-92/+114
|
* Add content type headersteckbrief2016-08-231-0/+1
|
* Add slot type in 403 message instead of fixed 'upload' stringsteckbrief2016-08-221-1/+1
|
* Modified .htaccess to determine request method correctlyroot2016-08-221-1/+1
|
* added possibility to restrict deletion to the user who originally uploaded ↵steckbrief2016-08-212-0/+9
| | | | the file
* json parameter for delete token changed from 'delete_token' to 'deletetoken'steckbrief2016-08-211-1/+1
|
* documentation fixsteckbrief2016-08-201-2/+0
|
* Feature added: delete a file previously uploaded using the httpuploadsteckbrief2016-08-203-31/+123
|
* Update index.php0.1xep0363lookshe2016-02-051-2/+2
| | | PUT needs to save the file with decoded filename
* php end tags added, rawurlencode optimizedsteckbrief2016-02-052-5/+7
|
* 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-046-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 gitignoresteckbrief2016-01-041-0/+21
| | | | Added base config.inc.php
* 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-042-0/+142