caddy/modules/caddyhttp/fileserver
Francis Lavoie 792f1c7ed7
caddyhttp: Escaping placeholders in CEL, add vars and vars_regexp (#6594)
* caddyhttp: Escaping placeholders in CEL

* Simplify some of the test cases

* Implement vars and vars_regexp in CEL

* dupl lint is dumb

* Better consts for the placeholder CEL shortcut

* Bump CEL version, register a few extensions

* Refactor s390x test script for readability

* Add retries for s390x to smooth over flakiness

* Switch to `ph` for the CEL shortcut (match it in templates cause why not)
2024-10-02 06:34:04 -06:00
..
testdata fileserver: Support glob expansion in file matcher (#4993) 2022-09-05 13:53:41 -06:00
browse.go perf: use zap's Check() to prevent useless allocs (#6560) 2024-09-13 11:16:37 -06:00
browse.html browse: Exclude symlink target size from total, show arrow on size (#6412) 2024-07-07 07:01:07 -06:00
browsetplcontext_test.go fileserver: Use EscapedPath for browse (#5534) 2023-05-15 10:48:05 -06:00
browsetplcontext.go chore: Use slices package where possible (#6585) 2024-09-25 14:30:56 -06:00
caddyfile.go fileserver: browse: Configurable default sort (#6502) 2024-08-30 09:01:37 -06:00
command.go fileserver: Browse can show symlink target if enabled (#5973) 2024-02-06 04:31:26 +00:00
matcher_test.go caddyfile: Populate regexp matcher names by default (#6145) 2024-04-17 12:19:14 -06:00
matcher.go caddyhttp: Escaping placeholders in CEL, add vars and vars_regexp (#6594) 2024-10-02 06:34:04 -06:00
staticfiles_test.go caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi (#4207) 2021-06-17 09:59:08 -06:00
staticfiles.go perf: use zap's Check() to prevent useless allocs (#6560) 2024-09-13 11:16:37 -06:00