summaryrefslogtreecommitdiffstats
path: root/routers/web/base.go
Commit message (Expand)AuthorAgeFilesLines
* Fix all possible setting error related storages and added some tests (#23911)...Giteabot2023-06-141-2/+2
* Use standard HTTP library to serve files (#24693)wxiaoguang2023-05-131-11/+5
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-66/+0
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-301-1/+1
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-271-8/+3
* Improve Wiki TOC (#24137)wxiaoguang2023-04-171-13/+11
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-3/+3
* Set `X-Gitea-Debug` header once (#23361)Yarden Shoham2023-03-081-1/+1
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-2/+3
* 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-2/+3
* Add Cache-Control header to html and api responses, add no-transform (#20432)silverwind2022-07-231-0/+1
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-1/+1
* Update base.go (#19739)Guo Y.K2022-05-191-1/+1
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-8/+8
* Clean paths when looking in Storage (#19124)zeripath2022-03-221-11/+10
* format with gofumpt (#18184)65432022-01-201-5/+5
* Refactor Router Logger (#17308)wxiaoguang2022-01-201-2/+7
* Fix nil checking on typed interface (#17598)Gusted2021-11-151-8/+0
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-2/+2
* Fix bug of get context user (#17169)Lunny Xiao2021-09-281-10/+1
* Allow setting X-FRAME-OPTIONS (#16643)zeripath2021-08-061-1/+1
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-2/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+189