summaryrefslogtreecommitdiffstats
path: root/routers/routes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue templates directory (#11450)John Olheiser2020-09-111-2/+5
* Change/remove a branch of an open issue (#9080)Vedran2020-09-081-0/+1
* Hide 'New Project board' button for users that are not signed in (#12547)wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf2020-08-221-17/+20
* Kanban board (#8346)Lanre Adelowo2020-08-161-1/+26
* Fix ignored login on compare (#12476)Lunny Xiao2020-08-121-1/+1
* Move serviceworker to workbox and fix SSE interference (#11538)silverwind2020-05-211-4/+0
* Support view individual commit for wiki pages (#11415)mrsdizzie2020-05-161-1/+5
* Add EventSource support (#11235)zeripath2020-05-071-0/+3
* Allow unauthenticated users to compare (#11240)Kyle Evans2020-05-041-3/+3
* repo: milestone: make /milestone/:id endpoint accessible (#11264)Kyle Evans2020-05-031-3/+8