summaryrefslogtreecommitdiffstats
path: root/routers/install/routes.go
Commit message (Expand)AuthorAgeFilesLines
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-231-2/+1
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-65/+1
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-301-1/+1
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-271-23/+9
* Refactor web route (#24080)wxiaoguang2023-04-201-3/+3
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-121-5/+1
* Set `X-Gitea-Debug` header once (#23361)Yarden Shoham2023-03-081-1/+1
* Fix various bugs for "install" page (#23194)wxiaoguang2023-03-041-3/+10
* 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-5/+6
* Add Cache-Control header to html and api responses, add no-transform (#20432)silverwind2022-07-231-0/+2
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-1/+1
* Add health check endpoint (#18465)ttys32022-05-041-0/+2
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-3/+3
* format with gofumpt (#18184)65432022-01-201-2/+2
* Refactor Router Logger (#17308)wxiaoguang2022-01-201-10/+13
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-2/+2
* Allow setting X-FRAME-OPTIONS (#16643)zeripath2021-08-061-1/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+113