summaryrefslogtreecommitdiffstats
path: root/modules/templates/base.go
Commit message (Expand)AuthorAgeFilesLines
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-3/+3
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-31/+0
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)wxiaoguang2023-04-221-2/+1
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-121-74/+19
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-16/+49
* Add disable download source configuration (#20548)Lunny Xiao2022-07-311-4/+5
* format with gofumpt (#18184)65432022-01-201-1/+1
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-3/+0
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-1/+1
* Prevent template renderer from rendering error (#14646)zeripath2021-02-131-6/+7
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-0/+14
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-051-0/+82