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