aboutsummaryrefslogtreecommitdiffstats
path: root/models/user
Commit message (Expand)AuthorAgeFilesLines
* 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