mod_http_upload: Add access config option
|
Nicolas Cedilnik |
2021-02-16 |
mod_http_upload: Log warning when loaded on user host
|
Matthew Wild |
2020-08-25 |
mod_http_upload: Show help message if not at least one host/user is given
|
Kim Alvefur |
2020-03-30 |
mod_http_upload: Add some kind of help message to prosodyctl command
|
Kim Alvefur |
2020-03-30 |
mod_http_upload: Skip custom HEAD handling on recent Prosody trunk
|
Kim Alvefur |
2019-10-12 |
mod_http_upload: Back out 3fb0add97cdb - depends on yet uncommon lfs version
|
Kim Alvefur |
2019-08-30 |
mod_http_upload: Skip write if nothing expired when checking
|
Kim Alvefur |
2019-08-29 |
mod_http_upload: Add hint about checking that the base URL is reachable
|
Kim Alvefur |
2019-08-29 |
mod_http_upload: Make loud noise if storage path can't be created or doesn't exist
|
Kim Alvefur |
2019-08-29 |
mod_http_upload: Also format max file size as integer in error (thanks lovetox)
|
Kim Alvefur |
2019-08-22 |
mod_http_upload: Ensure integer formatting of size limit
|
Kim Alvefur |
2019-08-22 |
mod_http_upload: Duplicate mime types handling from mod_http_files (fixes #1374)
|
Kim Alvefur |
2019-06-29 |
mod_http_upload: Propagate errors from expiry procedure
|
Kim Alvefur |
2019-05-08 |
mod_http_upload: Check attempted upload against quota even with no previous uploads
|
Kim Alvefur |
2019-05-08 |
mod_http_upload: Consider quota reached if it can't be checked
|
Kim Alvefur |
2019-05-08 |
Update modules using mod_http_files to serve files for change in Prosody trunk
|
Kim Alvefur |
2019-04-05 |
mod_http_upload: Fix indentation
|
Kim Alvefur |
2019-01-18 |
mod_http_upload: Disallow POST in CORS
|
Emmanuel Gil Peyrot |
2018-11-18 |
mod_http_upload: Remove extra check for Origin HTTP header
|
Emmanuel Gil Peyrot |
2018-11-18 |
mod_http_upload: Relocate function definition to avoid traceback
|
Matthew Wild |
2018-11-18 |
mod_http_upload: Also add CORS headers in response to PUT
|
Matthew Wild |
2018-11-18 |
mod_http_upload: Add CORS headers for web clients (untested)
|
Matthew Wild |
2018-11-18 |
mod_http_upload: Fix order of arguments to :measure
|
Kim Alvefur |
2018-11-06 |
mod_http_upload: Report statistics on upload sizes (0.10+)
|
Kim Alvefur |
2018-10-29 |
mod_http_upload: Use legacy datamanager directly (makes it work)
|
Kim Alvefur |
2018-09-27 |
mod_http_upload: Abort and throw error in case of failure to iterate over users
|
Kim Alvefur |
2018-09-27 |
mod_http_upload: Run expiry for all users if command run with a hostname
|
Kim Alvefur |
2018-09-27 |
mod_http_upload: use correct error condition
|
Jonas Wielicki |
2018-07-08 |
mod_http_upload: Add an experimental prosodyctl command for expiring uploads
|
Kim Alvefur |
2018-05-19 |
mod_http_upload: Include the current VirtualHost name in greeting to help with debugging
|
Kim Alvefur |
2018-03-25 |
mod_http_upload: Only try to create a randomly named directory once.
|
Kim Alvefur |
2017-10-17 |
mod_http_upload: Send a correct response on namespace :0.
|
Emmanuel Gil Peyrot |
2017-09-19 |
mod_http_upload: Handle HEAD requests in 0.10 when reading body from a file handle
|
Kim Alvefur |
2017-08-15 |
mod_http_upload: Remove directory when deleting a file (fixes #950)
|
Kim Alvefur |
2017-07-27 |
mod_http_upload: Remove MIME type restrictions and checking (fixes #958)
|
Kim Alvefur |
2017-07-22 |
mod_http_upload: Guess mime type from file extension if not provided by client (mime-type is OPTIONAL)
|
Kim Alvefur |
2017-04-15 |
mod_http_upload: Store filename and directory separately
|
Kim Alvefur |
2017-04-15 |
mod_http_upload: Return an error if unable to store slot info
|
Kim Alvefur |
2017-04-15 |
mod_http_upload: Keep user- and hostname in locals
|
Kim Alvefur |
2017-04-15 |
mod_http_upload: Remove unused upload slots
|
Kim Alvefur |
2017-04-15 |
Backed out changeset e491a15d7621 (closes #888)
|
Kim Alvefur |
2017-04-15 |
mod_http_upload: Switch to using a map store
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Add support for limiting file types to upload
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Clear unused slots after 15 minutes
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Consider files deleted even if remove fails
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Validate that file extension (used by mod_http_files) matches mime type given by client
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Implement quota support (closes #823)
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Add option for expiry of files after a configurable time (closes #557)
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Fix halting of event propagation when request handler returns
|
Kim Alvefur |
2017-04-03 |
mod_http_upload: Where did those parenthesis come from?
|
Kim Alvefur |
2017-04-03 |
mod_http_upload: Use the new util.id if available (in 0.10+)
|
Kim Alvefur |
2017-04-03 |
mod_http_upload: Use correct function for base64
|
Kim Alvefur |
2017-03-28 |
mod_http_upload: Fix typo in variable name
|
Kim Alvefur |
2017-03-26 |
mod_http_upload: Rename variable to avoid name clash
|
Kim Alvefur |
2017-03-26 |
mod_http_upload: Split some long lines [luacheck]
|
Kim Alvefur |
2017-03-26 |
mod_http_upload: Fix to call random bytes function instead of the module
|
Kim Alvefur |
2017-03-26 |
mod_http_upload: Generate shorter directory names (closes #822)
|
Kim Alvefur |
2017-03-24 |
mod_http_upload: add support for XEP-0363 version 0.3
|
Emmanuel Gil Peyrot |
2017-03-22 |
mod_http_upload: Return 201 on successful PUT (as per XEP-0363 and RFC 2616) (Thanks Flow)
|
Matthew Wild |
2017-03-10 |
mod_http_upload: Log the directory and filename joined
|
Kim Alvefur |
2017-02-10 |