aboutsummaryrefslogtreecommitdiff
path: root/models/user
AgeCommit message (Expand)Author
2023-03-12Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-03-10Add missing tabs to org projects page (#22705)yp05327
2023-03-04Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-24Avoid warning for system setting when start up (#23054)Lunny Xiao
2023-02-20Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-19Provide the ability to set password hash algorithm parameters (#22942)zeripath
2023-02-16Allow custom "created" timestamps in user creation API (#22549)Sybren
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-02-14Add command to bulk set must-change-password (#22823)zeripath
2023-02-10Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-31Implement actions (#21937)Jason Song
2023-01-30Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-21Fix bug on user setting (#22539)Lunny Xiao
2023-01-18Reliable selection of admin user (#22509)Sybren
2023-01-12Replace personIRIToUser with GetUserByIRI, do a WebFinger request to get corr...Anthony Wang
2023-01-10Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-02Fix get system setting bug when enabled redis cache (#22295)Lunny Xiao
2022-12-31Use ErrInvalidArgument in packages (#22268)KN4CK3R
2022-12-27Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou
2022-12-22Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-28Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-27Implement commenting and fix lint errorsAnthony Wang
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-15Adjust gitea doctor --run storages to check all storage types (#21785)zeripath
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-11-10Fix dashboard ignored system setting cache (#21621)Lunny Xiao
2022-11-08Merge remote-tracking branch 'upstream/main'Anthony Wang
2022-11-04Improve valid user name check (#20136)wxiaoguang
2022-10-27Merge remote-tracking branch 'upstream/main'Anthony Wang
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-18Merge remote-tracking branch 'upstream/main'Anthony Wang
2022-10-18Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath
2022-10-18Add some api integration tests (#18872)KN4CK3R
2022-10-17Add system setting table with cache and also add cache supports for user sett...Lunny Xiao
2022-10-11Make e-mail sanity check more precise (#20991)Andreas Fischer
2022-09-29Check if email is used when updating user (#21289)Alexander Shimchik
2022-09-22Merge remote-tracking branch 'upstream/main'Anthony Wang
2022-09-20Fix user visible check (#21210)KN4CK3R
2022-09-05Merge remote-tracking branch 'upstream/main'Anthony Wang
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-08-19Merge remote-tracking branch 'upstream/main'Anthony Wang
2022-08-18Add badge capabilities to users (#20607)techknowlogick
2022-08-16Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-08-15Download avatar from URL and set it with user_service.UploadAvatarAnthony Wang
2022-07-28Added email notification option to receive all own messages (#20179)Tyrone Yeh
2022-07-28Add Docker /v2/_catalog endpoint (#20469)KN4CK3R
2022-07-21Simplify visibility checks (#20406)KN4CK3R