Commit graph

14 commits

Author SHA1 Message Date
55f45b4e5b fix: ensure we decode uri encoded filenames 2025-08-12 15:33:32 -07:00
278a39a47b fix: handle uploads of filenames that require uri encoding 2025-08-12 15:24:55 -07:00
a9f3fd9167 fix: fix an issue if you had no allowed PUT/DELETE paths for static
uploads
2025-08-12 12:25:12 -07:00
da30c60896 fix: let's move the metadata to where it will actually retain a
reference
2025-08-11 17:47:51 -07:00
0181d8ce5b fix: keep a ref to the metadata so it can be passed through prechecks 2025-08-11 17:44:56 -07:00
18b58ba94a refactor: share the PRECHECK type at the top level 2025-08-08 17:38:15 -07:00
41c7802a36 fix: pass some basic metadata with static file PRECHECKs 2025-08-08 17:28:29 -07:00
c8d2e19f4a fix: resolve [DELETE/PUT]_PATHS_ALLOWED entries 2025-08-08 16:45:57 -07:00
680e7a105d fix: import the server correctly 2025-08-01 20:12:39 -07:00
3ef936d2d6 feature: allow for static file uploads and deletions
feature: add HEAD and OPTIONS support to static files
2025-08-01 20:11:17 -07:00
582636ab5a fix: ensure we aren't allowing methods other than GET for static files 2025-07-31 14:53:53 -07:00
0f65e57539 feature: html with SSI 2025-06-30 15:21:07 -07:00
b7011f9659 docs: improve docs a bit more 2025-06-19 15:55:35 -07:00
58139b078d feature: serverus modularly serves up a directory as an HTTP server 2025-06-19 15:43:01 -07:00