| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable addtional linters (#34085) | TheFox0x7 | 12 days | 1 | -1/+1 |
* | enable staticcheck QFxxxx rules (#34064) | TheFox0x7 | 2025-03-29 | 1 | -2/+3 |
* | Refactor error system (#33626) | wxiaoguang | 2025-02-17 | 5 | -19/+19 |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 7 | -55/+55 |
* | Inclusion of rename organization api (#33303) | Bruno Sofiato | 2025-02-01 | 1 | -14/+4 |
* | Let API create and edit system webhooks, attempt 2 (#33180) | Michael B. | 2025-01-13 | 1 | -1/+20 |
* | Clarify path param naming (#32969) | wxiaoguang | 2024-12-24 | 5 | -11/+11 |
* | Move some errors to their own sub packages (#32880) | Lunny Xiao | 2024-12-20 | 1 | -6/+8 |
* | Move admin routers from /admin to /-/admin (#32189) | Lunny Xiao | 2024-10-10 | 1 | -2/+2 |
* | Save initial signup information for users to aid in spam prevention (#31852) | techknowlogick | 2024-09-09 | 1 | -1/+1 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 5 | -11/+11 |
* | Resolve lint for unused parameter and unnecessary type arguments (#30750) | Chongyi Zheng | 2024-04-29 | 1 | -3/+3 |
* | Fix empty field `login_name` in API response JSON when creating user (#30511) | yp05327 | 2024-04-16 | 1 | -3/+3 |
* | Add a warning for disallowed email domains (#29658) | Zettat123 | 2024-03-11 | 1 | -0/+9 |
* | Skip email domain check when admins edit user emails (#29609) | Zettat123 | 2024-03-05 | 1 | -1/+1 |
* | Skip email domain check when admin users adds user manually (#29522) | Zettat123 | 2024-03-05 | 1 | -1/+1 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 1 | -1/+2 |
* | Add admin API route for managing user's badges (#23106) | techknowlogick | 2024-03-01 | 1 | -0/+124 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 8 | -8/+8 |
* | Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) | 6543 | 2024-02-23 | 1 | -6/+2 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 1 | -101/+47 |
* | Forbid removing the last admin user (#28337) | yp05327 | 2024-01-15 | 1 | -1/+8 |
* | Add get actions runner registration token for API routes, repo, org, user and... | Lunny Xiao | 2023-12-27 | 1 | -0/+26 |
* | chore(api): support ignore password if login source type is LDAP for creating... | Bo-Yi Wu | 2023-12-19 | 1 | -11/+21 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 1 | -1/+1 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -1/+1 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 1 | -1/+1 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 3 | -4/+4 |
* | Move createrepository from module to service layer (#26927) | Lunny Xiao | 2023-09-06 | 1 | -2/+1 |
* | fix Missing 404 swagger response docs for /admin/users/{username} (#26086) | caicandong | 2023-07-24 | 1 | -0/+2 |
* | Refactor rename user and rename organization (#24052) | Lunny Xiao | 2023-05-21 | 1 | -7/+7 |
* | Return `404` in the API if the requested webhooks were not found (#24823) | Yevhen Pavlov | 2023-05-21 | 1 | -2/+7 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 1 | -2/+0 |
* | Fix unclear `IsRepositoryExist` logic (#24374) | wxiaoguang | 2023-04-28 | 1 | -2/+2 |
* | Fix typo in API route (#24310) | silverwind | 2023-04-24 | 1 | -1/+1 |
* | Add login name and source id for admin user searching API (#23376) | Lunny Xiao | 2023-03-15 | 1 | -5/+16 |
* | add admin API email endpoints (#22792) | techknowlogick | 2023-03-14 | 1 | -0/+87 |
* | add user rename endpoint to admin api (#22789) | techknowlogick | 2023-03-14 | 1 | -0/+58 |
* | Handle missing `README` in create repos API (#23387) | Zettat123 | 2023-03-13 | 1 | -0/+2 |
* | Purge API comment (#23451) | John Olheiser | 2023-03-13 | 1 | -0/+4 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 1 | -4/+1 |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 1 | -3/+3 |
* | Provide the ability to set password hash algorithm parameters (#22942) | zeripath | 2023-02-19 | 1 | -1/+1 |
* | Allow custom "created" timestamps in user creation API (#22549) | Sybren | 2023-02-16 | 1 | -0/+9 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 2 | -5/+5 |
* | Support system hook API (#14537) | Lunny Xiao | 2023-01-28 | 1 | -0/+174 |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 2 | -2/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 5 | -10/+5 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -2/+2 |
* | Add option to purge users (#18064) | zeripath | 2022-07-14 | 1 | -1/+1 |