aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/caddyhttp/fileserver/staticfiles.go
AgeCommit message (Expand)Author
2024-11-13core: Implement FastAbs to avoid repeated os.Getwd calls (#6687)Francis Lavoie
2024-09-13perf: use zap's Check() to prevent useless allocs (#6560)Kévin Dunglas
2024-08-30fileserver: browse: Configurable default sort (#6502)lollipopkit🏳️‍⚧️
2024-08-05browse: Customizable default sort options (#6468)lollipopkit🏳️‍⚧️
2024-06-19fileserver: Remove newline characters from precomputed etags (#6394)Aziz Rmadi
2024-04-26fileserver: Set "Vary: Accept-Encoding" header (see #5849)Matthew Holt
2024-04-19fileserver: Improve Vary handling (#5849)Matthew Holt
2024-04-17encode: Improve Etag handling (fix #5849)Matthew Holt
2024-04-16chore: fix some typos in comments (#6243)coderwander
2024-04-13fileserver: read etags from precomputed files (#6222)Aziz Rmadi
2024-03-05fileserver: Preserve query during canonicalization redirect (#6109)Francis Lavoie
2024-01-13filesystem: Globally declared filesystems, `fs` directive (#5833)a
2024-01-02chore: check against errors of `io/fs` instead of `os` (#6011)Mohammed Al Sahaf
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-09fileserver: Don't repeat error for invalid method inside error context (#5705)Francis Lavoie
2023-07-21go.mod: Update quic-go to v0.37.0, bump to Go 1.20 minimum (#5644)Marten Seemann
2023-05-22fileserver: Don't set Etag if mtime is 0 or 1 (close #5548) (#5550)Matt Holt
2023-05-20fileserver: Only set Etag if not already set (fix #5546) (#5547)Charles Duffy
2023-04-26caddyhttp: Impl `ResponseWriter.Unwrap()`, prep for Go 1.20's `ResponseContro...Kévin Dunglas
2023-03-03fileserver: Remove trailing slash on fs filenames (#5417)esell
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-04fileserver: Treat invalid file path as NotFound (#5099)xufanglu
2022-09-16core: Variadic Context.Logger(); soft deprecationv2.6.0-beta.4Matthew 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-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-07-30fileserver: Support virtual file systems (#4909)Matt Holt
2022-04-07staticfiles: Expand placeholder for index files (#4679)Y.Horie
2021-12-05docs: use backticks to not italicise glob path (#4460)Adam Burgess
2021-09-16fileserver: properly handle escaped/non-ascii paths (#4332)Mohammed Al Sahaf
2021-06-25fileserver: Clarify docs about canonicalizationMatthew Holt
2021-06-17caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi (#4207)v2.4.3Matt Holt
2021-06-17fileserver: Only redirect if filename not rewritten (fix #4205)Matthew Holt
2021-06-16fileserver: Don't persist parsed template (fix #4202)Matthew Holt
2021-06-14Revert "fileserver: Redirect within the original URL (#4179)"Matthew Holt
2021-06-07fileserver: Redirect within the original URL (#4179)diamondburned
2021-04-30fileserver: Share template logic for both `templates` and `file_server browse...Jason Du
2021-04-29fileserver: Better handling of HTTP status override (#4132)Francis Lavoie
2021-04-08fileserver: Add status code override (#4076)Francis Lavoie
2021-03-29encode,staticfiles: Content negotiation, precompressed files (#4045)Steffen Brüheim
2021-03-19fileserver: Add a few more debug lines (#4063)Francis Lavoie
2021-03-01fileserver: Don't replace in request paths (fix #4027)Matthew Holt
2020-11-26fileserver: Add debug loggingMatthew Holt
2020-11-24fileserver: Preserve transformed root (fix #3838)Matthew Holt
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson