summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* feat(api): enhance Actions Secrets Management API for repository (#30656)Bo-Yi Wu2024-04-261-41/+39
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-201-2/+2
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-5/+1
* feat(api): implement branch/commit comparison API (#30349)Bo-Yi Wu2024-04-161-0/+2
* Add API for `Variables` (#29520)sillyguodong2024-03-281-0/+27
* Add user blocking (#29028)KN4CK3R2024-03-041-1/+19
* Add admin API route for managing user's badges (#23106)techknowlogick2024-03-011-0/+3
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-10/+9
* Add API to get PR by base/head (#29242)qwerty2872024-02-261-0/+1
* Add API to get merged PR of a commit (#29243)qwerty2872024-02-241-0/+1
* Refactor more code in templates (#29236)wxiaoguang2024-02-181-2/+2
* Refactor issue template parsing and fix API endpoint (#29069)wxiaoguang2024-02-121-1/+1
* Don't run push mirrors for archived repos (#27140)JakobDev2024-01-241-4/+4
* Require token for GET subscription endpoint (#28765)Jack Hay2024-01-121-3/+3
* Add get actions runner registration token for API routes, repo, org, user and...Lunny Xiao2023-12-271-14/+35
* Refactor CORS handler (#28587)wxiaoguang2023-12-251-3/+1
* Do some missing checks (#28423)Lunny Xiao2023-12-121-1/+19
* Deprecate query string auth tokens (#28390)Jack Hay2023-12-121-0/+11
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-2/+2
* Fix swagger title (#28164)yp053272023-11-221-1/+1
* Unify two factor check (#27915)KN4CK3R2023-11-061-36/+0
* Fix bad method call when deleting user secrets via API (#27829)Jean-Baptiste Gomond2023-10-291-1/+1
* Fix org team endpoint (#27721)Nanguan Lin2023-10-221-4/+4
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+3
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-2/+2
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-12/+12
* Fix token endpoints ignore specified account (#27080)CaiCandong2023-09-181-1/+11
* Make SSPI auth mockable (#27036)wxiaoguang2023-09-171-1/+4
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Extract auth middleware from service (#27028)KN4CK3R2023-09-121-2/+103
* Add reverseproxy auth for API back with default disabled (#26703)Lunny Xiao2023-09-071-2/+8
* 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-051-0/+7
* feat(API): add secret deletion functionality for repository (#26808)Bo-Yi Wu2023-09-011-2/+3
* feat(API): add route and implementation for creating/updating repository secr...Bo-Yi Wu2023-08-291-1/+5
* refactor(API): refactor secret creation and update functionality (#26751)Bo-Yi Wu2023-08-281-2/+1
* feat(API): update and delete secret for managing organization secrets (#26660)Bo-Yi Wu2023-08-241-0/+3
* feat: implement organization secret creation API (#26566)Bo-Yi Wu2023-08-221-0/+1
* Add API route to list org secrets (#26485)Bo-Yi Wu2023-08-151-0/+3
* Remove "misc" scope check from public API endpoints (#26134)wxiaoguang2023-07-261-2/+2
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-1/+1
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-3/+3
* Add API for changing Avatars (#25369)JakobDev2023-06-291-0/+13
* Fix bugs related to notification endpoints (#25548)Zettat1232023-06-281-2/+2
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-8/+2
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-305/+372
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-291-0/+1
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+9
* Add API for Label templates (#24602)JakobDev2023-05-231-0/+2