| Commit message (Expand) | Author | Age | Files | Lines |
* | Actions Runner rest api (#33873)HEADmain | ChristopherHX | 7 hours | 1 | -0/+100 |
* | Allow admins and org owners to change org member public status (#28294) | Tomeamis | 6 days | 1 | -4/+19 |
* | Fix team permission (#34128) | wxiaoguang | 11 days | 1 | -25/+11 |
* | Added Description Field for Secrets and Variables (#33526) | John Smith | 2025-03-17 | 1 | -12/+16 |
* | Refactor error system (#33626) | wxiaoguang | 2025-02-17 | 6 | -56/+56 |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 7 | -101/+101 |
* | Enhance routers for the Actions variable operations (#33547) | Jason Song | 2025-02-11 | 1 | -1/+5 |
* | Inclusion of rename organization api (#33303) | Bruno Sofiato | 2025-02-01 | 1 | -0/+38 |
* | Clarify path param naming (#32969) | wxiaoguang | 2024-12-24 | 4 | -13/+13 |
* | Move RepoTransfer from models to models/repo sub package (#32506) | Lunny Xiao | 2024-12-18 | 1 | -3/+3 |
* | Move GetFeeds to service layer (#32526) | Lunny Xiao | 2024-11-29 | 2 | -2/+4 |
* | Move team related functions to service layer (#32537) | Lunny Xiao | 2024-11-27 | 2 | -9/+8 |
* | Calculate `PublicOnly` for org membership only once (#32234) | 6543 | 2024-11-11 | 1 | -9/+13 |
* | Fix bug when a token is given public only (#32204) | Lunny Xiao | 2024-10-08 | 1 | -1/+1 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 4 | -15/+15 |
* | Fix bug on avatar (#31008) | Lunny Xiao | 2024-05-19 | 1 | -0/+2 |
* | feat(api): enhance Actions Secrets Management API for repository (#30656) | Bo-Yi Wu | 2024-04-26 | 3 | -202/+187 |
* | Add API for `Variables` (#29520) | sillyguodong | 2024-03-28 | 1 | -0/+291 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 3 | -4/+127 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 8 | -8/+8 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 1 | -16/+20 |
* | Add get actions runner registration token for API routes, repo, org, user and... | Lunny Xiao | 2023-12-27 | 2 | -0/+31 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 2 | -14/+4 |
* | Delete repos of org when purge delete user (#27273) | JakobDev | 2023-10-19 | 1 | -1/+1 |
* | Replace more db.DefaultContext (#27628) | Lunny Xiao | 2023-10-15 | 2 | -2/+2 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 2 | -3/+3 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 2 | -13/+13 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 1 | -3/+3 |
* | Fix organization field being null in POST /orgs/{orgid}/teams (#27150) | Dionysios Kakouris | 2023-09-21 | 1 | -1/+1 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -3/+3 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 1 | -1/+1 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 3 | -7/+7 |
* | Add missing 404 response to Swagger (#27038) | JakobDev | 2023-09-13 | 7 | -0/+66 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -1/+2 |
* | Refactor secrets modification logic (#26873) | KN4CK3R | 2023-09-05 | 1 | -34/+32 |
* | feat(API): add secret deletion functionality for repository (#26808) | Bo-Yi Wu | 2023-09-01 | 1 | -2/+6 |
* | feat(API): add route and implementation for creating/updating repository secr... | Bo-Yi Wu | 2023-08-29 | 1 | -16/+7 |
* | refactor(API): refactor secret creation and update functionality (#26751) | Bo-Yi Wu | 2023-08-28 | 1 | -52/+22 |
* | feat(API): update and delete secret for managing organization secrets (#26660) | Bo-Yi Wu | 2023-08-24 | 1 | -0/+91 |
* | feat: implement organization secret creation API (#26566) | Bo-Yi Wu | 2023-08-22 | 1 | -4/+47 |
* | Add API route to list org secrets (#26485) | Bo-Yi Wu | 2023-08-15 | 1 | -0/+72 |
* | Allow to archive labels (#26478) | puni9869 | 2023-08-14 | 1 | -0/+1 |
* | Allow Organisations to have a E-Mail (#25082) | JakobDev | 2023-07-25 | 1 | -1/+11 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -2/+2 |
* | Add API for changing Avatars (#25369) | JakobDev | 2023-06-29 | 1 | -0/+74 |
* | Fix `Permission` in API returned repository struct (#25388) | Jason Song | 2023-06-22 | 1 | -4/+4 |
* | Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694) | Yarden Shoham | 2023-05-13 | 1 | -1/+1 |
* | Fix admin team access mode value in team_unit table (#24012) | yp05327 | 2023-04-13 | 1 | -0/+19 |
* | Add activity feeds API (#23494) | Zettat123 | 2023-04-04 | 2 | -0/+120 |
* | Improve LoadUnitConfig to handle invalid or duplicate units (#23736) | Jason Song | 2023-04-03 | 1 | -1/+1 |