aboutsummaryrefslogtreecommitdiffstats
path: root/models/user
Commit message (Expand)AuthorAgeFilesLines
* Add file tree to file view page (#32721)Kerwin Bryant2025-03-151-0/+3
* Small refactor to reduce unnecessary database queries and remove duplicated f...Lunny Xiao2025-03-041-0/+4
* Refactor error system (#33771)wxiaoguang2025-03-031-1/+1
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-202-6/+4
* Fix bug when get commit (#33602)Lunny Xiao2025-02-151-7/+11
* Improve commits list performance to reduce unnecessary database queries (#33528)Lunny Xiao2025-02-141-11/+68
* Add a option "--user-type bot" to admin user create, improve role display (#2...mscherer2025-02-072-8/+10
* Support choose email when creating a commit via web UI (#33432)wxiaoguang2025-01-302-1/+11
* Refactor user & avatar (#33433)wxiaoguang2025-01-306-41/+123
* Refactor user package (#33423)wxiaoguang2025-01-294-49/+51
* Refactor context flash msg and global variables (#33375)wxiaoguang2025-01-252-4/+19
* Some small refactors (#33144)Lunny Xiao2025-01-101-0/+47
* Refactor older tests to use testify (#33140)TheFox0x72025-01-091-15/+9
* Refactor pagination (#33037)wxiaoguang2024-12-301-2/+0
* Support for email addresses containing uppercase characters when activating u...Zettat1232024-12-272-19/+35
* Refactor "string truncate" (#32984)wxiaoguang2024-12-261-5/+5
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-0/+15
* 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