aboutsummaryrefslogtreecommitdiffstats
path: root/models/user.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make allowed Visiblity modes configurable for Users (#16271)65432021-06-271-22/+42
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-14/+91
* Remove User.GetOrganizations() (#14032)65432021-06-181-53/+0
* Always store primary email address into email_address table and also the stat...Lunny Xiao2021-06-081-12/+11
* Unregister non-matching serviceworkers (#15834)silverwind2021-05-121-1/+2
* Use single shared random string generation function (#15741)silverwind2021-05-101-2/+1
* Unified link creation. (#15619)KN4CK3R2021-04-301-1/+6
* add `/assets` as root dir of public files (#15219)a10121127962021-04-281-3/+3
* Fix `admin user list` (#15358)65432021-04-091-2/+2
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-3/+0
* [refactor] mailer service (#15072)65432021-04-021-5/+0
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-151-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-6/+5
* Add "captcha" to list of reserved usernames (#14929)fnetX (aka fralix)2021-03-081-0/+1
* Add Password Algorithm option to install page (#14701)zeripath2021-02-161-0/+10
* Fix gpg key deletion (#14561)Anton Khimich2021-02-041-0/+10
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-3/+20
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-14/+33
* Implement ghost comment mitigation (#14349)65432021-01-171-1/+11
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-121-0/+53
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-5/+17
* Add option to change username to the admin panel (#14229)65432021-01-101-7/+7
* migrate from com.* to alternatives (#14103)65432020-12-251-4/+3
* Accept multiple SSH keys in single LDAP SSHPublicKey attribute (#13989)zeripath2020-12-181-8/+22
* HotFix: Hide private partisipation in Orgs (#13994)65432020-12-171-0/+1