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
Commit message (
Expand
)
Author
Age
Files
Lines
*
revert tls hack, make prosody 0.12 compatible
live
root
2023-02-24
3
-33
/
+5
*
add modules with other namespaces (live config)
root
2023-02-23
2
-0
/
+307
*
Merge branch 'master' of http://git.fucktheforce.de/cgi-bin/git/httpupload
root
2018-01-29
1
-1
/
+1
|
\
|
*
fixed copy paste error
lookshe
2018-01-29
1
-1
/
+1
*
|
Merge branch 'master' of http://git.fucktheforce.de/cgi-bin/git/httpupload
root
2018-01-29
1
-1
/
+2
|
\
|
|
*
possibility to set external url as https
lookshe
2018-01-29
1
-1
/
+2
*
|
Merge branch 'master' of http://git.fucktheforce.de/cgi-bin/git/httpupload
root
2018-01-25
1
-1
/
+1
|
\
|
|
*
Added backwards compatibility
0.2.1
steckbrief
2018-01-24
1
-1
/
+1
*
|
Merge branch 'master' of http://git.fucktheforce.de/cgi-bin/git/httpupload
root
2018-01-23
47
-137
/
+12971
|
\
|
|
*
managing-ui: initial commit
0.2
steckbrief
2017-05-27
41
-0
/
+12627
|
*
storage-backend: load parameters only once while deleting a file
steckbrief
2017-05-27
1
-3
/
+3
|
*
prosody-module: treat empty file url also as invalid;
steckbrief
2017-05-27
1
-2
/
+2
|
*
gajim-plugin: file info added to message
steckbrief
2017-05-27
1
-8
/
+29
|
*
set default file handler to avoid execution of scripts
lookshe
2017-05-07
1
-1
/
+4
|
*
prosody-module: Only advertise 'filetransfer-manager-ui-url' if it is set
steckbrief
2017-05-06
1
-3
/
+5
|
*
storage-backend: Add functionality to delete a file via an xmpp server; remov...
steckbrief
2017-05-06
2
-52
/
+28
|
*
prosody-module: Add functionality to delete a file based on a fileurl
steckbrief
2017-05-06
1
-70
/
+69
|
*
storage-backend: Added json interface to list transferred files
steckbrief
2017-05-04
3
-5
/
+120
|
*
Send intended recipient with upload slot request
steckbrief
2017-05-04
1
-0
/
+1
|
*
Added functionality to list files transferred using urn:xmpp:filetransfer:http
steckbrief
2017-05-04
1
-1
/
+91
*
|
Merge branch 'master' of http://git.fucktheforce.de/cgi-bin/git/httpupload
root
2017-05-03
11
-108
/
+981
|
\
|
|
*
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
|
*
moved gajim plugin to the subfolder 'gajim-plugin/httpupload'
steckbrief
2016-10-09
6
-0
/
+0
|
*
Add support for httpuploadim message hint
steckbrief
2016-10-09
2
-3
/
+25
|
*
Added gajim-plugin 'httpupload' version 0.4.1 from https://trac-plugins.gajim...
steckbrief
2016-10-09
6
-0
/
+803
|
*
Implements FS#236: Save receipient jid
steckbrief
2016-09-30
4
-92
/
+114
|
*
Add content type header
steckbrief
2016-08-23
1
-0
/
+1
*
|
Merge branch 'master' of http://git.fucktheforce.de/cgi-bin/git/httpupload
root
2016-08-22
2
-4
/
+9
|
\
|
|
*
missing & added to reqbody in delete type
steckbrief
2016-08-22
1
-1
/
+1
|
*
Add slot type in 403 message instead of fixed 'upload' string
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
|
*
Merge branch 'master' of ssh://repos.thedevstack.de/httpupload
steckbrief
2016-08-22
1
-1
/
+1
|
|
\
|
*
|
Fixed string comparison from not equals to equals for slot_type check and add...
steckbrief
2016-08-22
1
-2
/
+3
*
|
|
Merge branch 'master' of http://git.fucktheforce.de/cgi-bin/git/httpupload
root
2016-08-22
0
-0
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Modified .htaccess to determine request method correctly
root
2016-08-22
1
-1
/
+1
|
|
/
*
/
Modified .htaccess to determine request method correctly
root
2016-08-22
1
-1
/
+1
|
/
*
added possibility to restrict deletion to the user who originally uploaded th...
steckbrief
2016-08-21
2
-0
/
+9
*
fixed wrong reqbody for delete, added explicit slot_type also for upload requ...
steckbrief
2016-08-21
1
-3
/
+3
*
json parameter for delete token changed from 'delete_token' to 'deletetoken'
steckbrief
2016-08-21
1
-1
/
+1
*
Feature added: prosody module extended to request delete token
steckbrief
2016-08-20
1
-85
/
+153
*
documentation fix
steckbrief
2016-08-20
1
-2
/
+0
*
Feature added: delete a file previously uploaded using the httpupload
steckbrief
2016-08-20
3
-31
/
+123
*
Update index.php
0.1
xep0363
lookshe
2016-02-05
1
-2
/
+2
*
Merge branch 'master' of https://github.com/steckbrief/httpupload
steckbrief
2016-02-05
1
-2
/
+8
|
\
|
*
read url and server_key from configuration
lookshe
2016-01-13
1
-2
/
+8
*
|
php end tags added, rawurlencode optimized
steckbrief
2016-02-05
2
-5
/
+7
|
/
*
rawurl(de|en)coding moved to slot parameter storing and loading
steckbrief
2016-01-13
1
-3
/
+15
[next]