summaryrefslogtreecommitdiffstats
path: root/modules/templates/static.go
Commit message (Expand)AuthorAgeFilesLines
* Add nicer error handling on template compile errors (#21350)zeripath2022-10-071-0/+12
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-78/+26
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-021-1/+0
* format with gofumpt (#18184)65432022-01-201-4/+2
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Don't store assets modified time into generated files (#18193)Lunny Xiao2022-01-061-0/+7
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-4/+4
* Add bundle download for repository (#14538)John Olheiser2021-08-241-2/+3
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-112/+0
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-051-0/+26
* Add StatDir and replace com.StatDir (#14099)Lunny Xiao2020-12-221-3/+2
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-4/+11
* Move serviceworker to workbox and fix SSE interference (#11538)silverwind2020-05-211-9/+0
* Implement "embedded" command to extract static resources (#9982)guillep2k2020-02-021-0/+13
* Use templates for issue e-mail subject and body (#8329)guillep2k2019-11-071-8/+15
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+3
* Use vfsgen instead of go-bindata (#7080)Lunny Xiao2019-06-031-0/+18
* Create Progressive Web App (#4730)SohnyBohny2018-11-271-0/+9
* Fix custom templates being ignored (#4638)Piotr Orzechowski2018-08-081-4/+2
* Swagger.v1.json template (#3572)Piotr Orzechowski2018-07-281-3/+18
* Fixed custom templates for static builds (#1087)Thomas Boerger2017-03-011-14/+88
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-061-0/+109