summaryrefslogtreecommitdiffstats
path: root/models/user
Commit message (Expand)AuthorAgeFilesLines
* Add missing tabs to org projects page (#22705) (#23412)Giteabot2023-03-101-0/+5
* Avoid warning for system setting when start up (#23054) (#23116)Yarden Shoham2023-02-241-1/+1
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-192-72/+6
* Allow custom "created" timestamps in user creation API (#22549)Sybren2023-02-162-1/+69
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-152-16/+11
* Add command to bulk set must-change-password (#22823)zeripath2023-02-141-0/+49
* Implement actions (#21937)Jason Song2023-01-312-26/+79
* Fix bug on user setting (#22539)Lunny Xiao2023-01-211-4/+10
* Reliable selection of admin user (#22509)Sybren2023-01-181-1/+4
* Fix get system setting bug when enabled redis cache (#22295)Lunny Xiao2023-01-022-8/+6
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-312-4/+2
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-0/+9
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-034-11/+6
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-281-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2721-42/+21
* 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