| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable testifylint rules (#34075) | TheFox0x7 | 2025-03-31 | 1 | -1/+1 |
* | Refactor repository transfer (#33211) | Lunny Xiao | 2025-01-30 | 1 | -9/+4 |
* | Move some errors to their own sub packages (#32880) | Lunny Xiao | 2024-12-20 | 3 | -10/+7 |
* | Move RepoTransfer from models to models/repo sub package (#32506) | Lunny Xiao | 2024-12-18 | 1 | -2/+1 |
* | Move team related functions to service layer (#32537) | Lunny Xiao | 2024-11-27 | 2 | -2/+3 |
* | Add warn log when deleting inactive users (#32318) | Lunny Xiao | 2024-10-23 | 1 | -0/+1 |
* | Only rename a user when they should receive a different name (#32247) | Lunny Xiao | 2024-10-13 | 1 | -4/+4 |
* | Improve the maintainblity of the reserved username list (#32229) | wxiaoguang | 2024-10-10 | 1 | -5/+3 |
* | Save initial signup information for users to aid in spam prevention (#31852) | techknowlogick | 2024-09-09 | 1 | -2/+2 |
* | Fix bug on avatar (#31008) | Lunny Xiao | 2024-05-19 | 1 | -10/+20 |
* | Resolve lint for unused parameter and unnecessary type arguments (#30750) | Chongyi Zheng | 2024-04-29 | 1 | -1/+1 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 2 | -4/+3 |
* | Check the token's owner and repository when registering a runner (#30406) | Zettat123 | 2024-04-11 | 1 | -0/+1 |
* | Refactor DeleteInactiveUsers, fix bug and add tests (#30206) | wxiaoguang | 2024-04-01 | 2 | -25/+45 |
* | Skip email domain check when admins edit user emails (#29609) | Zettat123 | 2024-03-05 | 2 | -6/+21 |
* | Move some asymkey functions to service layer (#28894) | Lunny Xiao | 2024-03-04 | 1 | -3/+3 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 5 | -2/+379 |
* | Unify password changing and invalidate auth tokens (#27625) | KN4CK3R | 2024-02-04 | 2 | -1/+15 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 7 | -6/+630 |
* | Forbid removing the last admin user (#28337) | yp05327 | 2024-01-15 | 1 | -1/+6 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -1/+3 |
* | Refactor deletion (#28610) | delvh | 2023-12-25 | 1 | -1/+1 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 1 | -1/+1 |
* | Remove action runners on user deletion (#27902) | Earl Warren | 2023-11-05 | 1 | -0/+2 |
* | Delete repos of org when purge delete user (#27273) | JakobDev | 2023-10-19 | 1 | -22/+8 |
* | Remove unnecessary parameter (#27671) | Lunny Xiao | 2023-10-18 | 1 | -1/+1 |
* | Replace more db.DefaultContext (#27628) | Lunny Xiao | 2023-10-15 | 2 | -3/+3 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 2 | -5/+6 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -1/+1 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 2 | -3/+3 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -1/+1 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -2/+2 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -1/+2 |
* | add unit test for user renaming (#26261) | Earl Warren | 2023-08-03 | 1 | -0/+64 |
* | fix incorrect repo url when changed the case of ownername (#25733) | hiifong | 2023-07-14 | 1 | -1/+1 |
* | Refactor rename user and rename organization (#24052) | Lunny Xiao | 2023-05-21 | 3 | -93/+144 |
* | Improve avatar uploading / resizing / compressing, remove Fomantic card modul... | wxiaoguang | 2023-05-13 | 1 | -5/+2 |
* | add user rename endpoint to admin api (#22789) | techknowlogick | 2023-03-14 | 2 | -0/+57 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+1 |
* | Move delete user to service (#22478) | Lunny Xiao | 2023-02-13 | 2 | -1/+192 |
* | Unify hashing for avatar (#22289) | Gusted | 2023-01-02 | 1 | -6/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 2 | -4/+2 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -1/+1 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 1 | -2/+2 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -14/+14 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 1 | -3/+3 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 1 | -4/+4 |
* | Fix: Actor is required to get user repositories (#20443) | Dhruv Manilawala | 2022-07-21 | 2 | -0/+21 |
* | Add option to purge users (#18064) | zeripath | 2022-07-14 | 2 | -9/+107 |