aboutsummaryrefslogtreecommitdiff
path: root/src/mod_http_upload.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add details about XEP implementations to some protocol attributesBadlop2022-11-071-1/+1
* Return userinfo from misc:uri_parsePaweł Chmielowski2022-05-061-1/+1
* Improve misc:uri_parsePaweł Chmielowski2022-05-051-1/+1
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Update documentation to match the implemented options values (#3675)Badlop2021-09-141-2/+3
* Use specific syntax so modules and top-level will be linksBadlop2021-08-231-1/+1
* Improve formatting and add sections linksBadlop2021-08-231-2/+3
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Use old http_uri, crypto and pg2 only with old Erlang/OTP (#3284)Badlop2020-06-011-3/+3
* Make http heades passed in custom_headers override builtin headersPaweł Chmielowski2020-02-211-3/+3
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* mod_http_upload: Document correct put_url defaultHolger Weiss2020-01-271-1/+1
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-081-0/+177
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-39/+39
* Improve ACME implementationEvgeny Khramtsov2019-09-201-19/+1
* Implement reload/3 for mod_http_uploadEvgeny Khramtsov2019-08-061-72/+115
* Don't retain module option on gen_mod supervisorEvgeny Khramtsov2019-08-041-1/+2
* Introduce 'vcard' option for the modules supporting vCardsEvgeny Khramtsov2019-08-021-1/+17
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-3/+3
* Avoid using broad map() type wherever possibleEvgeny Khramtsov2019-06-271-1/+2
* Fix type specsEvgeny Khramtsov2019-06-271-1/+1
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-4/+4
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-4/+4
* Get rid of "well-known" typeEvgeny Khramtsov2019-06-151-2/+2
* Warn about 'service_url' option during config transformationEvgeny Khramtsov2019-06-141-9/+2
* Use new configuration validatorEvgeny Khramtsov2019-06-141-84/+68
* mod_http_upload: Avoid catch-all error handlingHolger Weiss2019-05-271-2/+0
* mod_http_upload: Case-insensitive host comparisonHolger Weiss2019-05-121-3/+7
* Improve code for directory deletionEvgeny Khramtsov2019-04-291-6/+2
* Feed whole image to eimp:identify/1Evgeny Khramtsov2019-04-141-37/+32
* mod_http_upload: Log nicer warning on unknown hostHolger Weiss2019-02-281-9/+27
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Switch more log message to warning levelEvgeny Khramtsov2018-09-191-10/+10
* mod_http_upload: Log error if 'put_url' is reusedHolger Weiss2018-09-171-2/+9
* mod_http_upload: Adjust default value of 'put_url'Holger Weiss2018-07-181-1/+1
* mod_http_upload: Deprecate 'service_url' optionHolger Weiss2018-07-181-1/+4
* mod_http_upload: Avoid function-like macrosHolger Weiss2018-07-171-27/+31
* Move cancel_timer/1 function into 'misc' moduleHolger Weiss2018-07-171-12/+1
* mod_http_upload: Add "Allow" to OPTIONS responseHolger Weiss2018-07-171-1/+2
* mod_http_upload: Avoid timers from timer moduleHolger Weiss2018-07-161-8/+19
* mod_http_upload: Don't store "external" slotsHolger Weiss2018-07-151-7/+7
* mod_http_upload_quota: Fix process name lookupHolger Weiss2018-07-101-1/+1
* Better detection of duplicated routes/hostsEvgeniy Khramtsov2018-07-081-2/+2
* fix HMAC for external_secretChristoph Scholz2018-07-071-1/+1
* Move move randoms module to p1_utils repoEvgeniy Khramtsov2018-07-051-2/+2
* mod_http_upload: Treat file and network errors differentlyEvgeniy Khramtsov2018-07-041-2/+6
* HTTP Upload: introduce new option 'external_secret'Evgeniy Khramtsov2018-07-021-16/+34
* Improve URLs validationEvgeniy Khramtsov2018-06-291-9/+5
* HTTP Upload: increase gen_server call timeoutEvgeniy Khramtsov2018-06-291-3/+4