aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* Improve swagger generation (#33664)wxiaoguang2025-02-211-2/+0
* Refactor error system (#33626)wxiaoguang2025-02-171-19/+23
* Refactor error system (#33610)wxiaoguang2025-02-161-69/+69
* Add API to support link package to repository and unlink it (#33481)Lunny Xiao2025-02-161-6/+12
* Artifacts download api for artifact actions v4 (#33510)ChristopherHX2025-02-161-0/+11
* Feature: Support workflow event dispatch via API (#33545)wxiaoguang2025-02-111-5/+11
* Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541)wxiaoguang2025-02-101-19/+0
* Feature: Support workflow event dispatch via API (#32059)Bence Sántha2025-02-101-0/+19
* Add a option "--user-type bot" to admin user create, improve role display (#2...mscherer2025-02-071-2/+2
* Reject star-related requests if stars are disabled (#33208)Henrique Corrêa2025-02-041-3/+13
* Inclusion of rename organization api (#33303)Bruno Sofiato2025-02-011-0/+1
* Fix sync fork for consistency (#33147)Chai-Shi2025-01-101-0/+1
* Clarify path param naming (#32969)wxiaoguang2024-12-241-4/+4
* Implement update branch API (#32433)Kemal Zebari2024-12-121-0/+1
* Add priority to protected branch (#32286)65432024-11-271-0/+1
* Improve oauth2 scope token handling (#32633)wxiaoguang2024-11-261-1/+1
* Add github compatible tarball download API endpoints (#32572)Lunny Xiao2024-11-251-0/+2
* Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)Lunny Xiao2024-11-071-1/+1
* Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore...Zettat1232024-10-221-2/+10
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-081-48/+83
* Support repo license (#24872)yp053272024-10-011-0/+1
* Fix bug in getting merged pull request by commit (#32079)Zettat1232024-09-241-0/+2
* Refactor names (#31405)wxiaoguang2024-06-191-9/+9
* Add tag protection via rest api #17862 (#31295)mzroot2024-06-141-0/+9
* Add API endpoints for getting action jobs status (#26673)Chester2024-05-011-0/+3
* 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