aboutsummaryrefslogtreecommitdiffstats
path: root/models/user
Commit message (Expand)AuthorAgeFilesLines
* Fix bug when change user name (#25637)Lunny Xiao2023-07-031-0/+4
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-2/+2
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-211-0/+2
* Show `bot` label next to username when rendering autor link if the user is a ...Yarden Shoham2023-05-261-0/+5
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-241-0/+29
* Only validate changed columns when update user (#24867)Lunny Xiao2023-05-242-9/+34
* Rewrite logger system (#24726)wxiaoguang2023-05-211-10/+4
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-212-52/+31
* Add Debian package registry (#24426)KN4CK3R2023-05-021-0/+5
* Add follow organization and fix the logic of following page (#24345)yp053272023-04-291-5/+7
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-281-5/+0
* Add Debian package registry (#22854)KN4CK3R2023-04-281-0/+5
* Use more specific test methods (#24265)KN4CK3R2023-04-221-3/+3
* Fix comment for EmailNotificationsAndYourOwn constant (#24236)Infinoid2023-04-211-1/+1
* Remove most path-based golangci exclusions (#24214)silverwind2023-04-191-1/+1
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-3/+5
* Add new user types `reserved`, `bot`, and `remote` (#24026)techknowlogick2023-04-171-1/+15
* Reserve ".png" suffix for user/org names (#23992)65432023-04-101-1/+2
* Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#2...65432023-04-071-2/+2
* Add login name and source id for admin user searching API (#23376)Lunny Xiao2023-03-151-0/+9
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-2/+2
* Add missing tabs to org projects page (#22705)yp053272023-03-101-0/+5
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-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