aboutsummaryrefslogtreecommitdiffstats
path: root/services/user/user.go
Commit message (Expand)AuthorAgeFilesLines
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+2
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-5/+7
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+6
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-0/+65
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-0/+106