log mod_http_upload/mod_http_upload.lua @ 3967:0957ba6aeb99

age author description
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
2019-01-18 Kim Alvefur mod_http_upload: Fix indentation
2018-11-18 Emmanuel Gil Peyrot mod_http_upload: Disallow POST in CORS
2018-11-18 Emmanuel Gil Peyrot mod_http_upload: Remove extra check for Origin HTTP header
2018-11-18 Matthew Wild mod_http_upload: Relocate function definition to avoid traceback
2018-11-18 Matthew Wild mod_http_upload: Also add CORS headers in response to PUT
2018-11-18 Matthew Wild mod_http_upload: Add CORS headers for web clients (untested)
2018-11-06 Kim Alvefur mod_http_upload: Fix order of arguments to :measure
2018-10-29 Kim Alvefur mod_http_upload: Report statistics on upload sizes (0.10+)
2018-09-27 Kim Alvefur mod_http_upload: Use legacy datamanager directly (makes it work)
2018-09-27 Kim Alvefur mod_http_upload: Abort and throw error in case of failure to iterate over users
2018-09-27 Kim Alvefur mod_http_upload: Run expiry for all users if command run with a hostname
2018-07-08 Jonas Wielicki mod_http_upload: use correct error condition
2018-05-19 Kim Alvefur mod_http_upload: Add an experimental prosodyctl command for expiring uploads
2018-03-25 Kim Alvefur mod_http_upload: Include the current VirtualHost name in greeting to help with debugging
2017-10-17 Kim Alvefur mod_http_upload: Only try to create a randomly named directory once.
2017-09-19 Emmanuel Gil Peyrot mod_http_upload: Send a correct response on namespace :0.
2017-08-15 Kim Alvefur mod_http_upload: Handle HEAD requests in 0.10 when reading body from a file handle
2017-07-27 Kim Alvefur mod_http_upload: Remove directory when deleting a file (fixes #950)