summaryrefslogtreecommitdiffstats
path: root/routers/routes/chi.go
Commit message (Expand)AuthorAgeFilesLines
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-309/+0
* Fix log http status is always zero (#14400)Lunny Xiao2021-01-191-2/+10
* Use Request.URL.RequestURI() for fcgi (#14312) (#14314)Kyungmin Bae2021-01-131-6/+6
* Fix session bug when introduce chi (#14287)Lunny Xiao2021-01-081-2/+14
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-051-19/+13
* Fix missing stylesheets on installation page (#13736)Simon2020-11-281-0/+6
* HTTP cache rework and enable caching for storage assets (#13569)silverwind2020-11-171-11/+16
* Move metrics from macaron to chi (#13601)Lunny Xiao2020-11-171-0/+15
* Use mount but not register for chi routes (#13555)Lunny Xiao2020-11-161-6/+15
* Introduce go chi web framework as frontend of macaron, so that we can move ro...Lunny Xiao2020-11-131-0/+260