summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/fileserver
AgeCommit message (Expand)Author
2023-08-18fileserver: docs: clarify the ability to produce JSON array with `browse` (#5...Mohammed Al Sahaf
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-11fileserver: Slightly more fitting iconsMatthew Holt
2023-08-09fileserver: Don't repeat error for invalid method inside error context (#5705)Francis Lavoie
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-08-03fileserver: browse: Render SVG images in gridMatthew Holt
2023-07-22fileserver: add lazy image loading (#5646)ydylla
2023-07-21go.mod: Update quic-go to v0.37.0, bump to Go 1.20 minimum (#5644)Marten Seemann
2023-07-17fileserver: Tweak grid view of browse templateMatthew Holt
2023-07-13fileserver: add `export-template` sub-command to `file-server` (#5630)Mohammed Al Sahaf
2023-06-05fileserver: browse: Better grid layout (#5564)365cent
2023-05-22fileserver: Don't set Etag if mtime is 0 or 1 (close #5548) (#5550)Matt Holt
2023-05-20fileserver: browse: minor tweaks for grid view, dark mode (#5545)pistasjis
2023-05-20fileserver: Only set Etag if not already set (fix #5546) (#5547)Charles Duffy
2023-05-19fileserver: Fix file browser breadcrumb font (#5543)pistasjis
2023-05-19fileserver: More filetypes for browse iconsMatthew Holt
2023-05-19fileserver: Fix file browser footer in grid mode (#5536)pistasjis
2023-05-15fileserver: Use EscapedPath for browse (#5534)Matt Holt
2023-04-26caddyhttp: Impl `ResponseWriter.Unwrap()`, prep for Go 1.20's `ResponseContro...Kévin Dunglas
2023-04-25fix some comments (#5508)cui fliter
2023-04-02fileserver: Add color-scheme meta tag (#5475)Kid
2023-03-27log: Make sink logs encodable (#5441)Mohammed Al Sahaf
2023-03-10fileserver: New file browse template (#5427)Matt Holt
2023-03-03fileserver: Remove trailing slash on fs filenames (#5417)esell
2023-02-24cmd: Expand cobra support, add short flags (#5379)Francis Lavoie
2023-02-08go.mod: Upgrade various dependencies (#5362)Francis Lavoie
2023-01-04fileserver: Add a couple test casesMatthew Holt
2022-10-24fileserver: Reject non-GET/HEAD requests (close #5166) (#5167)Matt Holt
2022-10-18fileserver: Reject ADS and short name paths; trim trailing dots and spaces on...Matt Holt
2022-10-08fileserver: stop listing dir when request context is cancelled (#5131)Abdussamet Koçak
2022-10-04fileserver: Treat invalid file path as NotFound (#5099)xufanglu
2022-10-01fileserver: better dark mode visited link contrast (#5105)iliana etaoin
2022-09-20fileserver: Reinstate --debug flagMatthew Holt
2022-09-16core: Variadic Context.Logger(); soft deprecationMatthew Holt
2022-09-15caddyhttp: Add --debug flag to commandsMatthew Holt
2022-09-07fileserver: Ignore EOF when browsing empty dirMatthew Holt
2022-09-05Drop requirement for filesystems to implement fs.StatFSDave Henderson
2022-09-05fileserver: Support glob expansion in file matcher (#4993)Matt Holt
2022-08-16caddyhttp: Smarter path matching and rewriting (#4948)Matt Holt
2022-08-15fileserver: reset buffer before using it (#4962) (#4963)Abdussamet Koçak
2022-08-08fileserver: Better fix for Etag of compressed filesMatthew Holt
2022-08-08fileserver: Generate Etag from sidecar fileMatthew Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-08-01caddyhttp: Implement `caddy respond` command (#4870)Matt Holt
2022-07-31fileserver: Support virtual file system in CaddyfileMatthew Holt
2022-07-30fileserver: Support virtual file systems (#4909)Matt Holt
2022-07-28Finish fixing lint errors from ea8df6ffMatthew Holt
2022-07-28caddyhttp: Use new CEL APIs (fix #4915)Matthew Holt
2022-07-07fileserver: Use safe redirects in file browserMatthew Holt
2022-06-22Expose several Caddy HTTP Matchers to the CEL Matcher (#4715)Tristan Swadell