summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bad method call when deleting user secrets via API (#27829)Jean-Baptiste Gomond2023-10-291-1/+1
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Fix org team endpoint (#27721)Nanguan Lin2023-10-221-4/+4
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-191-1/+1
* Remove unnecessary parameter (#27671)Lunny Xiao2023-10-181-1/+1
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-153-3/+3
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-149-23/+23
* Fix permissions for Token DELETE endpoint to match GET and POST (#27610)Evan Tobin2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-1111-24/+25
* api: GetPullRequestCommits: return file list (#27483)Michael Santos2023-10-092-2/+34
* Don't let API add 2 exclusive labels from same scope (#27433)JakobDev2023-10-051-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-0317-39/+39
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-299-18/+18
* make writing main test easier (#27270)Lunny Xiao2023-09-281-2/+0
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-2515-33/+33
* Updates to the API for archived repos (#27149)JakobDev2023-09-2112-31/+69
* Fix organization field being null in POST /orgs/{orgid}/teams (#27150)Dionysios Kakouris2023-09-211-1/+1
* Fix token endpoints ignore specified account (#27080)CaiCandong2023-09-182-4/+20
* Make SSPI auth mockable (#27036)wxiaoguang2023-09-173-30/+4
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-5/+12
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-1612-38/+38
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-1513-22/+22
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-1413-25/+25
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-1345-0/+300
* Extract auth middleware from service (#27028)KN4CK3R2023-09-121-2/+103
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-2/+2
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-083-7/+8
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Add reverseproxy auth for API back with default disabled (#26703)Lunny Xiao2023-09-071-2/+8
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-063-5/+4
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-054-13/+13
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-053-90/+86
* 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
* 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-013-17/+17
* feat(API): add route and implementation for creating/updating repository secr...Bo-Yi Wu2023-08-293-17/+87
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-9/+7
* refactor(API): refactor secret creation and update functionality (#26751)Bo-Yi Wu2023-08-283-58/+24
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-2/+1
* PATCH branch-protection updates check list even when checks are disabled (#26...Infinoid2023-08-241-1/+2
* feat(API): update and delete secret for managing organization secrets (#26660)Bo-Yi Wu2023-08-243-0/+97
* feat: implement organization secret creation API (#26566)Bo-Yi Wu2023-08-224-4/+58
* Return empty when searching issues with no repos (#26545)Jason Song2023-08-171-0/+4
* Add API route to list org secrets (#26485)Bo-Yi Wu2023-08-153-0/+88
* Allow to archive labels (#26478)puni98692023-08-142-1/+3
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)wxiaoguang2023-08-091-4/+4
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-312-150/+176
* Remove "misc" scope check from public API endpoints (#26134)wxiaoguang2023-07-261-2/+2