Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' of https://github.com/steckbrief/httpupload | steckbrief | 2016-02-05 | 1 | -2/+8 | |
|\ | ||||||
| * | read url and server_key from configuration | lookshe | 2016-01-13 | 1 | -2/+8 | |
| | | ||||||
* | | php end tags added, rawurlencode optimized | steckbrief | 2016-02-05 | 2 | -5/+7 | |
|/ | ||||||
* | rawurl(de|en)coding moved to slot parameter storing and loading | steckbrief | 2016-01-13 | 1 | -3/+15 | |
| | ||||||
* | minor fix in config include | steckbrief | 2016-01-06 | 1 | -1/+1 | |
| | ||||||
* | server validation added | steckbrief | 2016-01-06 | 1 | -4/+18 | |
| | | | | several bug fixes | |||||
* | check for 403 (wrong xmpp_server_key) | lookshe | 2016-01-06 | 1 | -1/+3 | |
| | ||||||
* | use util.json from prosody | lookshe | 2016-01-06 | 2 | -716/+1 | |
| | ||||||
* | corrected if-statements and some more copy-paste-errors | lookshe | 2016-01-05 | 1 | -10/+10 | |
| | ||||||
* | deleted old "lib" and corrected copy-paste-error | lookshe | 2016-01-05 | 2 | -715/+1 | |
| | ||||||
* | corrections to load module in prosody without errors | lookshe | 2016-01-05 | 2 | -1/+715 | |
| | ||||||
* | removed unused file size check | lookshe | 2016-01-04 | 1 | -5/+0 | |
| | ||||||
* | correct indention | lookshe | 2016-01-04 | 1 | -29/+29 | |
| | ||||||
* | initial implementation of module for prosody, not tested yet | lookshe | 2016-01-04 | 2 | -0/+848 | |
| | ||||||
* | Updated Readme | steckbrief | 2016-01-04 | 1 | -1/+11 | |
| | ||||||
* | Reduced manual configuration, folder structure created | steckbrief | 2016-01-04 | 6 | -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 gitignore | steckbrief | 2016-01-04 | 2 | -0/+22 | |
| | | | | Added base config.inc.php | |||||
* | make parameter 'content_type' optional | steckbrief | 2016-01-04 | 1 | -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 implementation | steckbrief | 2016-01-04 | 2 | -0/+142 | |
| | ||||||
* | initial backend script implementation | steckbrief | 2016-01-04 | 1 | -3/+0 | |
| | ||||||
* | htaccess to rewrite URLs for put request added | steckbrief | 2016-01-04 | 1 | -0/+3 | |
| | ||||||
* | Initial commit | steckbrief | 2016-01-04 | 1 | -0/+1 | |