summaryrefslogtreecommitdiffstats
path: root/models/user
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-021-0/+3
* Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that c...65432022-03-021-6/+20
* Don't update email for organisation (#18905)Gusted2022-02-261-1/+1
* Fix update user (#18878)Lunny Xiao2022-02-241-3/+4
* Fix ldap user sync missed email in email_address table (#18786)Lunny Xiao2022-02-241-5/+25
* Fix bug for get user by email (#18833)Lunny Xiao2022-02-211-12/+2
* Fix ldap loginname (#18789)Johan Van de Wauw2022-02-181-0/+14
* Added auto-save whitespace behavior if it changed manually (#15566)Viktor Suprun2022-02-081-1/+3
* Pass correct context (#18638)Gusted2022-02-061-1/+1
* preserve users if restoring a repository on the same Gitea instance (#18604)singuliere2022-02-061-0/+13
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-011-0/+11
* Fix for AvatarURL database type (#18487)Viktor Kuzmin2022-02-011-1/+1
* Use base32 for 2FA scratch token (#18384)wxiaoguang2022-01-261-1/+1
* Add config options to hide issue events (#17414)qwerty2872022-01-213-16/+66
* format with gofumpt (#18184)65432022-01-201-4/+2
* Improve the comment for 2FA filter in admin panel (#18017)Gusted2022-01-131-1/+3
* Fix update user bug (#18250)Lunny Xiao2022-01-121-1/+1
* Increase Salt randomness (#18179)Gusted2022-01-041-11/+42
* 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