summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/fileserver/staticfiles.go
AgeCommit message (Expand)Author
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
2019-07-11Add error & subroute handlers; weakString; other minor handler changesMatthew Holt
2019-07-09Flatten HTTP handler config (#2662)Matthew Holt
2019-07-07Fix error handling with Validate when loading modules (fixes #2658)Matthew Holt
2019-07-02go.mod: Append /v2 to module name; update all import pathsMatthew Holt
2019-06-30Add licenseMatthew Holt
2019-06-27Implement etag; fix related bugs in encode and templates middlewaresMatthew Holt
2019-06-21Various bug fixes and minor improvementsMatthew Holt
2019-06-14Rename caddy2 -> caddyMatthew Holt
2019-06-07Do not allow Go standard lib to sniff Content-Type headerMatthew Holt