aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* missing & added to reqbody in delete typesteckbrief2016-08-221-1/+1
|
* Add slot type in 403 message instead of fixed 'upload' stringsteckbrief2016-08-221-1/+1
|
* exit module after sending error reply in case storage backend returned error ↵steckbrief2016-08-221-0/+2
| | | | code 403
* exit module after sending error reply in case storage backend returned error ↵steckbrief2016-08-221-0/+2
| | | | code 500
* Merge branch 'master' of ssh://repos.thedevstack.de/httpuploadsteckbrief2016-08-221-1/+1
|\
| * Modified .htaccess to determine request method correctlyroot2016-08-221-1/+1
| |
* | Fixed string comparison from not equals to equals for slot_type check and ↵steckbrief2016-08-221-2/+3
|/ | | | added additional debug log message
* added possibility to restrict deletion to the user who originally uploaded ↵steckbrief2016-08-212-0/+9
| | | | the file
* fixed wrong reqbody for delete, added explicit slot_type also for upload ↵steckbrief2016-08-211-3/+3
| | | | request, variable misspelling corrected
* json parameter for delete token changed from 'delete_token' to 'deletetoken'steckbrief2016-08-211-1/+1
|
* Feature added: prosody module extended to request delete tokensteckbrief2016-08-201-85/+153
|
* 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
* Merge branch 'master' of https://github.com/steckbrief/httpuploadsteckbrief2016-02-051-2/+8
|\
| * read url and server_key from configurationlookshe2016-01-131-2/+8
| |
* | 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
* check for 403 (wrong xmpp_server_key)lookshe2016-01-061-1/+3
|
* use util.json from prosodylookshe2016-01-062-716/+1
|
* corrected if-statements and some more copy-paste-errorslookshe2016-01-051-10/+10
|
* deleted old "lib" and corrected copy-paste-errorlookshe2016-01-052-715/+1
|
* corrections to load module in prosody without errorslookshe2016-01-052-1/+715
|
* removed unused file size checklookshe2016-01-041-5/+0
|
* correct indentionlookshe2016-01-041-29/+29
|
* initial implementation of module for prosody, not tested yetlookshe2016-01-042-0/+848
|
* Updated Readmesteckbrief2016-01-041-1/+11
|
* 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-042-0/+22
| | | | 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
|
* initial backend script implementationsteckbrief2016-01-041-3/+0
|
* htaccess to rewrite URLs for put request addedsteckbrief2016-01-041-0/+3
|
* Initial commitsteckbrief2016-01-041-0/+1