log mod_http_upload/mod_http_upload.lua @ 3341:1e1dbd7e5b6c

age author description
Thu, 27 Sep 2018 20:16:15 +0200 Kim Alvefur mod_http_upload: Use legacy datamanager directly (makes it work)
Thu, 27 Sep 2018 20:03:10 +0200 Kim Alvefur mod_http_upload: Abort and throw error in case of failure to iterate over users
Thu, 27 Sep 2018 19:54:26 +0200 Kim Alvefur mod_http_upload: Run expiry for all users if command run with a hostname
Sun, 08 Jul 2018 13:04:46 +0200 Jonas Wielicki mod_http_upload: use correct error condition
Sat, 19 May 2018 23:52:19 +0200 Kim Alvefur mod_http_upload: Add an experimental prosodyctl command for expiring uploads
Sun, 25 Mar 2018 20:27:14 +0200 Kim Alvefur mod_http_upload: Include the current VirtualHost name in greeting to help with debugging
Tue, 17 Oct 2017 22:39:37 +0200 Kim Alvefur mod_http_upload: Only try to create a randomly named directory once.
Tue, 19 Sep 2017 22:07:51 +0200 Emmanuel Gil Peyrot mod_http_upload: Send a correct response on namespace :0.
Wed, 16 Aug 2017 00:01:14 +0200 Kim Alvefur mod_http_upload: Handle HEAD requests in 0.10 when reading body from a file handle
Thu, 27 Jul 2017 16:46:18 +0200 Kim Alvefur mod_http_upload: Remove directory when deleting a file (fixes #950)
Sat, 22 Jul 2017 23:14:13 +0200 Kim Alvefur mod_http_upload: Remove MIME type restrictions and checking (fixes #958)
Sun, 16 Apr 2017 00:58:02 +0200 Kim Alvefur mod_http_upload: Guess mime type from file extension if not provided by client (mime-type is OPTIONAL)
Sat, 15 Apr 2017 15:55:39 +0200 Kim Alvefur mod_http_upload: Store filename and directory separately
Sat, 15 Apr 2017 15:53:46 +0200 Kim Alvefur mod_http_upload: Return an error if unable to store slot info
Sat, 15 Apr 2017 15:52:54 +0200 Kim Alvefur mod_http_upload: Keep user- and hostname in locals
Sat, 15 Apr 2017 15:51:29 +0200 Kim Alvefur mod_http_upload: Remove unused upload slots
Sat, 15 Apr 2017 15:35:55 +0200 Kim Alvefur Backed out changeset e491a15d7621 (closes #888)
Thu, 13 Apr 2017 22:18:28 +0200 Kim Alvefur mod_http_upload: Switch to using a map store
Thu, 13 Apr 2017 20:29:41 +0200 Kim Alvefur mod_http_upload: Add support for limiting file types to upload
Thu, 13 Apr 2017 20:26:24 +0200 Kim Alvefur mod_http_upload: Clear unused slots after 15 minutes
Thu, 13 Apr 2017 20:59:55 +0200 Kim Alvefur mod_http_upload: Consider files deleted even if remove fails
Thu, 13 Apr 2017 20:23:17 +0200 Kim Alvefur mod_http_upload: Validate that file extension (used by mod_http_files) matches mime type given by client
Thu, 13 Apr 2017 16:35:10 +0200 Kim Alvefur mod_http_upload: Implement quota support (closes #823)
Thu, 13 Apr 2017 16:31:00 +0200 Kim Alvefur mod_http_upload: Add option for expiry of files after a configurable time (closes #557)
Tue, 04 Apr 2017 00:16:17 +0200 Kim Alvefur mod_http_upload: Fix halting of event propagation when request handler returns
Tue, 04 Apr 2017 00:11:05 +0200 Kim Alvefur mod_http_upload: Where did those parenthesis come from?
Tue, 04 Apr 2017 00:06:19 +0200 Kim Alvefur mod_http_upload: Use the new util.id if available (in 0.10+)
Tue, 28 Mar 2017 17:09:39 +0200 Kim Alvefur mod_http_upload: Use correct function for base64
Sun, 26 Mar 2017 23:08:14 +0200 Kim Alvefur mod_http_upload: Fix typo in variable name
Sun, 26 Mar 2017 23:07:16 +0200 Kim Alvefur mod_http_upload: Rename variable to avoid name clash
Sun, 26 Mar 2017 23:05:31 +0200 Kim Alvefur mod_http_upload: Split some long lines [luacheck]
Sun, 26 Mar 2017 21:09:02 +0200 Kim Alvefur mod_http_upload: Fix to call random bytes function instead of the module
Fri, 24 Mar 2017 01:07:54 +0100 Kim Alvefur mod_http_upload: Generate shorter directory names (closes #822)
Wed, 22 Mar 2017 19:47:52 +0100 Emmanuel Gil Peyrot mod_http_upload: add support for XEP-0363 version 0.3
Fri, 10 Mar 2017 10:19:05 +0000 Matthew Wild mod_http_upload: Return 201 on successful PUT (as per XEP-0363 and RFC 2616) (Thanks Flow)
Fri, 10 Feb 2017 11:04:16 +0100 Kim Alvefur mod_http_upload: Log the directory and filename joined
Tue, 31 Jan 2017 14:05:53 +0100 Kim Alvefur Backed out changeset f48e9e25aec4, util.uuid.get_nibbles is unavailable in 0.9
Sun, 29 Jan 2017 19:27:27 +0100 Kim Alvefur mod_http_upload: Fix to include base storage path
Sun, 29 Jan 2017 19:18:49 +0100 Kim Alvefur mod_http_upload: Fix typo
Sun, 29 Jan 2017 19:14:47 +0100 Kim Alvefur mod_http_upload: Add missing return statement
Sun, 29 Jan 2017 18:12:43 +0100 Kim Alvefur mod_http_upload: Change join_path to match behaviour of util.paths in 0.10
Sun, 29 Jan 2017 18:10:06 +0100 Kim Alvefur mod_http_upload: Use the correct variable name for directory
Sun, 29 Jan 2017 17:27:49 +0100 Kim Alvefur mod_http_upload: Record upload slot metadata (fixes #718)
Sun, 29 Jan 2017 17:27:24 +0100 Kim Alvefur mod_http_upload: Generate shorter random directory names (see #822)
Sun, 29 Jan 2017 17:32:40 +0100 Kim Alvefur mod_http_upload: Accept already existing directory name if there is no conflicting file in it
Sun, 29 Jan 2017 17:31:28 +0100 Kim Alvefur mod_http_upload: Make sure that target file does not exist prior to upload
Sun, 29 Jan 2017 17:30:25 +0100 Kim Alvefur mod_http_upload: Create random directory name when assigning slot
Sun, 29 Jan 2017 17:22:37 +0100 Kim Alvefur mod_http_upload: Forget upload slot under some error conditions
Mon, 16 Jan 2017 01:45:05 +0100 Kim Alvefur mod_http_upload: Correctly attach extended error information
Mon, 16 Jan 2017 01:44:38 +0100 Kim Alvefur mod_http_upload: Add missing semicolon
Mon, 16 Jan 2017 01:40:45 +0100 Kim Alvefur mod_http_upload: Update for size limit error reporting change in XEP-0363 v0.2 (fixes #813)
Tue, 23 Aug 2016 02:13:34 +0200 Kim Alvefur mod_http_upload: Handle case of non-existant path
Tue, 23 Aug 2016 02:09:32 +0200 Kim Alvefur mod_http_upload: Add a comment
Tue, 23 Aug 2016 00:44:14 +0200 Kim Alvefur mod_http_upload: Construct the upload slot URL using the LuaSocket URL library (fixes #717)
Sat, 20 Aug 2016 21:59:39 +0200 Kim Alvefur mod_http_upload: Warn if upload size limit set higher than body size limit in http parser (applies to 0.10+)
Mon, 04 Jul 2016 10:38:56 +0100 Matthew Wild mod_http_upload: Add disco identity
Sun, 12 Jun 2016 03:21:48 +0200 Kim Alvefur mod_http_upload: Log if file size exceeds limit
Sun, 12 Jun 2016 02:51:08 +0200 Kim Alvefur mod_http_upload: Add additional debug logging
Tue, 31 May 2016 17:24:59 +0200 Kim Alvefur mod_http_upload: Return nil if no upload slot is found (should prevent conflicts between multiple instances on the same path)
Tue, 31 May 2016 17:13:48 +0200 Kim Alvefur mod_http_upload: Demote some errors to warnings