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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-05
moves upload functionality into its own function
steckbrief
1
-25
/
+29
2018-02-24
added request for version of xmpp-fileservice-module
steckbrief
1
-0
/
+10
2018-01-29
fixed copy paste error
lookshe
1
-1
/
+1
2018-01-29
possibility to set external url as https
lookshe
1
-1
/
+2
2017-05-27
prosody-module: treat empty file url also as invalid;
steckbrief
1
-2
/
+2
2017-05-06
prosody-module: Only advertise 'filetransfer-manager-ui-url' if it is set
steckbrief
1
-3
/
+5
2017-05-06
prosody-module: Add functionality to delete a file based on a fileurl
steckbrief
1
-70
/
+69
2017-05-04
Added functionality to list files transferred using urn:xmpp:filetransfer:http
steckbrief
1
-1
/
+91
2017-05-03
Fixed error stanzas to clients to include additional information as intended
steckbrief
1
-12
/
+12
2017-05-02
add additional disco info to advertise managing UI
steckbrief
1
-0
/
+8
2017-05-02
improved error handling in prosody module
steckbrief
1
-5
/
+22
2016-08-22
missing & added to reqbody in delete type
steckbrief
1
-1
/
+1
2016-08-22
exit module after sending error reply in case storage backend returned error ...
steckbrief
1
-0
/
+2
2016-08-22
exit module after sending error reply in case storage backend returned error ...
steckbrief
1
-0
/
+2
2016-08-22
Fixed string comparison from not equals to equals for slot_type check and add...
steckbrief
1
-2
/
+3
2016-08-21
fixed wrong reqbody for delete, added explicit slot_type also for upload requ...
steckbrief
1
-3
/
+3
2016-08-20
Feature added: prosody module extended to request delete token
steckbrief
1
-85
/
+153
2016-01-13
read url and server_key from configuration
lookshe
1
-2
/
+8
2016-01-06
check for 403 (wrong xmpp_server_key)
lookshe
1
-1
/
+3
2016-01-06
use util.json from prosody
lookshe
2
-716
/
+1
2016-01-05
corrected if-statements and some more copy-paste-errors
lookshe
1
-10
/
+10
2016-01-05
deleted old "lib" and corrected copy-paste-error
lookshe
2
-715
/
+1
2016-01-05
corrections to load module in prosody without errors
lookshe
2
-1
/
+715
2016-01-04
removed unused file size check
lookshe
1
-5
/
+0
2016-01-04
correct indention
lookshe
1
-29
/
+29
2016-01-04
initial implementation of module for prosody, not tested yet
lookshe
2
-0
/
+848