summaryrefslogtreecommitdiffstats
path: root/models/user/user_test.go
Commit message (Expand)AuthorAgeFilesLines
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-251-3/+4
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-03-291-0/+35
* Add user blocking (#29028)KN4CK3R2024-03-041-6/+11
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-9/+9
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-3/+3
* Unify user update methods (#28733)KN4CK3R2024-02-041-59/+8
* Normalize oauth email username (#28561)Kyle D2024-01-031-0/+28
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-3/+3
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-12/+12
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-141-3/+3
* Only validate changed columns when update user (#24867)Lunny Xiao2023-05-241-0/+18
* Use more specific test methods (#24265)KN4CK3R2023-04-221-3/+3
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-3/+5
* Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#2...65432023-04-071-2/+2
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+2
* Allow custom "created" timestamps in user creation API (#22549)Sybren2023-02-161-0/+55
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-4/+4
* Add some api integration tests (#18872)KN4CK3R2022-10-181-1/+1
* 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