aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org
Commit message (Expand)AuthorAgeFilesLines
* Added Description Field for Secrets and Variables (#33526)John Smith14 days1-12/+16
* Refactor error system (#33626)wxiaoguang2025-02-176-56/+56
* Refactor error system (#33610)wxiaoguang2025-02-167-101/+101
* Enhance routers for the Actions variable operations (#33547)Jason Song2025-02-111-1/+5
* Inclusion of rename organization api (#33303)Bruno Sofiato2025-02-011-0/+38
* Clarify path param naming (#32969)wxiaoguang2024-12-244-13/+13
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-181-3/+3
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-292-2/+4
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-272-9/+8
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-111-9/+13
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-081-1/+1
* Refactor names (#31405)wxiaoguang2024-06-194-15/+15
* Fix bug on avatar (#31008)Lunny Xiao2024-05-191-0/+2
* feat(api): enhance Actions Secrets Management API for repository (#30656)Bo-Yi Wu2024-04-263-202/+187
* Add API for `Variables` (#29520)sillyguodong2024-03-281-0/+291
* Add user blocking (#29028)KN4CK3R2024-03-043-4/+127
* Move context from modules to services (#29440)Lunny Xiao2024-02-278-8/+8
* Unify user update methods (#28733)KN4CK3R2024-02-041-16/+20
* Add get actions runner registration token for API routes, repo, org, user and...Lunny Xiao2023-12-272-0/+31
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-14/+4
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-191-1/+1
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-152-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-3/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-032-13/+13
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-3/+3
* Fix organization field being null in POST /orgs/{orgid}/teams (#27150)Dionysios Kakouris2023-09-211-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-3/+3
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-143-7/+7
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-137-0/+66
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-1/+2
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-051-34/+32
* feat(API): add secret deletion functionality for repository (#26808)Bo-Yi Wu2023-09-011-2/+6
* feat(API): add route and implementation for creating/updating repository secr...Bo-Yi Wu2023-08-291-16/+7
* refactor(API): refactor secret creation and update functionality (#26751)Bo-Yi Wu2023-08-281-52/+22
* feat(API): update and delete secret for managing organization secrets (#26660)Bo-Yi Wu2023-08-241-0/+91
* feat: implement organization secret creation API (#26566)Bo-Yi Wu2023-08-221-4/+47
* Add API route to list org secrets (#26485)Bo-Yi Wu2023-08-151-0/+72
* Allow to archive labels (#26478)puni98692023-08-141-0/+1
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-251-1/+11
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Add API for changing Avatars (#25369)JakobDev2023-06-291-0/+74
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-221-4/+4
* Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694)Yarden Shoham2023-05-131-1/+1
* Fix admin team access mode value in team_unit table (#24012)yp053272023-04-131-0/+19
* Add activity feeds API (#23494)Zettat1232023-04-042-0/+120
* Improve LoadUnitConfig to handle invalid or duplicate units (#23736)Jason Song2023-04-031-1/+1
* Add user webhooks (#21563)KN4CK3R2023-03-101-56/+23
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-18/+15
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-1/+1