Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-21 | adds possibility to sort ascending or descending by timestamp | steckbrief | 2 | -6/+14 | |
2018-10-17 | adds API method to get spec and implementation version of the storage backend | steckbrief | 4 | -14/+64 | |
2018-10-17 | adds common and http protocol functionalities | steckbrief | 2 | -37/+180 | |
2018-10-14 | fixes error in getJidDomain(JID) in case of a JID with resource identifier | steckbrief | 1 | -1/+1 | |
2018-10-04 | fixes a problem in checking for file existence when filename contains '%20' ↵ | steckbrief | 1 | -1/+1 | |
as white space | |||||
2018-01-24 | Added backwards compatibility0.2.1 | steckbrief | 1 | -1/+1 | |
2017-05-27 | storage-backend: load parameters only once while deleting a file | steckbrief | 1 | -3/+3 | |
2017-05-07 | set default file handler to avoid execution of scripts | lookshe | 1 | -1/+4 | |
2017-05-06 | storage-backend: Add functionality to delete a file via an xmpp server; ↵ | steckbrief | 2 | -52/+28 | |
removed possibility to request a delete token and delete the file afterwards via xmpp client | |||||
2017-05-04 | storage-backend: Added json interface to list transferred files | steckbrief | 3 | -5/+120 | |
2016-09-30 | Implements FS#236: Save receipient jid | steckbrief | 4 | -92/+114 | |
2016-08-23 | Add content type header | steckbrief | 1 | -0/+1 | |
2016-08-22 | Add slot type in 403 message instead of fixed 'upload' string | steckbrief | 1 | -1/+1 | |
2016-08-22 | Modified .htaccess to determine request method correctly | root | 1 | -1/+1 | |
2016-08-21 | added possibility to restrict deletion to the user who originally uploaded ↵ | steckbrief | 2 | -0/+9 | |
the file | |||||
2016-08-21 | json parameter for delete token changed from 'delete_token' to 'deletetoken' | steckbrief | 1 | -1/+1 | |
2016-08-20 | documentation fix | steckbrief | 1 | -2/+0 | |
2016-08-20 | Feature added: delete a file previously uploaded using the httpupload | steckbrief | 3 | -31/+123 | |
2016-02-05 | Update index.php0.1xep0363 | lookshe | 1 | -2/+2 | |
PUT needs to save the file with decoded filename | |||||
2016-02-05 | php end tags added, rawurlencode optimized | steckbrief | 2 | -5/+7 | |
2016-01-13 | rawurl(de|en)coding moved to slot parameter storing and loading | steckbrief | 1 | -3/+15 | |
2016-01-06 | minor fix in config include | steckbrief | 1 | -1/+1 | |
2016-01-06 | server validation added | steckbrief | 1 | -4/+18 | |
several bug fixes | |||||
2016-01-04 | Reduced manual configuration, folder structure created | steckbrief | 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 | |||||
2016-01-04 | Added config.php to gitignore | steckbrief | 1 | -0/+21 | |
Added base config.inc.php | |||||
2016-01-04 | make parameter 'content_type' optional | steckbrief | 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 | |||||
2016-01-04 | initial backend script implementation | steckbrief | 2 | -0/+142 | |