summaryrefslogtreecommitdiffstats
path: root/routers/web/admin/users_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-4/+4
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-5/+5
* format with gofumpt (#18184)65432022-01-201-1/+0
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-15/+15
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-6/+5
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-5/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-10/+11
* Fix source typos (#16374)luzpaz2021-07-081-1/+1
* Make allowed Visiblity modes configurable for Users (#16271)65432021-06-271-4/+0
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-0/+81
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+123