aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/user.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-281-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-5/+7
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-3/+3
* Improve valid user name check (#20136)wxiaoguang2022-11-041-1/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Check if email is used when updating user (#21289)Alexander Shimchik2022-09-291-6/+11
* Fix user visible check (#21210)KN4CK3R2022-09-201-2/+2
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-0/+10
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-281-3/+5
* Add order by for assignee no sort issue (#20053)Tyrone Yeh2022-07-141-0/+7
* Only show Followers that current user can access (#20220)zeripath2022-07-051-9/+50
* Display full name (#20171)Baekjun Kim2022-07-051-0/+3
* Use neutral language in comments and docs (#20135)Gusted2022-06-251-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-69/+31
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-7/+16
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-2/+35
* Update reserved usernames list (#18438)Gusted2022-03-311-6/+4
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-0/+56
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-5/+9
* Don't update email for organisation (#18905)Gusted2022-02-261-1/+1
* Fix update user (#18878)Lunny Xiao2022-02-241-3/+4
* Fix ldap user sync missed email in email_address table (#18786)Lunny Xiao2022-02-241-5/+25
* Fix bug for get user by email (#18833)Lunny Xiao2022-02-211-12/+2
* Pass correct context (#18638)Gusted2022-02-061-1/+1
* preserve users if restoring a repository on the same Gitea instance (#18604)singuliere2022-02-061-0/+13
* Use base32 for 2FA scratch token (#18384)wxiaoguang2022-01-261-1/+1
* Fix update user bug (#18250)Lunny Xiao2022-01-121-1/+1
* Increase Salt randomness (#18179)Gusted2022-01-041-11/+42