Commit graph

62 commits

Author SHA1 Message Date
steckbrief
30afe3e279 Merge branch 'master' of ssh://repos.thedevstack.de/httpupload 2018-10-05 13:14:53 +02:00
steckbrief
82c3719e0d moves upload functionality into its own function 2018-10-05 13:13:04 +02:00
steckbrief
abe4d46462 fixes a problem in checking for file existence when filename contains '%20' as white space 2018-10-04 08:32:08 +02:00
steckbrief
507d2fd564 added request for version of xmpp-fileservice-module 2018-02-24 00:20:33 +01:00
aaa63c4d17 fixed copy paste error 2018-01-29 12:06:27 +01:00
f9b6dfabdc possibility to set external url as https 2018-01-29 12:04:01 +01:00
steckbrief
a46124c178 Added backwards compatibility 2018-01-24 20:21:36 +01:00
steckbrief
b7515c5d9c managing-ui: initial commit
added possibility to manage uploaded files
simple php ui to delete uploaded files
2017-05-27 20:34:06 +02:00
steckbrief
6bd2862f8f storage-backend: load parameters only once while deleting a file 2017-05-27 20:34:06 +02:00
steckbrief
16d3261f03 prosody-module: treat empty file url also as invalid;
treat status code 404 (not available) in case of deleting a file the same as 204 (deleted by this operation)
2017-05-27 20:34:06 +02:00
steckbrief
0885d997f9 gajim-plugin: file info added to message 2017-05-27 20:34:06 +02:00
3d3d8a7e03 set default file handler to avoid execution of scripts 2017-05-07 19:04:04 +02:00
steckbrief
b317ffc7bf prosody-module: Only advertise 'filetransfer-manager-ui-url' if it is set 2017-05-06 14:15:18 +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
14753b0d57 prosody-module: Add functionality to delete a file based on a fileurl 2017-05-06 14:09:20 +02:00
steckbrief
a564fd0a7a storage-backend: Added json interface to list transferred files 2017-05-04 16:26:11 +02:00
steckbrief
fd7ea5c319 Send intended recipient with upload slot request 2017-05-04 13:16:22 +02:00
steckbrief
1f318bcd00 Added functionality to list files transferred using urn:xmpp:filetransfer:http 2017-05-04 13:15:42 +02:00
steckbrief
bcfe8b2d97 Fixed error stanzas to clients to include additional information as intended 2017-05-03 09:45:19 +02:00
steckbrief
9cd578978f add additional disco info to advertise managing UI 2017-05-02 20:59:08 +02:00
steckbrief
471b217ceb improved error handling in prosody module 2017-05-02 20:55:42 +02:00
steckbrief
62e463bdd5 moved gajim plugin to the subfolder 'gajim-plugin/httpupload' 2016-10-09 12:09:49 +02:00
steckbrief
858e615f1d Add support for httpuploadim message hint 2016-10-09 11:48:27 +02:00
steckbrief
6816cd2435 Added gajim-plugin 'httpupload' version 0.4.1 from https://trac-plugins.gajim.org/browser/httpupload, revision: 952:19bcffb26247 2016-10-09 11:45:54 +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
6691b27bd1 missing & added to reqbody in delete type 2016-08-22 17:04:46 +02:00
steckbrief
8510b8abab Add slot type in 403 message instead of fixed 'upload' string 2016-08-22 17:03:59 +02:00
steckbrief
1b4c02e5ca exit module after sending error reply in case storage backend returned error code 403 2016-08-22 16:59:40 +02:00
steckbrief
59fe125714 exit module after sending error reply in case storage backend returned error code 500 2016-08-22 16:57:52 +02:00
steckbrief
c3c9e08f17 Merge branch 'master' of ssh://repos.thedevstack.de/httpupload 2016-08-22 16:29:51 +02:00
steckbrief
6950c42925 Fixed string comparison from not equals to equals for slot_type check and added additional debug log message 2016-08-22 16:03:10 +02:00
root
fe33066a1b Modified .htaccess to determine request method correctly 2016-08-22 12:32:57 +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
15090fe1be fixed wrong reqbody for delete, added explicit slot_type also for upload request, variable misspelling corrected 2016-08-21 12:08:35 +02:00
steckbrief
25e8420fdb json parameter for delete token changed from 'delete_token' to 'deletetoken' 2016-08-21 12:04:58 +02:00
steckbrief
ccf99fc8d0 Feature added: prosody module extended to request delete token 2016-08-20 21:42:50 +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
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