aboutsummaryrefslogtreecommitdiffstats
path: root/models/user.go
Commit message (Expand)AuthorAgeFilesLines
* Fix delete user missed some comments (#21067)Lunny Xiao2022-09-051-3/+3
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+3
* Add badge capabilities to users (#20607)techknowlogick2022-08-181-0/+1
* Add option to purge users (#18064)zeripath2022-07-141-3/+3
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-9/+9
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-4/+4
* Delete user related oauth stuff on user deletion too (#19677)65432022-05-111-0/+5
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-3/+3
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-0/+3
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-3/+4
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-108/+2
* Cleanup protected branches when deleting users & teams (#19158)Norwin2022-03-221-0/+45
* Move deletebeans into models/db (#18781)Lunny Xiao2022-02-171-11/+1
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-104/+0
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-4/+4
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-4/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+9
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1356/+60
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-100/+18
* Add user settings key/value DB table (#16834)techknowlogick2021-11-221-0/+1
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-17/+21
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-17/+0
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-96/+14
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-8/+23
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-2/+2
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-171-5/+32
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-3/+4
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-25/+29
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-1/+1
* Added GetUserByIDCtx. (#17602)KN4CK3R2021-11-091-2/+7
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-6/+7
* Update `User` model comments about permissions (#17583)wxiaoguang2021-11-091-5/+12
* Use provided database Engine (#17595)Gusted2021-11-091-1/+1
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-121-9/+44
* Fix broken Activities link in team dashboard (#17255)Jimmy Praet2021-10-071-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-17/+18
* DBContext is just a Context (#17100)zeripath2021-09-231-43/+43
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-56/+61
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-5/+5
* Skip AllowedUserVisibilityModes validation on update user if it is an organis...65432021-09-081-2/+2
* Use a common quote to instead of check database type (#16817)Lunny Xiao2021-08-251-8/+1
* [API] generalize list header (#16551)65432021-08-121-3/+5
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-13/+6
* Refactor: Move login out of models (#16199)zeripath2021-07-241-334/+7
* Retry rename on lock induced failures (#16435)zeripath2021-07-151-2/+2
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-2/+2
* Reserve user/repo pattern for rss feature (#16323)65432021-07-011-1/+1