index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
fileserver
/
browse.go
Age
Commit message (
Expand
)
Author
2023-05-19
fileserver: More filetypes for browse icons
Matthew Holt
2023-05-15
fileserver: Use EscapedPath for browse (#5534)
Matt Holt
2023-03-10
fileserver: New file browse template (#5427)
Matt Holt
2022-10-08
fileserver: stop listing dir when request context is cancelled (#5131)
Abdussamet Koçak
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-08-15
fileserver: reset buffer before using it (#4962) (#4963)
Abdussamet Koçak
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-07-30
fileserver: Support virtual file systems (#4909)
Matt Holt
2022-07-07
fileserver: Use safe redirects in file browser
Matthew Holt
2022-03-01
fileserver: Canonical redir when whole path is stripped (#4549)
Francis Lavoie
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-09-18
fileserver: Fix displayed file size if it is symlink (#4354)
HayatoShiba
2021-06-17
caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi (#4207)
Matt Holt
2021-06-17
fileserver: Only redirect if filename not rewritten (fix #4205)
Matthew Holt
2021-06-16
fileserver: Don't persist parsed template (fix #4202)
Matthew Holt
2021-06-14
Revert "fileserver: Redirect within the original URL (#4179)"
Matthew Holt
2021-06-07
fileserver: Fix browse not redirecting query parameters (#4196)
diamondburned
2021-06-07
fileserver: Redirect within the original URL (#4179)
diamondburned
2021-04-30
fileserver: Share template logic for both `templates` and `file_server browse...
Jason Du
2020-12-30
fileserver: Fix "go up" links in browse listings (closes #3942)
Matthew Holt
2020-11-26
fileserver: Add debug logging
Matthew Holt
2020-11-24
fileserver: Preserve transformed root (fix #3838)
Matthew Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-07-08
fileserver: Enable browse pagination with offset parameter (#3542)
snu-ceyda
2019-12-29
Export Replacer and use concrete type instead of interface
Matthew Holt
2019-12-23
Improve godocs all around
Matthew Holt
2019-11-15
file_server: Optional pass_thru mode
Matthew Holt
2019-08-07
Part 1: Optimize using compiler's inliner (#2687)
Dominik Braun
2019-07-02
go.mod: Append /v2 to module name; update all import paths
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-21
Various bug fixes and minor improvements
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
Matthew Holt
2019-06-04
Change import paths to GitHub package names
Matthew Holt
2019-05-22
Export types and fields necessary to build configs (for config adapters)
Matthew Holt
2019-05-21
Take care of remaining TODOs in the browse responder
Matthew Holt
2019-05-20
Default error handler; rename StaticFiles -> FileServer
Matthew Holt