summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/templates/templates.go
AgeCommit message (Expand)Author
2023-05-26templates: Add `readFile` action that does not evaluate templates (#5553)kassienull
2022-11-14reverseproxy: Mask the WS close message when we're the client (#5199)Francis Lavoie
2022-10-16docs: Fix templates documentation, stray newline breaks godoc (#5149)Francis Lavoie
2022-09-01templates: Document `httpError` function (#4972)Avdhut
2022-08-23templates: cap of slice should not be smaller than length (#4975)jedy
2022-05-24templates: Add `humanize` function (#4767)Aleks
2022-05-17templates: Documentation consistency (#4796)David Larlet
2022-05-02templates: Add custom template function registration (#4757)Tyler Kropp
2022-04-27templates: Add missing backticks in docs (#4737)Marco Kaufmann
2022-03-03templates: Fix docs for .ArgsMatthew Holt
2022-02-06templates: Elaborate on what's supported by the markdown function (#4564)Francis Lavoie
2022-01-05templates: Document .OriginalReqMatthew Holt
2021-09-24General minor improvements to docsMatthew Holt
2021-09-17templates: Add 'import' action (#4321)Tim Culverhouse
2021-09-15templates: Propagate httpError to HTTP responseMatthew Holt
2021-04-30fileserver: Share template logic for both `templates` and `file_server browse...Jason Du
2020-07-20templates: Implement placeholders function (#3324)Patrick Hein
2020-04-24docs: Improve template documentation slightly; use const, not literalMatthew Holt
2020-04-07templates: Update docsMatthew Holt
2020-04-06templates: Use text/template; add experimental notice to docsMatthew Holt
2020-02-27Fix typos (#3087)Success Go
2020-01-03v2: housekeeping: address minor lint complaints (#2957)Mohammed Al Sahaf
2019-12-29Improve docs, especially w.r.t. placeholders and template actionsMatthew Holt
2019-12-29Export Replacer and use concrete type instead of interfaceMatthew Holt
2019-12-23templates: Change functions, add front matter support, better markdownMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-10-15caddyhttp: Improve ResponseRecorder to buffer headersMatthew Holt
2019-09-06Various fixes/tweaks to HTTP placeholder variables and file matchingMatthew Holt
2019-08-21Refactor Caddyfile adapter and module registrationMatthew Holt
2019-08-09Implement config adapters and beginning of Caddyfile adapterMatthew Holt
2019-07-11Add error & subroute handlers; weakString; other minor handler changesMatthew Holt
2019-07-09Flatten HTTP handler config (#2662)Matthew Holt
2019-07-02go.mod: Append /v2 to module name; update all import pathsMatthew Holt
2019-06-30Add licenseMatthew Holt
2019-06-27Implement etag; fix related bugs in encode and templates middlewaresMatthew Holt
2019-06-21Various bug fixes and minor improvementsMatthew Holt
2019-06-20caddyhttp: ResponseRecorder type for middlewares to buffer responsesMatthew Holt
2019-06-18Refactor templates execution; add sprig functionsMatthew Holt
2019-06-18Implement templates handler; various minor cleanups and bug fixesMatthew Holt