log mod_http_upload/mod_http_upload.lua @ 4326:f6fdefc5c6ac

age author description
2020-08-25 Matthew Wild mod_http_upload: Log warning when loaded on user host
2020-03-30 Kim Alvefur mod_http_upload: Show help message if not at least one host/user is given
2020-03-30 Kim Alvefur mod_http_upload: Add some kind of help message to prosodyctl command
2019-10-12 Kim Alvefur mod_http_upload: Skip custom HEAD handling on recent Prosody trunk
2019-08-30 Kim Alvefur mod_http_upload: Back out 3fb0add97cdb - depends on yet uncommon lfs version
2019-08-29 Kim Alvefur mod_http_upload: Skip write if nothing expired when checking
2019-08-29 Kim Alvefur mod_http_upload: Add hint about checking that the base URL is reachable
2019-08-29 Kim Alvefur mod_http_upload: Make loud noise if storage path can't be created or doesn't exist
2019-08-22 Kim Alvefur mod_http_upload: Also format max file size as integer in error (thanks lovetox)
2019-08-22 Kim Alvefur mod_http_upload: Ensure integer formatting of size limit
2019-06-29 Kim Alvefur mod_http_upload: Duplicate mime types handling from mod_http_files (fixes #1374)
2019-05-08 Kim Alvefur mod_http_upload: Propagate errors from expiry procedure
2019-05-08 Kim Alvefur mod_http_upload: Check attempted upload against quota even with no previous uploads
2019-05-08 Kim Alvefur mod_http_upload: Consider quota reached if it can't be checked
2019-04-05 Kim Alvefur Update modules using mod_http_files to serve files for change in Prosody trunk