summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/fileserver/browse.go
AgeCommit message (Expand)Author
2023-08-29fileserver: Export BrowseTemplateMatthew Holt
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-05-19fileserver: More filetypes for browse iconsMatthew Holt
2023-05-15fileserver: Use EscapedPath for browse (#5534)Matt Holt
2023-03-10fileserver: New file browse template (#5427)Matt Holt
2022-10-08fileserver: stop listing dir when request context is cancelled (#5131)Abdussamet Koçak
2022-09-07fileserver: Ignore EOF when browsing empty dirMatthew Holt
2022-09-05Drop requirement for filesystems to implement fs.StatFSDave Henderson
2022-08-15fileserver: reset buffer before using it (#4962) (#4963)Abdussamet Koçak
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-07-07fileserver: Use safe redirects in file browserMatthew Holt
2022-03-01fileserver: Canonical redir when whole path is stripped (#4549)Francis Lavoie
2021-11-22fileserver: Fix handling of symlink sizes in directory listings (#4415)Jeremy Lin
2021-11-15fileserver: Move default browse template into a separate file (#4417)Jeremy Lin
2021-09-18fileserver: Fix displayed file size if it is symlink (#4354)HayatoShiba
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: Fix browse not redirecting query parameters (#4196)diamondburned
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
2020-12-30fileserver: Fix "go up" links in browse listings (closes #3942)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-07-08fileserver: Enable browse pagination with offset parameter (#3542)snu-ceyda
2019-12-29Export Replacer and use concrete type instead of interfaceMatthew Holt
2019-12-23Improve godocs all aroundMatthew Holt
2019-11-15file_server: Optional pass_thru modeMatthew Holt
2019-08-07Part 1: Optimize using compiler's inliner (#2687)Dominik Braun
2019-07-02go.mod: Append /v2 to module name; update all import pathsMatthew Holt
2019-06-30Add licenseMatthew Holt
2019-06-21Various bug fixes and minor improvementsMatthew Holt
2019-06-14Rename caddy2 -> caddyMatthew Holt
2019-06-04Change import paths to GitHub package namesMatthew Holt
2019-05-22Export types and fields necessary to build configs (for config adapters)Matthew Holt
2019-05-21Take care of remaining TODOs in the browse responderMatthew Holt
2019-05-20Default error handler; rename StaticFiles -> FileServerMatthew Holt