Commit graph

22 commits

Author SHA1 Message Date
52da5f834b disable check of content type
implementation to determine content type of files in android/java differ from php
.amr files do not work
example: http://up.picn.de/files/56e2d7b9-9847-4596-803c-e5b37f9b089f/good%20bad%20ugly.amr
2025-01-04 22:31:03 +01:00
steckbrief
4ff3b79b99 adds possibility to sort ascending or descending by timestamp 2018-10-21 00:11:53 +02:00
steckbrief
3973a5f737 adds API method to get spec and implementation version of the storage backend 2018-10-17 22:10:42 +02:00
steckbrief
a46124c178 Added backwards compatibility 2018-01-24 20:21:36 +01:00
steckbrief
6bd2862f8f storage-backend: load parameters only once while deleting a file 2017-05-27 20:34:06 +02:00
steckbrief
49c6bb9f0b storage-backend: Add functionality to delete a file via an xmpp server; removed possibility to request a delete token and delete the file afterwards via xmpp client 2017-05-06 14:10:31 +02:00
steckbrief
a564fd0a7a storage-backend: Added json interface to list transferred files 2017-05-04 16:26:11 +02:00
steckbrief
509128be58 Implements FS#236: Save receipient jid 2016-09-30 16:03:18 +02:00
steckbrief
7ce02c25b1 Add content type header 2016-08-23 10:07:29 +02:00
steckbrief
8510b8abab Add slot type in 403 message instead of fixed 'upload' string 2016-08-22 17:03:59 +02:00
steckbrief
3e797e3fe1 added possibility to restrict deletion to the user who originally uploaded the file 2016-08-21 12:23:19 +02:00
steckbrief
25e8420fdb json parameter for delete token changed from 'delete_token' to 'deletetoken' 2016-08-21 12:04:58 +02:00
steckbrief
dd33a02422 documentation fix 2016-08-20 21:39:26 +02:00
steckbrief
fa17f36311 Feature added: delete a file previously uploaded using the httpupload 2016-08-20 21:29:05 +02:00
31da8eb9ef Update index.php
PUT needs to save the file with decoded filename
2016-02-05 14:21:39 +01:00
steckbrief
7f77bd3087 php end tags added, rawurlencode optimized 2016-02-05 14:13:19 +01:00
steckbrief
c6da13b632 rawurl(de|en)coding moved to slot parameter storing and loading 2016-01-13 09:30:49 +01:00
steckbrief
9bd8c79f56 minor fix in config include 2016-01-06 21:08:27 +01:00
steckbrief
2c946d39fb server validation added
several bug fixes
2016-01-06 19:39:32 +01:00
steckbrief
fbba3876b5 Reduced manual configuration, folder structure created
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 21:48:17 +01:00
steckbrief
59c6465ad2 make parameter 'content_type' optional
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 21:02:07 +01:00
steckbrief
d68fec4339 initial backend script implementation 2016-01-04 12:46:38 +01:00