aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/user_test.go
Commit message (Expand)AuthorAgeFilesLines
* Check if email is used when updating user (#21289)Alexander Shimchik2022-09-291-0/+16
* Fix user visible check (#21210)KN4CK3R2022-09-201-0/+53
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-11/+11
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-281-0/+3
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-78/+108
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-6/+6
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+1
* Fix ldap loginname (#18789)Johan Van de Wauw2022-02-181-0/+14
* Refactor auth package (#17962)Lunny Xiao2022-01-021-2/+2
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-251-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-0/+355