summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/templates
AgeCommit message (Expand)Author
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-06-16chore: remove refs of deprecated io/ioutil (#5576)guangwu
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-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-09-01map: Coerce val to string, fix #4987Matthew Holt
2022-08-23templates: cap of slice should not be smaller than length (#4975)jedy
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-07-29core: Windows service integration (#4790)WingLim
2022-06-01go.mod: Update go-yaml to v3Matthew Holt
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-04-12templates: Switch to `BurntSushi/toml` (#4700)Francis Lavoie
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-24caddyhttp: Fix test when /tmp/etc already exists (#4544)Kevin Daudt
2022-01-05templates: Document .OriginalReqMatthew Holt
2021-11-29templates: fix inconsistent nested includes (#4452)Tim Culverhouse
2021-10-16fileserver: Fix compression breaks using httpInclude (#4352) (#4358)Y.Horie
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-09-24General minor improvements to docsMatthew Holt
2021-09-20templates: Add tests for funcInclude and funcImport (#4357)Tim Culverhouse
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-04-08ci: fuzz: add 4 more fuzzing targets (#4105)Mohammed Al Sahaf
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-31admin,templates,core: Minor enhancements and error handling (#3607)Bart
2020-07-20templates: Implement placeholders function (#3324)Patrick Hein
2020-07-08templates: Fix front matter closing fence searchMatthew Holt
2020-07-06templates: Disable hard wraps in Markdown rendering (#3553)Greg Anders
2020-06-15templates: Add support for dots to close yaml frontmatter (#3498)Francis Lavoie
2020-05-18templates: trim windows whitespace in SplitFrontMatter; fix #3386 (#3387)Thorkild Gregersen
2020-04-27Minor comment fixMatthew Holt
2020-04-24docs: Improve template documentation slightly; use const, not literalMatthew Holt
2020-04-08chore: make the linter happier (#3245)Mohammed Al Sahaf
2020-04-07templates: Update docsMatthew 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
2020-02-27Fix typos (#3087)Success Go
2020-01-03v2: housekeeping: address minor lint complaints (#2957)Mohammed Al Sahaf