aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-1510-15/+16
* Fix 404 when there is an internal version of package (#27615)Nanguan Lin2023-10-151-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-1431-73/+73
* Fix permissions for Token DELETE endpoint to match GET and POST (#27610)Evan Tobin2023-10-141-1/+1
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-147-55/+54
* Don't show Link to TOTP if not set up (#27585)JakobDev2023-10-111-0/+8
* Replace ajax with fetch, improve image diff (#27267)silverwind2023-10-111-10/+17
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-1146-114/+116
* Fix the wrong HTTP response status code for duplicate packages (#27480)Nanguan Lin2023-10-1010-10/+10
* api: GetPullRequestCommits: return file list (#27483)Michael Santos2023-10-092-2/+34
* Fix panic in storageHandler (#27446)Sergey Zolotarev2023-10-061-51/+50
* Remove redundant `len` check around loop (#27464)Eng Zer Jun2023-10-061-4/+2
* Don't let API add 2 exclusive labels from same scope (#27433)JakobDev2023-10-051-1/+1
* Refactor system setting (#27000)wxiaoguang2023-10-055-81/+31
* When comparing with an non-exist repository, return 404 but 500 (#27437)Lunny Xiao2023-10-041-1/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-0337-77/+77
* Differentiate between `push` and `pull` `mirror sync in progress` (#27390)delvh2023-10-021-2/+2
* Document the line-number counting behavior (#27386)wxiaoguang2023-10-021-2/+7
* Hide archived labels when filtering by labels on the issue list (#27115)puni98692023-10-011-0/+5
* Allow get release download files and lfs files with oauth2 token format (#26430)Lunny Xiao2023-10-011-5/+3
* Fix repo count in org action settings (#27245)yp053272023-09-293-0/+18
* Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803)Panagiotis "Ivory" Vasilopoulos2023-09-292-1/+1
* rename TotalTimes() to TotalTimesForEachUser() (#27261)65432023-09-291-2/+2
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-2918-128/+128
* Improve tree not found page (#26570)yp053272023-09-294-7/+29
* Add support for forking single branch (#25821)Dmitry Sharshakov2023-09-291-3/+19
* Improvements of releases list and tags list (#25859)Zettat1232023-09-282-50/+63
* Improve issue history dialog and make poster can delete their own history (#2...wxiaoguang2023-09-281-5/+9
* make writing main test easier (#27270)Lunny Xiao2023-09-2811-42/+10
* Redefine the meaning of column is_active to make Actions Registration Token g...Lunny Xiao2023-09-273-8/+8
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-2552-77/+104
* Fix EOL handling in web editor (#27141)silverwind2023-09-241-1/+1
* Updates to the API for archived repos (#27149)JakobDev2023-09-2113-32/+70
* Fix organization field being null in POST /orgs/{orgid}/teams (#27150)Dionysios Kakouris2023-09-211-1/+1
* Fix: treat tab "overview" as "repositories" in user profiles without readme (...hazy2023-09-201-1/+2
* fix pagination for followers and following (#27127)Earl Warren2023-09-191-2/+2
* Fix token endpoints ignore specified account (#27080)CaiCandong2023-09-182-4/+20
* Make SSPI auth mockable (#27036)wxiaoguang2023-09-176-60/+9
* Search branches (#27055)Lunny Xiao2023-09-171-1/+4
* Support `.git-blame-ignore-revs` file (#26395)KN4CK3R2023-09-161-22/+69
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-163-20/+32
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-1640-112/+112
* Fix NPE when editing OAuth2 applications (#27078)JakobDev2023-09-161-3/+3
* Allow empty Conan files (#27092)KN4CK3R2023-09-151-7/+2
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-1541-86/+88
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-1440-90/+90
* Fix issue templates when blank isses are disabled (#27061)JakobDev2023-09-142-11/+14
* Display all user types and org types on admin management UI (#27050)Lunny Xiao2023-09-142-2/+4
* Show the repo count in code tab on both user profile and org page. (#27048)puni98692023-09-131-0/+5
* Show OpenID Connect and OAuth on signup page (#20242)Dmitry Sharshakov2023-09-131-0/+18