log plugins/mod_http_file_share.lua @ 13805:eef9a2a53dcb 13.0

age author description
Sun, 23 Mar 2025 12:36:47 +0100 Kim Alvefur mod_http_file_share: Explicitly reject all unsupported ranges 13.0
Sun, 23 Mar 2025 12:21:19 +0100 Kim Alvefur mod_http_file_share: Fix off by one in Range response 13.0
Sun, 16 Mar 2025 15:20:45 +0100 Kim Alvefur mod_http_file_share: Improve error reporting by using util.error more 13.0
Sat, 15 Feb 2025 17:10:30 +0000 Matthew Wild mod_http_file_share: Persist total storage usage when it increases (fixes #1891) 13.0
Sat, 02 Nov 2024 23:08:28 +0100 Kim Alvefur mod_http_file_share: Revert 9c62ffbdf2ae
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