aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/user.go
Commit message (Expand)AuthorAgeFilesLines
* Strict pagination check (#32548)Lunny Xiao2024-11-251-2/+2
* Fix GetInactiveUsers (#32540)Lunny Xiao2024-11-211-6/+12
* 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
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-091-5/+29
* 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-081-0/+30
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-05-311-0/+4
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-201-5/+2
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-251-9/+9
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+1
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-03-291-0/+18
* remove repetitive words (#29695)pengqiseven2024-03-111-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-051-2/+18
* Add user blocking (#29028)KN4CK3R2024-03-041-1/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-021-4/+4
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-12/+13
* Remove unused `KeyID`. (#29167)KN4CK3R2024-02-141-7/+7
* Drop "@" from email sender to avoid spam filters (#29109)Gwyneth Morgan2024-02-101-4/+4
* Unify user update methods (#28733)KN4CK3R2024-02-041-146/+8
* 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-031-0/+25
* Replace -1 with GhostUserID (#27703)Nanguan Lin2023-10-201-2/+2
* fix: comment typo (#27388)246012023-10-021-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-31/+31
* 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
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-2/+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-241-9/+16
* Rewrite logger system (#24726)wxiaoguang2023-05-211-10/+4
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-45/+0
* Add follow organization and fix the logic of following page (#24345)yp053272023-04-291-5/+7
* Fix comment for EmailNotificationsAndYourOwn constant (#24236)Infinoid2023-04-211-1/+1
* Add new user types `reserved`, `bot`, and `remote` (#24026)techknowlogick2023-04-171-1/+15
* Reserve ".png" suffix for user/org names (#23992)65432023-04-101-1/+2
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-2/+2
* Add missing tabs to org projects page (#22705)yp053272023-03-101-0/+5
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-71/+4
* Allow custom "created" timestamps in user creation API (#22549)Sybren2023-02-161-1/+14
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-10/+5
* Implement actions (#21937)Jason Song2023-01-311-26/+15
* Reliable selection of admin user (#22509)Sybren2023-01-181-1/+4
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-0/+9
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-8/+3