aboutsummaryrefslogtreecommitdiffstats
path: root/models/user
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-153-12/+11
* Strict pagination check (#32548)Lunny Xiao2024-11-252-3/+3
* Fix GetInactiveUsers (#32540)Lunny Xiao2024-11-212-6/+26
* Allow code search by filename (#32210)Bruno Sofiato2024-10-111-1/+4
* Improve the maintainblity of the reserved username list (#32229)wxiaoguang2024-10-101-27/+29
* Move admin routers from /admin to /-/admin (#32189)Lunny Xiao2024-10-101-1/+0
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-081-0/+4
* Add support for searching users by email (#30908)yp053272024-10-041-1/+13
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-093-9/+37
* Support delete user email in admin panel (#31690)yp053272024-07-251-0/+1
* allow synchronizing user status from OAuth2 login providers (#31572)Rowan Bohde2024-07-161-3/+38
* Allow disabling authentication related user features (#31535)Rowan Bohde2024-07-091-4/+6
* Use FullName in Emails to address the recipient if possible (#31527)65432024-07-082-0/+53
* Fix duplicate sub-path for avatars (#31365)wxiaoguang2024-06-152-2/+32
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-05-311-0/+4
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-202-8/+4
* Refactor AppURL usage (#30885)wxiaoguang2024-05-071-7/+3
* Replace deprecated `math/rand` functions (#30733)v1.23.0-devChongyi Zheng2024-04-271-1/+1
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-252-12/+13
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+1
* Refactor DeleteInactiveUsers, fix bug and add tests (#30206)wxiaoguang2024-04-011-8/+0
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-03-292-0/+53
* 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