index
:
httpupload
live
master
xep0363
Implementation of the XEP-0363 - HTTP Upload
steckbrief
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
prosody-module
/
mod_http_upload_external
/
mod_http_upload_external.lua
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
adds basic rsm 'https://xmpp.org/extensions/xep-0059.html' functionality for ...
steckbrief
2018-10-20
1
-6
/
+19
*
adds support for requesting spec and implementation version of http-fileservi...
steckbrief
2018-10-17
1
-0
/
+24
*
introduces support for 'urn:xmpp:filetransfer:http' and 'urn:xmpp:http:upload...
steckbrief
2018-10-06
1
-19
/
+45
*
moves version functionality into its own function
steckbrief
2018-10-06
1
-5
/
+9
*
Merge branch 'master' of ssh://repos.thedevstack.de/httpupload
steckbrief
2018-10-05
1
-1
/
+2
|
\
|
*
fixed copy paste error
lookshe
2018-01-29
1
-1
/
+1
|
*
possibility to set external url as https
lookshe
2018-01-29
1
-1
/
+2
*
|
moves upload functionality into its own function
steckbrief
2018-10-05
1
-25
/
+29
*
|
added request for version of xmpp-fileservice-module
steckbrief
2018-02-24
1
-0
/
+10
|
/
*
prosody-module: treat empty file url also as invalid;
steckbrief
2017-05-27
1
-2
/
+2
*
prosody-module: Only advertise 'filetransfer-manager-ui-url' if it is set
steckbrief
2017-05-06
1
-3
/
+5
*
prosody-module: Add functionality to delete a file based on a fileurl
steckbrief
2017-05-06
1
-70
/
+69
*
Added functionality to list files transferred using urn:xmpp:filetransfer:http
steckbrief
2017-05-04
1
-1
/
+91
*
Fixed error stanzas to clients to include additional information as intended
steckbrief
2017-05-03
1
-12
/
+12
*
add additional disco info to advertise managing UI
steckbrief
2017-05-02
1
-0
/
+8
*
improved error handling in prosody module
steckbrief
2017-05-02
1
-5
/
+22
*
missing & added to reqbody in delete type
steckbrief
2016-08-22
1
-1
/
+1
*
exit module after sending error reply in case storage backend returned error ...
steckbrief
2016-08-22
1
-0
/
+2
*
exit module after sending error reply in case storage backend returned error ...
steckbrief
2016-08-22
1
-0
/
+2
*
Fixed string comparison from not equals to equals for slot_type check and add...
steckbrief
2016-08-22
1
-2
/
+3
*
fixed wrong reqbody for delete, added explicit slot_type also for upload requ...
steckbrief
2016-08-21
1
-3
/
+3
*
Feature added: prosody module extended to request delete token
steckbrief
2016-08-20
1
-85
/
+153
*
read url and server_key from configuration
lookshe
2016-01-13
1
-2
/
+8
*
check for 403 (wrong xmpp_server_key)
lookshe
2016-01-06
1
-1
/
+3
*
use util.json from prosody
lookshe
2016-01-06
1
-2
/
+1
*
corrected if-statements and some more copy-paste-errors
lookshe
2016-01-05
1
-10
/
+10
*
deleted old "lib" and corrected copy-paste-error
lookshe
2016-01-05
1
-1
/
+1
*
corrections to load module in prosody without errors
lookshe
2016-01-05
1
-1
/
+1
*
removed unused file size check
lookshe
2016-01-04
1
-5
/
+0
*
correct indention
lookshe
2016-01-04
1
-29
/
+29
*
initial implementation of module for prosody, not tested yet
lookshe
2016-01-04
1
-0
/
+134