| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
added possibility to manage uploaded files
simple php ui to delete uploaded files
|
| |
|
|
|
|
| |
treat status code 404 (not available) in case of deleting a file the same as 204 (deleted by this operation)
|
| |
|
| |
|
| |
|
|
|
|
| |
removed possibility to request a delete token and delete the file afterwards via xmpp client
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
https://trac-plugins.gajim.org/browser/httpupload, revision: 952:19bcffb26247
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
code 403
|
|
|
|
| |
code 500
|
|\ |
|
| | |
|
|/
|
|
| |
added additional debug log message
|
|
|
|
| |
the file
|
|
|
|
| |
request, variable misspelling corrected
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
PUT needs to save the file with decoded filename
|
|\ |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
several bug fixes
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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 base config.inc.php
|