aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-132-50/+64
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-1345-0/+300
* resolve issue with sort icons on admin/users and admin/runners (#24360)jladbrook2023-09-121-0/+1
* Extract auth middleware from service (#27028)KN4CK3R2023-09-123-11/+262
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-112-4/+11
* Move some functions to service layer (#26969)Lunny Xiao2023-09-082-4/+3
* Add a new column schedule_id for action_run to track (#26975)Lunny Xiao2023-09-081-1/+7
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-086-14/+17
* Improve hint when uploading a too large avatar (#26935)Lunny Xiao2023-09-072-2/+2
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-076-8/+14
* Add reverseproxy auth for API back with default disabled (#26703)Lunny Xiao2023-09-071-2/+8
* Fix the missing repo count (#26942)Nanguan Lin2023-09-071-0/+12
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-066-10/+7
* allow "latest" to be used in release vTag when downloading file (#26748)merlleu2023-09-061-4/+17
* Show always repo count in header (#26842)JakobDev2023-09-067-0/+90
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-063-9/+35
* Fix the display of org level badges (#26504)yp053272023-09-067-7/+0
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-0510-27/+27
* fetch emails of currently displayed user on admin page (#26918)techknowlogick2023-09-051-1/+1
* Remove `Named` interface (#26913)KN4CK3R2023-09-054-0/+8
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-055-113/+96
* Add missing `reqToken()` to notifications endpoints (#26914)JakobDev2023-09-051-3/+3
* feat(API): add routes and functions for managing user's secrets (#26909)Bo-Yi Wu2023-09-052-0/+112
* Move feed notification service layer (#26908)Lunny Xiao2023-09-051-2/+2
* Move ui notification to service layer (#26907)Lunny Xiao2023-09-051-0/+2
* Move indexer notification to service layer (#26906)Lunny Xiao2023-09-051-6/+2
* Add more descriptive error on forgot password page (#26848)Jack Hay2023-09-011-3/+4
* Allow users with write permissions for issues to add attachments with API (#2...Zettat1232023-09-011-1/+1
* feat(API): add secret deletion functionality for repository (#26808)Bo-Yi Wu2023-09-013-4/+63
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-0113-139/+140
* Update team invitation email link (#26550)Jack Hay2023-08-311-0/+11
* Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank is...JakobDev2023-08-311-1/+9
* User details page (#26713)Denys Konovalov2023-08-312-1/+60
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-302-10/+5
* Fix verifyCommits error when push a new branch (#26664)CaiCandong2023-08-3040-16/+236
* Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759)js6pak2023-08-291-8/+5