summaryrefslogtreecommitdiffstats
path: root/routers/routes
Commit message (Expand)AuthorAgeFilesLines
* Fix bug on avatar middleware (#15124)Lunny Xiao2021-03-231-2/+11
* Handle unauthorized user events gracefully (#15071)Lauris BH2021-03-201-1/+1
* Add reverse proxy configuration support for remote IP address (#14959)Lauris BH2021-03-161-2/+19
* Add ui.explore settings to control view of explore pages (2) (#14094)zeripath2021-03-111-1/+2
* Add CORS config on to /login/oauth/access_token endpoint (#14850)zeripath2021-03-041-1/+13
* Handle urls with trailing slash (#14852)Norwin2021-03-021-0/+1
* Fix go get (#14758)Lunny Xiao2021-02-221-1/+65
* Add UI to delete tracked times (#14100)Norwin2021-02-191-0/+1
* routers/routes/web: Fix typo in comment (#14729)Jacob Hrbek2021-02-181-1/+1
* Whitespace in commits (#14650)vnkmpf2021-02-131-4/+4
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-111-9/+17
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+1
* Sort / Move project boards (#14634)Romain2021-02-111-2/+2
* Adding Chi's GetHead middleware (#14541)Farid AYOUJIL2021-02-021-1/+2
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-303-5/+5
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-1/+1
* Fix access log (#14475)Lunny Xiao2021-01-272-57/+4
* Fix captcha (#14488)Lunny Xiao2021-01-271-1/+3
* Fix panic 500 page rendering (#14474)Lunny Xiao2021-01-261-1/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-263-439/+434
* Display current stopwatch in navbar (#14122)Norwin2021-01-211-0/+1
* Fix log http status is always zero (#14400)Lunny Xiao2021-01-191-2/+10
* KanBan: be able to set default board (#14147)65432021-01-151-0/+1
* Merge default and system webhooks under one menu (#14244)Lauris BH2021-01-151-11/+14
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-6/+5
* Fix typo (#14332)Lunny Xiao2021-01-141-1/+1
* Use Request.URL.RequestURI() for fcgi (#14312) (#14314)Kyungmin Bae2021-01-131-6/+6
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-121-3/+6
* Do not reload page after adding comments in Pull Request reviews (#13877)Jimmy Praet2021-01-081-0/+1
* Fix session bug when introduce chi (#14287)Lunny Xiao2021-01-082-6/+23
* Add secure/httpOnly attributes to the lang cookie (#9690) (#14279)Timo Gurr2021-01-071-7/+9
* Fix windows build error (#14263)Lunny Xiao2021-01-061-1/+1
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-052-19/+118
* Team dashboards (#14159)Jimmy Praet2020-12-271-2/+4
* Inline manifest.json (#14038)silverwind2020-12-221-9/+0
* Fix missing stylesheets on installation page (#13736)Simon2020-11-281-0/+6
* HTTP cache rework and enable caching for storage assets (#13569)silverwind2020-11-172-11/+20
* Move metrics from macaron to chi (#13601)Lunny Xiao2020-11-172-15/+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-132-182/+265
* [RFC] Make archival asynchronous (#11296)Kyle Evans2020-11-071-1/+4
* Add the tag list page to the release page (#12096)a10121127962020-11-021-1/+5
* Store task errors following migrations and display them (#13246)zeripath2020-10-231-2/+1
* Move install pages out of main macaron routes (#13195)zeripath2020-10-191-0/+9
* When handling errors in storageHandler check underlying error (#13178)zeripath2020-10-171-2/+3
* Prevent panics with missing storage (#13164)zeripath2020-10-151-4/+20
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-16/+61
* Attachments: Add extension support, allow all types for releases (#12465)silverwind2020-10-051-7/+12
* Adopt repositories (#12920)zeripath2020-09-251-0/+2
* Support slashes in release tags (#12864)zeripath2020-09-171-2/+2