aboutsummaryrefslogtreecommitdiffstats
path: root/models/user
Commit message (Expand)AuthorAgeFilesLines
* Refactor DeleteInactiveUsers, fix bug and add tests (#30206) (#30222)Giteabot2024-04-011-8/+0
* Fix user id column case (#29863)Nanguan Lin2024-03-171-2/+2
* remove repetitive words (#29695)pengqiseven2024-03-111-1/+1
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-111-8/+8
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-051-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-052-30/+65
* Add user blocking (#29028)KN4CK3R2024-03-044-12/+144
* remove util.OptionalBool and related functions (#29513)65432024-03-021-4/+4
* Add admin API route for managing user's badges (#23106)techknowlogick2024-03-011-1/+84
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-294-41/+36
* Allow to change primary email before account activation (#29412)wxiaoguang2024-02-272-35/+38
* Only use supported sort order for "explore/users" page (#29430)wxiaoguang2024-02-271-0/+3
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-3/+3
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-12/+13
* Remove unused `KeyID`. (#29167)KN4CK3R2024-02-143-14/+11
* Drop "@" from email sender to avoid spam filters (#29109)Gwyneth Morgan2024-02-101-4/+4
* Unify user update methods (#28733)KN4CK3R2024-02-045-396/+59
* Include username in email headers (#28981)Gwyneth Morgan2024-02-031-0/+11
* Forbid removing the last admin user (#28337)yp053272024-01-151-4/+25
* Fix when private user following user, private user will not be counted in his...yp053272024-01-151-0/+2
* Normalize oauth email username (#28561)Kyle D2024-01-032-0/+53
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-072-14/+18
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-27/+9
* Replace -1 with GhostUserID (#27703)Nanguan Lin2023-10-203-9/+14
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-16/+16
* Refactor system setting (#27000)wxiaoguang2023-10-051-4/+1
* fix: comment typo (#27388)246012023-10-021-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-4/+5
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-164-17/+20
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-154-39/+41
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-146-100/+101
* Display all user types and org types on admin management UI (#27050)Lunny Xiao2023-09-141-1/+15
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-142-4/+4
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-111-1/+3
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Check blocklist for emails when adding them to account (#26812)techknowlogick2023-08-301-1/+12
* Fix API leaking Usermail if not logged in (#25097)JakobDev2023-07-311-1/+6
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-061-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-5/+5
* Fix bug when change user name (#25637)Lunny Xiao2023-07-031-0/+4
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-2/+2
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-211-0/+2
* Show `bot` label next to username when rendering autor link if the user is a ...Yarden Shoham2023-05-261-0/+5
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-241-0/+29
* Only validate changed columns when update user (#24867)Lunny Xiao2023-05-242-9/+34
* Rewrite logger system (#24726)wxiaoguang2023-05-211-10/+4
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-212-52/+31
* Add Debian package registry (#24426)KN4CK3R2023-05-021-0/+5
* Add follow organization and fix the logic of following page (#24345)yp053272023-04-291-5/+7