summaryrefslogtreecommitdiffstats
path: root/models/user_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-57/+0
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-22/+0
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-69/+0
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-376/+35
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-5/+9
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-6/+4
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-80/+0
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-171-0/+48
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-23/+23
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-16/+17
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-1/+49
* Allow U2F 2FA without TOTP (#11573)Kamil Domański2021-11-081-2/+2
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-121-0/+12
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-11/+20
* DBContext is just a Context (#17100)zeripath2021-09-231-4/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-29/+30
* Refactor: Move login out of models (#16199)zeripath2021-07-241-2/+2
* Make allowed Visiblity modes configurable for Users (#16271)65432021-06-271-0/+22
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-3/+3
* Fix individual tests (addition to #15802) (#15818)KN4CK3R2021-05-121-0/+4
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-6/+4
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-121-2/+2
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-14/+7
* Accept multiple SSH keys in single LDAP SSHPublicKey attribute (#13989)zeripath2020-12-181-0/+68
* Add email validity check (#13475)Chris Shyi2020-11-141-0/+15
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-17/+0
* Fix "only mail on mention" bug (#12775)赵智超2020-09-091-0/+17
* Use argon as default password hash algorithm (#12688)zeripath2020-09-031-1/+1
* Ensure DeleteUser is not allowed to Delete Orgs and visa versa (#10134)65432020-02-041-0/+3
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-10/+10
* Restricted users (#6274)Manush Dodunekov2020-01-131-2/+2
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-2/+2
* Template Repositories (#8768)John Olheiser2019-11-111-1/+1
* Fix API Bug (fail on empty assignees) (#8873)65432019-11-101-0/+13
* Revert "Fix issues/pr list broken when there are many repositories (#8409)" (...Lunny Xiao2019-10-081-0/+22
* Fix issues/pr list broken when there are many repositories (#8409)Lunny Xiao2019-10-081-22/+0
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-1/+4
* Add Ability for User to Customize Email Notification Frequency (#7813)Gary Kim2019-08-291-0/+33
* org/members: display 2FA members states + optimize sql requests (#7621)Antoine GIRARD2019-08-021-3/+56
* Add additional password hash algorithms (closes #5859) (#6023)EpicCoder2019-07-071-15/+23
* Fix default for allowing new organization creation for new users (#7017)jpicht2019-05-241-0/+2
* add isAdmin to user model (#6231)Lanre Adelowo2019-03-031-0/+17
* Don't discard the value of DISABLE_REGULAR_ORG_CREATION (#5886)Lanre Adelowo2019-01-301-0/+44
* Ensure valid git author names passed in signatures (#5774)zeripath2019-01-241-0/+32
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-1/+1
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-2/+2
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-0/+22
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-121-6/+3
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-081-0/+39
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-3/+6