Age | Commit message (Expand) | Author |
2023-04-26 | caddyhttp: Impl `ResponseWriter.Unwrap()`, prep for Go 1.20's `ResponseContro... | Kévin Dunglas |
2023-04-25 | fix some comments (#5508) | cui fliter |
2023-04-02 | fileserver: Add color-scheme meta tag (#5475) | Kid |
2023-03-27 | log: Make sink logs encodable (#5441) | Mohammed Al Sahaf |
2023-03-10 | fileserver: New file browse template (#5427) | Matt Holt |
2023-03-03 | fileserver: Remove trailing slash on fs filenames (#5417) | esell |
2023-02-24 | cmd: Expand cobra support, add short flags (#5379) | Francis Lavoie |
2023-02-08 | go.mod: Upgrade various dependencies (#5362) | Francis Lavoie |
2023-01-04 | fileserver: Add a couple test cases | Matthew Holt |
2022-10-24 | fileserver: Reject non-GET/HEAD requests (close #5166) (#5167) | Matt Holt |
2022-10-18 | fileserver: Reject ADS and short name paths; trim trailing dots and spaces on... | Matt Holt |
2022-10-08 | fileserver: stop listing dir when request context is cancelled (#5131) | Abdussamet Koçak |
2022-10-04 | fileserver: Treat invalid file path as NotFound (#5099) | xufanglu |
2022-10-01 | fileserver: better dark mode visited link contrast (#5105) | iliana etaoin |
2022-09-20 | fileserver: Reinstate --debug flag | Matthew Holt |
2022-09-16 | core: Variadic Context.Logger(); soft deprecation | Matthew Holt |
2022-09-15 | caddyhttp: Add --debug flag to commands | Matthew Holt |
2022-09-07 | fileserver: Ignore EOF when browsing empty dir | Matthew Holt |
2022-09-05 | Drop requirement for filesystems to implement fs.StatFS | Dave Henderson |
2022-09-05 | fileserver: Support glob expansion in file matcher (#4993) | Matt Holt |
2022-08-16 | caddyhttp: Smarter path matching and rewriting (#4948) | Matt Holt |
2022-08-15 | fileserver: reset buffer before using it (#4962) (#4963) | Abdussamet Koçak |
2022-08-08 | fileserver: Better fix for Etag of compressed files | Matthew Holt |
2022-08-08 | fileserver: Generate Etag from sidecar file | Matthew Holt |
2022-08-02 | chore: Bump up to Go 1.19, minimum 1.18 (#4925) | Francis Lavoie |
2022-08-01 | caddyhttp: Implement `caddy respond` command (#4870) | Matt Holt |
2022-07-31 | fileserver: Support virtual file system in Caddyfile | Matthew Holt |
2022-07-30 | fileserver: Support virtual file systems (#4909) | Matt Holt |
2022-07-28 | Finish fixing lint errors from ea8df6ff | Matthew Holt |
2022-07-28 | caddyhttp: Use new CEL APIs (fix #4915) | Matthew Holt |
2022-07-07 | fileserver: Use safe redirects in file browser | Matthew Holt |
2022-06-22 | Expose several Caddy HTTP Matchers to the CEL Matcher (#4715) | Tristan Swadell |
2022-04-25 | httpcaddyfile: Deprecate paths in site addresses; use zap logs (#4728) | Francis Lavoie |
2022-04-07 | staticfiles: Expand placeholder for index files (#4679) | Y.Horie |
2022-03-04 | fileserver: Add `pass_thru` Caddyfile option (#4613) | Francis Lavoie |
2022-03-01 | fileserver: Canonical redir when whole path is stripped (#4549) | Francis Lavoie |
2021-12-11 | fileserver: do not double-escape paths (#4447) | Mohammed Al Sahaf |
2021-12-05 | docs: use backticks to not italicise glob path (#4460) | Adam Burgess |
2021-11-23 | fileserver: browse: do not encode the paths in breadcrumbs and page title (#4... | Mohammed Al Sahaf |
2021-11-22 | fileserver: Fix handling of symlink sizes in directory listings (#4415) | Jeremy Lin |
2021-11-15 | fileserver: Move default browse template into a separate file (#4417) | Jeremy Lin |
2021-10-20 | fileserver: Prevent focusing filter from scrolling on page load (#4393) | Klaus Helenius |
2021-09-19 | fileserver: Make file listing links purple once visited (#4356) | Slavik |
2021-09-18 | fileserver: Fix displayed file size if it is symlink (#4354) | HayatoShiba |
2021-09-17 | caddyhttp: Add support for triggering errors from `try_files` (#4346) | Francis Lavoie |
2021-09-16 | fileserver: properly handle escaped/non-ascii paths (#4332) | Mohammed Al Sahaf |
2021-07-07 | fileserver: Fix browse name_dir_first sorting (#4218) | diamondburned |
2021-07-01 | fileserver: Add `disable_canonical_uris` Caddyfile subdirective (#4222) | mritd |
2021-06-25 | fileserver: Clarify docs about canonicalization | Matthew Holt |
2021-06-17 | caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi (#4207) | Matt Holt |