plugins/mod_http_file_share.lua
Mon, 08 Apr 2024 16:44:11 +0200 Kim Alvefur mod_http_file_share: Fix expiry disabled check for new config API
Thu, 30 Nov 2023 10:14:17 +0000 Matthew Wild luacheckrc, mod_http_file_share: Update for module API change (once->on_ready)
Sat, 14 Oct 2023 22:43:39 +0200 Kim Alvefur mod_http_file_share: Retrieve stored total in async-friendly way
Sat, 16 Sep 2023 14:23:08 +0200 Kim Alvefur mod_http_file_share: Switch to the new authz API (BC)
Fri, 21 Jul 2023 17:23:00 +0200 Kim Alvefur plugins: Handle how get_option_period returns "never"
Mon, 17 Jul 2023 01:38:54 +0200 Kim Alvefur plugins: Use integer config API with interval specification where sensible
Sun, 16 Jul 2023 20:49:33 +0200 Kim Alvefur plugins: Switch to :get_option_period() for time range options
Sun, 02 Jul 2023 14:31:00 +0200 Kim Alvefur mod_http_file_share: Put 'expires' back, thought it was unused
Wed, 28 Jun 2023 17:17:20 +0200 Kim Alvefur mod_http_file_share: Set slot token TTL so util.jwt validates expiry
Thu, 28 Apr 2022 20:40:59 +0200 Jonas Schäfer mod_http_file_share: use util.human.io.parse_duration
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Sun, 04 Sep 2022 10:01:57 +0100 Matthew Wild mod_http_file_share: Use correct variable name (thanks riau.sni)
Mon, 11 Jul 2022 13:49:47 +0100 Matthew Wild mod_http_file_share: Switch to new util.jwt API
Mon, 28 Mar 2022 14:53:24 +0100 Matthew Wild mod_http (and dependent modules): Make CORS opt-in by default (fixes #1731) 0.12
Sat, 29 Jan 2022 16:11:38 +0100 Kim Alvefur mod_http_file_share: Use alternate syntax for filename in Content-Disposition
Tue, 11 Jan 2022 04:15:29 +0100 Kim Alvefur mod_http_file_share: Always measure total disk usage for statistics!
Sat, 04 Dec 2021 16:48:39 +0100 Kim Alvefur mod_http_file_share: Fix to take retention time into account
Sat, 04 Dec 2021 15:03:26 +0100 Kim Alvefur mod_http_file_share: Improve consistency of terminology in logging
Sat, 04 Dec 2021 15:03:52 +0100 Kim Alvefur mod_http_file_share: Rename variable for clarity
Sat, 04 Dec 2021 14:28:04 +0100 Kim Alvefur mod_http_file_share: Fix deletion counter
Fri, 03 Dec 2021 10:43:02 +0100 Kim Alvefur mod_http_file_share: Back out 876e1b6d6ae4
Fri, 03 Dec 2021 09:08:23 +0100 Kim Alvefur mod_http_file_share: Recalculate total storage usage weekly instead of daily
Fri, 03 Dec 2021 08:21:29 +0100 Kim Alvefur mod_http_file_share: Keep track of total storage use across restarts
Fri, 03 Dec 2021 08:16:18 +0100 Kim Alvefur mod_http_file_share: Fix measuring total storage use before it was known
Tue, 30 Nov 2021 00:55:54 +0100 Kim Alvefur mod_http_file_share: Keep global storage use accurate longer.
Tue, 30 Nov 2021 00:53:22 +0100 Kim Alvefur mod_http_file_share: Merge file expiry loops
Tue, 30 Nov 2021 00:52:07 +0100 Kim Alvefur mod_http_file_share: Limit query to time since last expiry
Mon, 22 Nov 2021 14:54:32 +0100 Kim Alvefur mod_http_file_share: Switch to mod_cron for periodic tasks
Mon, 25 Oct 2021 21:45:06 +0200 Kim Alvefur mod_http_file_share: Move number coercion into util.dataforms
Sat, 23 Oct 2021 13:32:01 +0200 Kim Alvefur mod_http_file_share: Silence luacheck warning
Sat, 23 Oct 2021 01:53:07 +0200 Kim Alvefur mod_http_file_share: Clean up incomplete uploads
Wed, 20 Oct 2021 23:06:07 +0200 Kim Alvefur mod_http_file_share: Allow 'Authorization' header via CORS (thanks kawaii)
Tue, 19 Oct 2021 16:37:32 +0200 Jonas Schäfer mod_http_file_share: return 401 instead of 403 if authentication failed
Tue, 14 Sep 2021 15:33:39 +0200 Kim Alvefur mod_http_file_share: Fix measuring how long periodic task take
Sun, 12 Sep 2021 17:03:02 +0200 Kim Alvefur mod_http_file_share: Measure current total usage
Sun, 12 Sep 2021 11:47:22 +0200 Kim Alvefur mod_http_file_share: Fix traceback in global quota debug logging (thanks Martin)
Sun, 12 Sep 2021 01:38:33 +0200 Kim Alvefur mod_http_file_share: Add optional global quota on total storage usage
Sun, 20 Jun 2021 16:30:24 +0200 Kim Alvefur mod_http_file_share: Update comment about x-frame-options
Tue, 08 Jun 2021 13:33:40 +0200 Kim Alvefur mod_http_file_share: Build list of measuring buckets for configured size limit
Mon, 17 May 2021 14:14:25 +0200 Kim Alvefur mod_http_file_share: Handle out of bounds Range request
Sun, 16 May 2021 16:52:59 +0200 Kim Alvefur mod_http_file_share: Support download resumption via Range requests
Mon, 05 Apr 2021 17:21:18 +0200 Kim Alvefur mod_http_file_share: Include expiry time of the upload itself in token
Mon, 05 Apr 2021 17:16:18 +0200 Kim Alvefur mod_http_file_share: Include time of issuance in auth token
Mon, 05 Apr 2021 17:15:12 +0200 Kim Alvefur mod_http_file_share: Group related properties for readability
Mon, 05 Apr 2021 16:24:39 +0200 Kim Alvefur mod_http_file_share: Log error opening file for writing
Mon, 05 Apr 2021 16:23:59 +0200 Kim Alvefur mod_http_file_share: Fix logging of error opening file
Wed, 31 Mar 2021 09:43:05 +0200 Kim Alvefur mod_http_file_share: Include storage in prune time measurement
Sun, 28 Mar 2021 15:57:15 +0200 Kim Alvefur mod_http_file_share: Add internal command to check files consistency
Sun, 28 Mar 2021 13:51:06 +0200 Kim Alvefur mod_http_file_share: Fix reporting of missing files
Sun, 28 Mar 2021 13:15:11 +0200 Kim Alvefur mod_http_file_share: Report number of items in caches to statsmanager
Fri, 26 Feb 2021 00:20:24 +0100 Kim Alvefur mod_http_file_share: Skip removal of nothing
Thu, 25 Feb 2021 23:58:08 +0100 Kim Alvefur mod_http_file_share: Remove correct entries when not all expired files were deleted
Wed, 24 Feb 2021 16:35:56 +0100 Kim Alvefur mod_http_file_share: Fix traceback on missing file-type
Tue, 23 Feb 2021 02:56:49 +0100 Kim Alvefur mod_http_file_share: Allow credentials via CORS (needed for auth token)
Sun, 21 Feb 2021 06:49:11 +0100 Kim Alvefur mod_http_file_share: Return a message from the base URL
Sat, 13 Feb 2021 14:14:12 +0100 Kim Alvefur mod_http_file_share: Prevent attempt to upload again after completion
Sat, 13 Feb 2021 14:06:46 +0100 Kim Alvefur mod_http_file_share: Support sending 100 Continue
Tue, 02 Feb 2021 22:16:20 +0100 Kim Alvefur mod_http_file_share: Collect cache hit/miss statistics for downloads
Tue, 02 Feb 2021 22:11:53 +0100 Kim Alvefur mod_http_file_share: Measure how long it takes to prune expired files
Tue, 02 Feb 2021 22:08:51 +0100 Kim Alvefur mod_http_file_share: Collect statistics of files uploaded
less more (0) -60 tip