summaryrefslogtreecommitdiffstats
path: root/models/user/user.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: never set Poster or Assignee to nilEarl Warren2024-07-291-0/+14
* [SECURITY] Notify users about account security changesGusted2024-07-231-5/+10
* Reserve devtest usernameIkuyo2024-07-231-0/+1
* [PORT] Use FullName in Emails to address the recipient if possible (gitea#315...Gusted2024-07-171-0/+28
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-06-021-0/+4
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-261-5/+2
* rename fkt nameMichael Jerger2024-05-171-2/+2
* initialMichael Jerger2024-05-161-0/+20
* Enable more `revive` linter rules (#30608)silverwind2024-04-281-2/+1
* Implement remote user login source and promotion to regular userEarl Warren2024-04-251-2/+7
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-04-071-0/+18
* add pronoun field to user profileshazycora2024-04-031-0/+1
* Allow users to hide all "Add more units..." hintsGergely Nagy2024-03-211-0/+1
* remove repetitive words (#29695)pengqiseven2024-03-201-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-111-2/+18
* remove util.OptionalBool and related functions (#29513)65432024-03-061-4/+4
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-261-12/+13
* Remove unused `KeyID`. (#29167)KN4CK3R2024-02-161-7/+7
* [gitea] Drop "@" from email sender to avoid spam filters (#29109)Gwyneth Morgan2024-02-111-4/+4
* Merge branch 'rebase-forgejo-dependency' into wip-forgejoEarl Warren2024-02-051-0/+6
|\
| * [GITEA] notifies admins on new user registrationAravinth Manivannan2024-02-051-0/+6
* | [BRANDING] reserve forgejo-actions usernameLoïc Dachary2024-02-051-0/+1
|/
* [SECURITY] Rework long-term authenticationGusted2024-02-051-0/+5
* 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-041-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-251-0/+29
* Only validate changed columns when update user (#24867)Lunny Xiao2023-05-241-9/+16
* Rewrite logger system (#24726)wxiaoguang2023-05-221-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