log mod_http_upload/mod_http_upload.lua @ 5456:9008aea491bf

age author description
2022-07-18 Kim Alvefur various: Improve error reporting if missing file server module on 0.12
2021-08-25 Emmanuel Gil Peyrot mod_http_upload: Prevent the module from starting without TLS
2021-08-25 Emmanuel Gil Peyrot mod_http_upload: Don’t send http: URIs to clients, this is forbidden by the XEP
2021-07-01 Kim Alvefur mod_http_upload: Fix issuing slots to components or other non-c2s sessions
2021-02-16 Nicolas Cedilnik mod_http_upload: Add access config option
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
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)
2017-07-22 Kim Alvefur mod_http_upload: Remove MIME type restrictions and checking (fixes #958)
2017-04-15 Kim Alvefur mod_http_upload: Guess mime type from file extension if not provided by client (mime-type is OPTIONAL)
2017-04-15 Kim Alvefur mod_http_upload: Store filename and directory separately
2017-04-15 Kim Alvefur mod_http_upload: Return an error if unable to store slot info
2017-04-15 Kim Alvefur mod_http_upload: Keep user- and hostname in locals
2017-04-15 Kim Alvefur mod_http_upload: Remove unused upload slots
2017-04-15 Kim Alvefur Backed out changeset e491a15d7621 (closes #888)
2017-04-13 Kim Alvefur mod_http_upload: Switch to using a map store
2017-04-13 Kim Alvefur mod_http_upload: Add support for limiting file types to upload
2017-04-13 Kim Alvefur mod_http_upload: Clear unused slots after 15 minutes
2017-04-13 Kim Alvefur mod_http_upload: Consider files deleted even if remove fails
2017-04-13 Kim Alvefur mod_http_upload: Validate that file extension (used by mod_http_files) matches mime type given by client
2017-04-13 Kim Alvefur mod_http_upload: Implement quota support (closes #823)
2017-04-13 Kim Alvefur mod_http_upload: Add option for expiry of files after a configurable time (closes #557)
2017-04-03 Kim Alvefur mod_http_upload: Fix halting of event propagation when request handler returns
2017-04-03 Kim Alvefur mod_http_upload: Where did those parenthesis come from?
2017-04-03 Kim Alvefur mod_http_upload: Use the new util.id if available (in 0.10+)
2017-03-28 Kim Alvefur mod_http_upload: Use correct function for base64
2017-03-26 Kim Alvefur mod_http_upload: Fix typo in variable name
2017-03-26 Kim Alvefur mod_http_upload: Rename variable to avoid name clash
2017-03-26 Kim Alvefur mod_http_upload: Split some long lines [luacheck]
2017-03-26 Kim Alvefur mod_http_upload: Fix to call random bytes function instead of the module