index
:
github.com/processone/ejabberd.git
1.1.x
2.0.x
2.1.x
master
obsolete_3alpha
sql-auto-update
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mod_http_upload.erl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
Use include_lib() to include headers from dependencies (#3369)
Stu Tomlinson
1
-1
/
+1
2020-06-01
Use old http_uri, crypto and pg2 only with old Erlang/OTP (#3284)
Badlop
1
-3
/
+3
2020-02-21
Make http heades passed in custom_headers override builtin headers
Paweł Chmielowski
1
-3
/
+3
2020-01-28
Update copyright to 2020 (#3149)
Badlop
1
-1
/
+1
2020-01-27
mod_http_upload: Document correct put_url default
Holger Weiss
1
-1
/
+1
2020-01-08
Generate ejabberd.yml.5 man page from source code directly
Evgeny Khramtsov
1
-0
/
+177
2019-09-23
Correctly handle unicode in log messages
Evgeny Khramtsov
1
-39
/
+39
2019-09-20
Improve ACME implementation
Evgeny Khramtsov
1
-19
/
+1
2019-08-06
Implement reload/3 for mod_http_upload
Evgeny Khramtsov
1
-72
/
+115
2019-08-04
Don't retain module option on gen_mod supervisor
Evgeny Khramtsov
1
-1
/
+2
2019-08-02
Introduce 'vcard' option for the modules supporting vCards
Evgeny Khramtsov
1
-1
/
+17
2019-07-12
Process unexpected messages uniformly
Evgeny Khramtsov
1
-3
/
+3
2019-06-27
Avoid using broad map() type wherever possible
Evgeny Khramtsov
1
-1
/
+2
2019-06-27
Fix type specs
Evgeny Khramtsov
1
-1
/
+1
2019-06-24
Make logging messages more consistent
Evgeny Khramtsov
1
-4
/
+4
2019-06-22
Improve extraction of translated strings
Evgeny Khramtsov
1
-4
/
+4
2019-06-15
Get rid of "well-known" type
Evgeny Khramtsov
1
-2
/
+2
2019-06-14
Warn about 'service_url' option during config transformation
Evgeny Khramtsov
1
-9
/
+2
2019-06-14
Use new configuration validator
Evgeny Khramtsov
1
-84
/
+68
2019-05-27
mod_http_upload: Avoid catch-all error handling
Holger Weiss
1
-2
/
+0
2019-05-12
mod_http_upload: Case-insensitive host comparison
Holger Weiss
1
-3
/
+7
2019-04-29
Improve code for directory deletion
Evgeny Khramtsov
1
-6
/
+2
2019-04-14
Feed whole image to eimp:identify/1
Evgeny Khramtsov
1
-37
/
+32
2019-02-28
mod_http_upload: Log nicer warning on unknown host
Holger Weiss
1
-9
/
+27
2019-01-08
Update copyright to 2019 (#2756)
Badlop
1
-1
/
+1
2018-09-19
Switch more log message to warning level
Evgeny Khramtsov
1
-10
/
+10
2018-09-17
mod_http_upload: Log error if 'put_url' is reused
Holger Weiss
1
-2
/
+9
2018-07-18
mod_http_upload: Adjust default value of 'put_url'
Holger Weiss
1
-1
/
+1
2018-07-18
mod_http_upload: Deprecate 'service_url' option
Holger Weiss
1
-1
/
+4
2018-07-17
mod_http_upload: Avoid function-like macros
Holger Weiss
1
-27
/
+31
2018-07-17
Move cancel_timer/1 function into 'misc' module
Holger Weiss
1
-12
/
+1
2018-07-17
mod_http_upload: Add "Allow" to OPTIONS response
Holger Weiss
1
-1
/
+2
2018-07-16
mod_http_upload: Avoid timers from timer module
Holger Weiss
1
-8
/
+19
2018-07-15
mod_http_upload: Don't store "external" slots
Holger Weiss
1
-7
/
+7
2018-07-10
mod_http_upload_quota: Fix process name lookup
Holger Weiss
1
-1
/
+1
2018-07-08
Better detection of duplicated routes/hosts
Evgeniy Khramtsov
1
-2
/
+2
2018-07-07
fix HMAC for external_secret
Christoph Scholz
1
-1
/
+1
2018-07-05
Move move randoms module to p1_utils repo
Evgeniy Khramtsov
1
-2
/
+2
2018-07-04
mod_http_upload: Treat file and network errors differently
Evgeniy Khramtsov
1
-2
/
+6
2018-07-02
HTTP Upload: introduce new option 'external_secret'
Evgeniy Khramtsov
1
-16
/
+34
2018-06-29
Improve URLs validation
Evgeniy Khramtsov
1
-9
/
+5
2018-06-29
HTTP Upload: increase gen_server call timeout
Evgeniy Khramtsov
1
-3
/
+4
2018-06-29
HTTP Upload: put more info in log messages
Evgeniy Khramtsov
1
-8
/
+8
2018-06-27
Use lists:foldl/3
Evgeniy Khramtsov
1
-7
/
+6
2018-06-27
Generate HTTP Upload form using xdata codec
Evgeniy Khramtsov
1
-9
/
+3
2018-06-26
Improve error formatting in mod_http_upload
Evgeniy Khramtsov
1
-9
/
+22
2018-06-14
Get rid of ejabberd.hrl header
Evgeniy Khramtsov
1
-1
/
+0
2018-06-04
Return detailed error if HTTP upload is too large
Holger Weiss
1
-8
/
+16
2018-05-17
Fix typo file:read() -> file:open()
Evgeniy Khramtsov
1
-1
/
+1
2018-05-14
Optimize HTTP requests memory usage
Evgeniy Khramtsov
1
-42
/
+56
[next]