Commit graph

23 commits

Author SHA1 Message Date
31da8eb9ef Update index.php
PUT needs to save the file with decoded filename
2016-02-05 14:21:39 +01:00
steckbrief
14cc1291ed Merge branch 'master' of https://github.com/steckbrief/httpupload 2016-02-05 14:13:41 +01:00
steckbrief
7f77bd3087 php end tags added, rawurlencode optimized 2016-02-05 14:13:19 +01:00
5467813174 read url and server_key from configuration 2016-01-13 10:52:45 +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
b72fb066c9 check for 403 (wrong xmpp_server_key) 2016-01-06 15:16:43 +01:00
c78c082127 use util.json from prosody 2016-01-06 14:17:25 +01:00
d81b585c0c corrected if-statements and some more copy-paste-errors 2016-01-05 13:02:31 +01:00
0c7ae98cf7 deleted old "lib" and corrected copy-paste-error 2016-01-05 12:53:44 +01:00
f95c256468 corrections to load module in prosody without errors 2016-01-05 00:02:52 +01:00
f33a183130 removed unused file size check 2016-01-04 23:53:38 +01:00
5eb8933845 correct indention 2016-01-04 23:50:04 +01:00
d399f6cdaf initial implementation of module for prosody, not tested yet 2016-01-04 23:48:03 +01:00
steckbrief
ce98933ee9 Updated Readme 2016-01-04 21:53:41 +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
45cd34e42b Added config.php to gitignore
Added base config.inc.php
2016-01-04 21:05:53 +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
steckbrief
c3eb35689f initial backend script implementation 2016-01-04 12:45:59 +01:00
steckbrief
d5df8c4b36 htaccess to rewrite URLs for put request added 2016-01-04 12:19:02 +01:00
steckbrief
bd18639424 Initial commit 2016-01-04 12:10:24 +01:00