mod_http_file_share: Switch to the new authz API (BC)
|
Kim Alvefur |
Sat, 16 Sep 2023 14:23:08 +0200 |
plugins: Handle how get_option_period returns "never"
|
Kim Alvefur |
Fri, 21 Jul 2023 17:23:00 +0200 |
plugins: Use integer config API with interval specification where sensible
|
Kim Alvefur |
Mon, 17 Jul 2023 01:38:54 +0200 |
plugins: Switch to :get_option_period() for time range options
|
Kim Alvefur |
Sun, 16 Jul 2023 20:49:33 +0200 |
mod_http_file_share: Put 'expires' back, thought it was unused
|
Kim Alvefur |
Sun, 02 Jul 2023 14:31:00 +0200 |
mod_http_file_share: Set slot token TTL so util.jwt validates expiry
|
Kim Alvefur |
Wed, 28 Jun 2023 17:17:20 +0200 |
mod_http_file_share: use util.human.io.parse_duration
|
Jonas Schäfer |
Thu, 28 Apr 2022 20:40:59 +0200 |
plugins: Prefix module imports with prosody namespace
|
Kim Alvefur |
Fri, 24 Mar 2023 13:15:28 +0100 |
mod_http_file_share: Use correct variable name (thanks riau.sni)
|
Matthew Wild |
Sun, 04 Sep 2022 10:01:57 +0100 |
mod_http_file_share: Switch to new util.jwt API
|
Matthew Wild |
Mon, 11 Jul 2022 13:49:47 +0100 |
mod_http (and dependent modules): Make CORS opt-in by default (fixes #1731)
0.12
|
Matthew Wild |
Mon, 28 Mar 2022 14:53:24 +0100 |
mod_http_file_share: Use alternate syntax for filename in Content-Disposition
|
Kim Alvefur |
Sat, 29 Jan 2022 16:11:38 +0100 |
mod_http_file_share: Always measure total disk usage for statistics!
|
Kim Alvefur |
Tue, 11 Jan 2022 04:15:29 +0100 |
mod_http_file_share: Fix to take retention time into account
|
Kim Alvefur |
Sat, 04 Dec 2021 16:48:39 +0100 |
mod_http_file_share: Improve consistency of terminology in logging
|
Kim Alvefur |
Sat, 04 Dec 2021 15:03:26 +0100 |
mod_http_file_share: Rename variable for clarity
|
Kim Alvefur |
Sat, 04 Dec 2021 15:03:52 +0100 |
mod_http_file_share: Fix deletion counter
|
Kim Alvefur |
Sat, 04 Dec 2021 14:28:04 +0100 |
mod_http_file_share: Back out 876e1b6d6ae4
|
Kim Alvefur |
Fri, 03 Dec 2021 10:43:02 +0100 |
mod_http_file_share: Recalculate total storage usage weekly instead of daily
|
Kim Alvefur |
Fri, 03 Dec 2021 09:08:23 +0100 |
mod_http_file_share: Keep track of total storage use across restarts
|
Kim Alvefur |
Fri, 03 Dec 2021 08:21:29 +0100 |
mod_http_file_share: Fix measuring total storage use before it was known
|
Kim Alvefur |
Fri, 03 Dec 2021 08:16:18 +0100 |
mod_http_file_share: Keep global storage use accurate longer.
|
Kim Alvefur |
Tue, 30 Nov 2021 00:55:54 +0100 |
mod_http_file_share: Merge file expiry loops
|
Kim Alvefur |
Tue, 30 Nov 2021 00:53:22 +0100 |
mod_http_file_share: Limit query to time since last expiry
|
Kim Alvefur |
Tue, 30 Nov 2021 00:52:07 +0100 |
mod_http_file_share: Switch to mod_cron for periodic tasks
|
Kim Alvefur |
Mon, 22 Nov 2021 14:54:32 +0100 |
mod_http_file_share: Move number coercion into util.dataforms
|
Kim Alvefur |
Mon, 25 Oct 2021 21:45:06 +0200 |
mod_http_file_share: Silence luacheck warning
|
Kim Alvefur |
Sat, 23 Oct 2021 13:32:01 +0200 |
mod_http_file_share: Clean up incomplete uploads
|
Kim Alvefur |
Sat, 23 Oct 2021 01:53:07 +0200 |
mod_http_file_share: Allow 'Authorization' header via CORS (thanks kawaii)
|
Kim Alvefur |
Wed, 20 Oct 2021 23:06:07 +0200 |
mod_http_file_share: return 401 instead of 403 if authentication failed
|
Jonas Schäfer |
Tue, 19 Oct 2021 16:37:32 +0200 |