Log

mod_http_upload/mod_http_upload.lua @ 5839:45d0802d0787

description author age
various: Improve error reporting if missing file server module on 0.12 Kim Alvefur 2022-07-18
mod_http_upload: Prevent the module from starting without TLS Emmanuel Gil Peyrot 2021-08-25
mod_http_upload: Don’t send http: URIs to clients, this is forbidden by the XEP Emmanuel Gil Peyrot 2021-08-25
mod_http_upload: Fix issuing slots to components or other non-c2s sessions Kim Alvefur 2021-07-01
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
Backed out changeset f48e9e25aec4, util.uuid.get_nibbles is unavailable in 0.9 Kim Alvefur 2017-01-31
mod_http_upload: Fix to include base storage path Kim Alvefur 2017-01-29
mod_http_upload: Fix typo Kim Alvefur 2017-01-29
mod_http_upload: Add missing return statement Kim Alvefur 2017-01-29
mod_http_upload: Change join_path to match behaviour of util.paths in 0.10 Kim Alvefur 2017-01-29
mod_http_upload: Use the correct variable name for directory Kim Alvefur 2017-01-29
mod_http_upload: Record upload slot metadata (fixes #718) Kim Alvefur 2017-01-29
mod_http_upload: Generate shorter random directory names (see #822) Kim Alvefur 2017-01-29
mod_http_upload: Accept already existing directory name if there is no conflicting file in it Kim Alvefur 2017-01-29
mod_http_upload: Make sure that target file does not exist prior to upload Kim Alvefur 2017-01-29
mod_http_upload: Create random directory name when assigning slot Kim Alvefur 2017-01-29
mod_http_upload: Forget upload slot under some error conditions Kim Alvefur 2017-01-29
mod_http_upload: Correctly attach extended error information Kim Alvefur 2017-01-16
mod_http_upload: Add missing semicolon Kim Alvefur 2017-01-16
mod_http_upload: Update for size limit error reporting change in XEP-0363 v0.2 (fixes #813) Kim Alvefur 2017-01-16
mod_http_upload: Handle case of non-existant path Kim Alvefur 2016-08-23
mod_http_upload: Add a comment Kim Alvefur 2016-08-23
mod_http_upload: Construct the upload slot URL using the LuaSocket URL library (fixes #717) Kim Alvefur 2016-08-22
mod_http_upload: Warn if upload size limit set higher than body size limit in http parser (applies to 0.10+) Kim Alvefur 2016-08-20
mod_http_upload: Add disco identity Matthew Wild 2016-07-04
mod_http_upload: Log if file size exceeds limit Kim Alvefur 2016-06-12
mod_http_upload: Add additional debug logging Kim Alvefur 2016-06-12
mod_http_upload: Return nil if no upload slot is found (should prevent conflicts between multiple instances on the same path) Kim Alvefur 2016-05-31
mod_http_upload: Demote some errors to warnings Kim Alvefur 2016-05-31
mod_http_upload: Add more logging Kim Alvefur 2016-05-31
mod_http_upload: Advertise maximum file size in disco#info (Per XEP-0363 v0.2) Kim Alvefur 2016-03-08
mod_http_upload: Trim trailing whitespace Kim Alvefur 2016-03-07
mod_http_upload: Lower default size limit to 1MB Kim Alvefur 2016-02-24
mod_http_upload: Make file system path configurable Kim Alvefur 2015-12-11
mod_http_upload: URL-encode filename in case it contains characters that need escaping (thanks Thilo) Kim Alvefur 2015-12-11
mod_http_upload: Say Hello to anyone opening the "bare" HTTP URL (helpful to show that module is loaded correctly) Kim Alvefur 2015-11-01
mod_http_upload: Add missing local of string.upper (Thanks Thilo) Kim Alvefur 2015-10-19
mod_http_upload: Duplicate code from net.http.server in order send proper HEAD responses Kim Alvefur 2015-10-18
mod_http_upload: Fix Content-Length header (it is now identical to the one in net.http.server) Kim Alvefur 2015-10-14
mod_http_upload: Fix HEAD requests Kim Alvefur 2015-10-13
mod_http_upload.lua: use official namespace from XEP-0363 Michael Töglhofer 2015-09-24
mod_http_upload: Add support for a file size limit Kim Alvefur 2015-09-14
mod_http_upload: Include failure reason in error response Kim Alvefur 2015-09-14
mod_http_upload: Log a message with the upload URL and storage path for easy discovery Kim Alvefur 2015-09-14
mod_http_upload: Cache first-level child <request> in local variable Kim Alvefur 2015-09-14
mod_http_upload: Fix typo (thanks mo) Kim Alvefur 2015-09-01
mod_http_upload: Include join_path function, should make it work with 0.9.x Kim Alvefur 2015-09-01
mod_http_upload: Depend on mod_disco, allows it to be discovered when set up as a component Kim Alvefur 2015-08-30
mod_http_upload: Implementation of Conversations HTTP upload file transfer mode Kim Alvefur 2015-07-18