aboutsummaryrefslogtreecommitdiffstats
path: root/models/user
Commit message (Expand)AuthorAgeFilesLines
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-192-9/+11
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-151-0/+7
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-124-9/+9
* Fix dashboard ignored system setting cache (#21621)Lunny Xiao2022-11-103-10/+34
* Improve valid user name check (#20136)wxiaoguang2022-11-041-1/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-245-12/+12
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-185-0/+61
* Add some api integration tests (#18872)KN4CK3R2022-10-181-1/+1
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-172-1/+36
* Make e-mail sanity check more precise (#20991)Andreas Fischer2022-10-112-20/+21
* Check if email is used when updating user (#21289)Alexander Shimchik2022-09-292-6/+27
* Fix user visible check (#21210)KN4CK3R2022-09-202-2/+55
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-252-0/+26
* Add badge capabilities to users (#20607)techknowlogick2022-08-181-0/+42
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-23/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-11/+11
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-282-3/+8
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-281-18/+24
* Simplify visibility checks (#20406)KN4CK3R2022-07-211-11/+4
* Add order by for assignee no sort issue (#20053)Tyrone Yeh2022-07-141-0/+7
* Only show Followers that current user can access (#20220)zeripath2022-07-051-9/+50
* Display full name (#20171)Baekjun Kim2022-07-051-0/+3
* Use neutral language in comments and docs (#20135)Gusted2022-06-252-3/+3
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19...Anthony Wang2022-06-191-0/+4
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-157-200/+229
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-207-117/+66
* Fix some slice problems (incorrect slice length) (#19592)Lunny Xiao2022-05-031-1/+1
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-7/+16
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-2/+35
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-9/+12
* Update reserved usernames list (#18438)Gusted2022-03-311-6/+4
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-0/+56
* Restrict email address validation (#17688)Lunny Xiao2022-03-144-7/+94
* 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