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
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