aboutsummaryrefslogtreecommitdiffstats
path: root/models/user
Commit message (Expand)AuthorAgeFilesLines
* Only show Followers that current user can access (#20220) (#20253)zeripath2022-07-061-9/+50
* Respect DefaultUserIsRestricted system default when creating new user (#19310...Jimmy Praet2022-04-301-2/+35
* Restrict email address validation (#17688) (#19085)65432022-03-144-10/+95
* Refactor admin user filter query parameters (#18965) (#18975)Otto Richter (fnetX)2022-03-021-0/+3
* Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that c...65432022-03-021-6/+20
* Don't update email for organisation (#18905) (#18906)Gusted2022-02-261-1/+1
* Fix ldap user sync missed email in email_address table (#18786) (#18876)Lunny Xiao2022-02-241-5/+26
* Fix ldap loginname (#18789) (#18804)Lunny Xiao2022-02-221-0/+14
* Fix bug for get user by email (#18834)Lunny Xiao2022-02-211-12/+2
* Fix for AvatarURL database type (#18487) (#18529)zeripath2022-02-021-1/+1
* Improve the comment for 2FA filter in admin panel (#18017)Gusted2022-01-131-1/+3
* 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-023-10/+10
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-0/+6
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-141-32/+6
* fix 500 error while use a reserved name in org rename (#17878)a10121127962021-12-021-6/+0
* Move more model into models/user (#17826)Lunny Xiao2021-11-284-0/+644
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-252-9/+38
* Move user related model into models/user (#17781)Lunny Xiao2021-11-246-0/+1843
* Add user settings key/value DB table (#16834)techknowlogick2021-11-223-1/+168
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-14/+14
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-0/+8
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-175-0/+279
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-123-10/+12
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-115-0/+521