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
|