aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/caddyhttp/fileserver
AgeCommit message (Expand)Author
2024-04-19fileserver: Improve Vary handling (#5849)Matthew Holt
2024-04-17encode: Improve Etag handling (fix #5849)Matthew Holt
2024-04-17caddyfile: Populate regexp matcher names by default (#6145)Francis Lavoie
2024-04-16chore: fix some typos in comments (#6243)coderwander
2024-04-13fileserver: read etags from precomputed files (#6222)Aziz Rmadi
2024-04-12fileserver: Escape # and ? in img src (fix #6237)Matthew Holt
2024-04-01caddyhttp: Add plaintext response to `file_server browse` (#6093)kylosus
2024-03-13caddyhttp: upgrade to cel v0.20.0 (#6161)jbrown-stripe
2024-03-05fileserver: Preserve query during canonicalization redirect (#6109)Francis Lavoie
2024-02-06fileserver: Browse can show symlink target if enabled (#5973)Aziz Rmadi
2024-01-23caddyfile: Normalize & flatten all unmarshalers (#6037)Francis Lavoie
2024-01-13fileserver: Implement caddyfile.Unmarshaler interface (#5850)Francis Lavoie
2024-01-13filesystem: Globally declared filesystems, `fs` directive (#5833)a
2024-01-02chore: check against errors of `io/fs` instead of `os` (#6011)Mohammed Al Sahaf
2023-12-30fileserver: Add total file size to directory listing (#6003)Steffen Busch
2023-12-13fileserver: Enable compression for command by default (#5855)Kévin Dunglas
2023-12-13fileserver: New --precompressed flag (#5880)David DeMoss
2023-11-14fileserver: Add .m4v for browse template iconMatthew Holt
2023-10-11fileserver: Set canonical URL on browse template (#5867)Forza
2023-10-10fileserver: Add command shortcuts `-l` and `-a` (#5854)Kévin Dunglas
2023-09-15fileserver: browse template SVG icons and UI tweaks (#5812)glowinthedark
2023-08-29fileserver: Export BrowseTemplateMatthew Holt
2023-08-18fileserver: docs: clarify the ability to produce JSON array with `browse` (#5...Mohammed Al Sahaf
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-11fileserver: Slightly more fitting iconsMatthew Holt
2023-08-09fileserver: Don't repeat error for invalid method inside error context (#5705)Francis Lavoie
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-08-03fileserver: browse: Render SVG images in gridMatthew Holt
2023-07-22fileserver: add lazy image loading (#5646)ydylla
2023-07-21go.mod: Update quic-go to v0.37.0, bump to Go 1.20 minimum (#5644)Marten Seemann
2023-07-17fileserver: Tweak grid view of browse templateMatthew Holt
2023-07-13fileserver: add `export-template` sub-command to `file-server` (#5630)Mohammed Al Sahaf
2023-06-05fileserver: browse: Better grid layout (#5564)365cent
2023-05-22fileserver: Don't set Etag if mtime is 0 or 1 (close #5548) (#5550)Matt Holt
2023-05-20fileserver: browse: minor tweaks for grid view, dark mode (#5545)pistasjis
2023-05-20fileserver: Only set Etag if not already set (fix #5546) (#5547)Charles Duffy
2023-05-19fileserver: Fix file browser breadcrumb font (#5543)pistasjis
2023-05-19fileserver: More filetypes for browse iconsMatthew Holt
2023-05-19fileserver: Fix file browser footer in grid mode (#5536)pistasjis
2023-05-15fileserver: Use EscapedPath for browse (#5534)Matt Holt
2023-04-26caddyhttp: Impl `ResponseWriter.Unwrap()`, prep for Go 1.20's `ResponseContro...Kévin Dunglas
2023-04-25fix some comments (#5508)cui fliter
2023-04-02fileserver: Add color-scheme meta tag (#5475)Kid
2023-03-27log: Make sink logs encodable (#5441)Mohammed Al Sahaf
2023-03-10fileserver: New file browse template (#5427)Matt Holt
2023-03-03fileserver: Remove trailing slash on fs filenames (#5417)esell
2023-02-24cmd: Expand cobra support, add short flags (#5379)Francis Lavoie
2023-02-08go.mod: Upgrade various dependencies (#5362)v2.6.3Francis Lavoie
2023-01-04fileserver: Add a couple test casesMatthew Holt
2022-10-24fileserver: Reject non-GET/HEAD requests (close #5166) (#5167)Matt Holt