| Commit message (Expand) | Author | Age | Files | Lines |
* | Actions Runner rest api (#33873) | ChristopherHX | 30 hours | 1 | -0/+78 |
* | Enable addtional linters (#34085) | TheFox0x7 | 2025-04-01 | 2 | -9/+9 |
* | enable staticcheck QFxxxx rules (#34064) | TheFox0x7 | 2025-03-29 | 1 | -3/+4 |
* | Added Description Field for Secrets and Variables (#33526) | John Smith | 2025-03-17 | 1 | -10/+13 |
* | Refactor error system (#33626) | wxiaoguang | 2025-02-17 | 12 | -58/+56 |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 14 | -116/+116 |
* | Enhance routers for the Actions variable operations (#33547) | Jason Song | 2025-02-11 | 1 | -1/+5 |
* | Reject star-related requests if stars are disabled (#33208) | Henrique CorrĂȘa | 2025-02-04 | 1 | -0/+8 |
* | Clarify path param naming (#32969) | wxiaoguang | 2024-12-24 | 6 | -15/+16 |
* | Move GetFeeds to service layer (#32526) | Lunny Xiao | 2024-11-29 | 1 | -1/+2 |
* | refactor: remove redundant err declarations (#32381) | Oleksandr Redko | 2024-10-30 | 1 | -1/+0 |
* | Fix bug when a token is given public only (#32204) | Lunny Xiao | 2024-10-08 | 1 | -0/+6 |
* | Add support for searching users by email (#30908) | yp05327 | 2024-10-04 | 1 | -5/+6 |
* | Fix incorrect `/tokens` api (#32085) | KN4CK3R | 2024-09-20 | 1 | -0/+5 |
* | add skip secondary authorization option for public oauth2 clients (#31454) | Denys Konovalov | 2024-07-19 | 1 | -9/+11 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 7 | -21/+21 |
* | Fix bug on avatar (#31008) | Lunny Xiao | 2024-05-19 | 1 | -0/+2 |
* | Don't only list code-enabled repositories when using repository API (#30817) | Kemal Zebari | 2024-05-03 | 1 | -3/+1 |
* | Add setting to disable user features when user login type is not plain (#29615) | Jack Hay | 2024-03-29 | 2 | -4/+5 |
* | Add API for `Variables` (#29520) | sillyguodong | 2024-03-28 | 1 | -0/+250 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 4 | -20/+141 |
* | Allow options to disable user ssh keys configuration from the interface on ap... | Lunny Xiao | 2024-03-04 | 1 | -0/+11 |
* | Allow options to disable user gpg keys configuration from the interface on ap... | Lunny Xiao | 2024-03-02 | 1 | -0/+11 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 15 | -15/+15 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 2 | -56/+30 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -9/+18 |
* | Add get actions runner registration token for API routes, repo, org, user and... | Lunny Xiao | 2023-12-27 | 1 | -0/+26 |
* | Fix comment permissions (#28213) | Lunny Xiao | 2023-11-25 | 3 | -1/+10 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 2 | -20/+21 |
* | Enable system users search via the API (#28013) | Earl Warren | 2023-11-13 | 1 | -12/+26 |
* | Replace more db.DefaultContext (#27628) | Lunny Xiao | 2023-10-15 | 1 | -1/+1 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 2 | -7/+7 |
* | Fix permissions for Token DELETE endpoint to match GET and POST (#27610) | Evan Tobin | 2023-10-14 | 1 | -1/+1 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 2 | -9/+9 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 4 | -9/+9 |
* | Fix token endpoints ignore specified account (#27080) | CaiCandong | 2023-09-18 | 1 | -3/+9 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -3/+3 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 3 | -9/+9 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 2 | -4/+4 |
* | Add missing 404 response to Swagger (#27038) | JakobDev | 2023-09-13 | 6 | -0/+28 |
* | Refactor secrets modification logic (#26873) | KN4CK3R | 2023-09-05 | 1 | -26/+24 |
* | feat(API): add routes and functions for managing user's secrets (#26909) | Bo-Yi Wu | 2023-09-05 | 1 | -0/+105 |
* | Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076) | delvh | 2023-07-23 | 1 | -2/+1 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -2/+2 |
* | Add API for changing Avatars (#25369) | JakobDev | 2023-06-29 | 1 | -0/+63 |
* | Fix `Permission` in API returned repository struct (#25388) | Jason Song | 2023-06-22 | 3 | -11/+12 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 1 | -1/+1 |
* | Add activity feeds API (#23494) | Zettat123 | 2023-04-04 | 1 | -0/+57 |
* | Use context for `RepositoryList.LoadAttributes` (#23435) | yp05327 | 2023-03-13 | 1 | -1/+1 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 1 | -0/+154 |