summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/fileserver/staticfiles.go
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-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 deprecationMatthew 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)Matt 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
2020-11-02fileserver: Improve and clarify file hiding logic (#3844)Matt Holt
2020-09-16fileserver: Fix try_files for directories; windows fix (#3684)Francis Lavoie
2020-09-11fileserver: Improve file hiding logic for directories and prefixesMatthew Holt
2019-12-29Export Replacer and use concrete type instead of interfaceMatthew Holt
2019-12-23Improve godocs all aroundMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-11-16file_server: Use HTTPS port when a qualifying domain is specifiedMatthew Holt
2019-11-15file_server: Optional pass_thru modeMatthew Holt
2019-10-28v2: Logging! (#2831)Matt Holt
2019-09-09file_server: Enforce URL canonicalization (closes #2741)Matthew Holt
2019-08-21Refactor Caddyfile adapter and module registrationMatthew Holt
2019-08-09Implement config adapters and beginning of Caddyfile adapterMatthew Holt
2019-08-07Part 1: Optimize using compiler's inliner (#2687)Dominik Braun