summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/templates/tplcontext.go
AgeCommit message (Expand)Author
2023-10-07templates: Add dummy `RemoteAddr` to `httpInclude` request, proxy compatibili...Thanmay Nath
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-05-26templates: Add `readFile` action that does not evaluate templates (#5553)kassienull
2023-04-25fix some comments (#5508)cui fliter
2023-04-24templates: Add `fileStat` function (#5497)Stéphane Mourey
2023-02-08go.mod: Upgrade various dependencies (#5362)Francis Lavoie
2022-09-01map: Coerce val to string, fix #4987Matthew Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-05-24templates: Add `humanize` function (#4767)Aleks
2022-05-02templates: Add custom template function registration (#4757)Tyler Kropp
2021-11-29templates: fix inconsistent nested includes (#4452)Tim Culverhouse
2021-10-16fileserver: Fix compression breaks using httpInclude (#4352) (#4358)Y.Horie
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
2021-01-11templates: Add fileExists and httpError template actionsMatthew Holt
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-07-20templates: Implement placeholders function (#3324)Patrick Hein
2020-07-06templates: Disable hard wraps in Markdown rendering (#3553)Greg Anders
2020-04-27Minor comment fixMatthew Holt
2020-04-07templates: Add env function (closes #3237)Matthew Holt
2020-04-06templates: Use text/template; add experimental notice to docsMatthew Holt
2020-03-18templates: Enable Goldmark's footnote extension (closes #3136)Matthew Holt
2019-12-23templates: Change functions, add front matter support, better markdownMatthew Holt
2019-10-16Minor enhancements/fixes to rewrite directive and template virt req'sMatthew Holt
2019-10-15caddyhttp: Improve ResponseRecorder to buffer headersMatthew Holt
2019-10-10go.mod: Update dependenciesMatthew Holt
2019-08-09Implement config adapters and beginning of Caddyfile adapterMatthew Holt
2019-07-15mod: Use blackfriday's standard v2 module import pathMatthew Holt
2019-07-02go.mod: Append /v2 to module name; update all import pathsMatthew Holt
2019-06-30Add licenseMatthew Holt
2019-06-27Use html/template for escaping by defaultMatthew Holt
2019-06-21OopsMatthew Holt
2019-06-21Minor cleanups/improvementsMatthew Holt
2019-06-18templates: Remove context functions implemented by sprigMatthew Holt
2019-06-18Refactor templates execution; add sprig functionsMatthew Holt
2019-06-18Implement templates handler; various minor cleanups and bug fixesMatthew Holt