Log

plugins/mod_http_file_share.lua @ 11784:f0971a9eba88

description author age
mod_http_file_share: Fix traceback in global quota debug logging (thanks Martin) Kim Alvefur Sun, 12 Sep 2021 11:47:22 +0200
mod_http_file_share: Add optional global quota on total storage usage Kim Alvefur Sun, 12 Sep 2021 01:38:33 +0200
mod_http_file_share: Update comment about x-frame-options Kim Alvefur Sun, 20 Jun 2021 16:30:24 +0200
mod_http_file_share: Build list of measuring buckets for configured size limit Kim Alvefur Tue, 08 Jun 2021 13:33:40 +0200
mod_http_file_share: Handle out of bounds Range request Kim Alvefur Mon, 17 May 2021 14:14:25 +0200
mod_http_file_share: Support download resumption via Range requests Kim Alvefur Sun, 16 May 2021 16:52:59 +0200
mod_http_file_share: Include expiry time of the upload itself in token Kim Alvefur Mon, 05 Apr 2021 17:21:18 +0200
mod_http_file_share: Include time of issuance in auth token Kim Alvefur Mon, 05 Apr 2021 17:16:18 +0200
mod_http_file_share: Group related properties for readability Kim Alvefur Mon, 05 Apr 2021 17:15:12 +0200
mod_http_file_share: Log error opening file for writing Kim Alvefur Mon, 05 Apr 2021 16:24:39 +0200
mod_http_file_share: Fix logging of error opening file Kim Alvefur Mon, 05 Apr 2021 16:23:59 +0200
mod_http_file_share: Include storage in prune time measurement Kim Alvefur Wed, 31 Mar 2021 09:43:05 +0200
mod_http_file_share: Add internal command to check files consistency Kim Alvefur Sun, 28 Mar 2021 15:57:15 +0200
mod_http_file_share: Fix reporting of missing files Kim Alvefur Sun, 28 Mar 2021 13:51:06 +0200
mod_http_file_share: Report number of items in caches to statsmanager Kim Alvefur Sun, 28 Mar 2021 13:15:11 +0200
mod_http_file_share: Skip removal of nothing Kim Alvefur Fri, 26 Feb 2021 00:20:24 +0100
mod_http_file_share: Remove correct entries when not all expired files were deleted Kim Alvefur Thu, 25 Feb 2021 23:58:08 +0100
mod_http_file_share: Fix traceback on missing file-type Kim Alvefur Wed, 24 Feb 2021 16:35:56 +0100
mod_http_file_share: Allow credentials via CORS (needed for auth token) Kim Alvefur Tue, 23 Feb 2021 02:56:49 +0100
mod_http_file_share: Return a message from the base URL Kim Alvefur Sun, 21 Feb 2021 06:49:11 +0100
mod_http_file_share: Prevent attempt to upload again after completion Kim Alvefur Sat, 13 Feb 2021 14:14:12 +0100
mod_http_file_share: Support sending 100 Continue Kim Alvefur Sat, 13 Feb 2021 14:06:46 +0100
mod_http_file_share: Collect cache hit/miss statistics for downloads Kim Alvefur Tue, 02 Feb 2021 22:16:20 +0100
mod_http_file_share: Measure how long it takes to prune expired files Kim Alvefur Tue, 02 Feb 2021 22:11:53 +0100
mod_http_file_share: Collect statistics of files uploaded Kim Alvefur Tue, 02 Feb 2021 22:08:51 +0100
mod_http_file_share: Reorder arguments Kim Alvefur Sun, 31 Jan 2021 20:38:40 +0100
mod_http_file_share: Update cached value while it is reasonably fresh Kim Alvefur Sun, 31 Jan 2021 17:44:19 +0100
mod_http_file_share: Cache quotas to avoid hitting storage Kim Alvefur Sun, 31 Jan 2021 17:56:49 +0100
mod_http_file_share: Split out some variables for later reuse Kim Alvefur Sun, 31 Jan 2021 17:56:35 +0100
mod_http_file_share: Add support for daily upload quotas. Kim Alvefur Sun, 31 Jan 2021 14:43:42 +0100
mod_http_file_share: Add missing semicolon Kim Alvefur Sun, 31 Jan 2021 14:41:56 +0100
mod_http_file_share: Clarify log message Kim Alvefur Sat, 30 Jan 2021 17:35:13 +0100
mod_http_file_share: Indicate missing token via WWW-Authenticate header Kim Alvefur Fri, 29 Jan 2021 15:34:36 +0100
mod_http_file_share: Clarify message about missing Authorization header Kim Alvefur Fri, 29 Jan 2021 15:34:15 +0100
mod_http_file_share: Allow started uploads to complete after token expired Kim Alvefur Thu, 28 Jan 2021 17:24:37 +0100
mod_http_file_share: Serve configurable set of safe mime types inline (thanks jonas’) Kim Alvefur Thu, 28 Jan 2021 17:13:49 +0100
mod_http_file_share: Cache file metadata Kim Alvefur Thu, 28 Jan 2021 16:34:13 +0100
mod_http_file_share: Extract all file properties into variables earlier Kim Alvefur Thu, 28 Jan 2021 16:23:38 +0100
mod_http_file_share: Fix the obligatory misplaced closing bracket (thanks scansion) Kim Alvefur Wed, 27 Jan 2021 23:38:14 +0100
mod_http_file_share: Insert pauses to avoid blocknig for long periods Kim Alvefur Wed, 27 Jan 2021 22:10:11 +0100
mod_http_file_share: Add support for removing old files (default 2 weeks) Kim Alvefur Wed, 27 Jan 2021 22:09:26 +0100
mod_http_file_share: More security headers Kim Alvefur Wed, 27 Jan 2021 19:51:36 +0100
mod_http_file_share: Strip authorization type prefix a bit earlier Kim Alvefur Wed, 27 Jan 2021 18:26:24 +0100
mod_http_file_share: Factor out function for generating full filename Kim Alvefur Wed, 27 Jan 2021 18:13:15 +0100
mod_http_file_share: Use '.bin' file extension Kim Alvefur Wed, 27 Jan 2021 17:48:12 +0100
mod_http_file_share: Validate file size early in HTTP PUT request Kim Alvefur Wed, 27 Jan 2021 17:47:04 +0100
mod_http_file_share: Move Authorization type string Kim Alvefur Wed, 27 Jan 2021 17:34:48 +0100
mod_http_file_share: Add some logging Kim Alvefur Wed, 27 Jan 2021 17:29:26 +0100
mod_http_file_share: Handle content-type being optional Kim Alvefur Wed, 27 Jan 2021 09:47:21 +0100
mod_http_file_share: Reject invalid file sizes Kim Alvefur Wed, 27 Jan 2021 00:36:49 +0100
mod_http_file_share: Fix name of max-file-size tag Kim Alvefur Wed, 27 Jan 2021 00:29:12 +0100
mod_http_file_share: Expand registry to fix extra tag Kim Alvefur Wed, 27 Jan 2021 00:28:42 +0100
mod_http_file_share: Verify final file size on completion of upload Kim Alvefur Wed, 27 Jan 2021 00:09:49 +0100
mod_http_file_share: Add file type filter Kim Alvefur Tue, 26 Jan 2021 14:53:43 +0100
mod_http_file_share: Add file size limit (default 10M) Kim Alvefur Tue, 26 Jan 2021 14:53:24 +0100
mod_http_file_share: Validate that filename does not contain '/' Kim Alvefur Tue, 26 Jan 2021 14:52:37 +0100
mod_http_file_share: Return proper error if unauthorized Kim Alvefur Tue, 26 Jan 2021 14:51:55 +0100
mod_http_file_share: Add basic access control Kim Alvefur Tue, 26 Jan 2021 14:39:11 +0100
mod_http_file_share: Add support for external file upload service Kim Alvefur Tue, 26 Jan 2021 14:27:51 +0100
mod_http_file_share: Let's write another XEP-0363 implementation Kim Alvefur Tue, 26 Jan 2021 03:19:17 +0100