log mod_http_upload/mod_http_upload.lua @ 5819:bb51cf204dd4 default tip

age author description
Mon, 18 Jul 2022 22:47:54 +0200 Kim Alvefur various: Improve error reporting if missing file server module on 0.12
Wed, 25 Aug 2021 12:52:33 +0200 Emmanuel Gil Peyrot mod_http_upload: Prevent the module from starting without TLS
Wed, 25 Aug 2021 10:22:37 +0200 Emmanuel Gil Peyrot mod_http_upload: Don’t send http: URIs to clients, this is forbidden by the XEP
Thu, 01 Jul 2021 16:17:35 +0200 Kim Alvefur mod_http_upload: Fix issuing slots to components or other non-c2s sessions
Tue, 16 Feb 2021 21:29:27 +0100 Nicolas Cedilnik mod_http_upload: Add access config option
Tue, 25 Aug 2020 13:13:56 +0100 Matthew Wild mod_http_upload: Log warning when loaded on user host
Mon, 30 Mar 2020 19:56:09 +0200 Kim Alvefur mod_http_upload: Show help message if not at least one host/user is given
Mon, 30 Mar 2020 19:56:04 +0200 Kim Alvefur mod_http_upload: Add some kind of help message to prosodyctl command
Sat, 12 Oct 2019 19:42:37 +0200 Kim Alvefur mod_http_upload: Skip custom HEAD handling on recent Prosody trunk
Fri, 30 Aug 2019 18:34:55 +0200 Kim Alvefur mod_http_upload: Back out 3fb0add97cdb - depends on yet uncommon lfs version
Thu, 29 Aug 2019 23:35:42 +0200 Kim Alvefur mod_http_upload: Skip write if nothing expired when checking
Thu, 29 Aug 2019 23:30:55 +0200 Kim Alvefur mod_http_upload: Add hint about checking that the base URL is reachable
Thu, 29 Aug 2019 23:29:13 +0200 Kim Alvefur mod_http_upload: Make loud noise if storage path can't be created or doesn't exist
Fri, 23 Aug 2019 00:19:46 +0200 Kim Alvefur mod_http_upload: Also format max file size as integer in error (thanks lovetox)
Thu, 22 Aug 2019 23:57:57 +0200 Kim Alvefur mod_http_upload: Ensure integer formatting of size limit
Sat, 29 Jun 2019 19:26:08 +0200 Kim Alvefur mod_http_upload: Duplicate mime types handling from mod_http_files (fixes #1374)
Wed, 08 May 2019 13:51:49 +0200 Kim Alvefur mod_http_upload: Propagate errors from expiry procedure
Wed, 08 May 2019 13:50:49 +0200 Kim Alvefur mod_http_upload: Check attempted upload against quota even with no previous uploads
Wed, 08 May 2019 13:48:24 +0200 Kim Alvefur mod_http_upload: Consider quota reached if it can't be checked
Fri, 05 Apr 2019 18:57:51 +0200 Kim Alvefur Update modules using mod_http_files to serve files for change in Prosody trunk
Fri, 18 Jan 2019 02:16:03 +0100 Kim Alvefur mod_http_upload: Fix indentation
Sun, 18 Nov 2018 18:38:37 +0100 Emmanuel Gil Peyrot mod_http_upload: Disallow POST in CORS
Sun, 18 Nov 2018 18:36:16 +0100 Emmanuel Gil Peyrot mod_http_upload: Remove extra check for Origin HTTP header
Sun, 18 Nov 2018 12:16:47 +0000 Matthew Wild mod_http_upload: Relocate function definition to avoid traceback
Sun, 18 Nov 2018 12:15:02 +0000 Matthew Wild mod_http_upload: Also add CORS headers in response to PUT
Sun, 18 Nov 2018 12:06:13 +0000 Matthew Wild mod_http_upload: Add CORS headers for web clients (untested)
Tue, 06 Nov 2018 14:44:11 +0100 Kim Alvefur mod_http_upload: Fix order of arguments to :measure
Mon, 29 Oct 2018 01:21:29 +0100 Kim Alvefur mod_http_upload: Report statistics on upload sizes (0.10+)
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