aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/user.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor auth package (#17962)Lunny Xiao2022-01-021-5/+5
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-0/+6
* fix 500 error while use a reserved name in org rename (#17878)a10121127962021-12-021-6/+0
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-251-6/+35
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-0/+1125