aboutsummaryrefslogtreecommitdiffstats
path: root/models/user
Commit message (Expand)AuthorAgeFilesLines
...
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-4/+5
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-164-17/+20
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-154-39/+41
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-146-100/+101
* Display all user types and org types on admin management UI (#27050)Lunny Xiao2023-09-141-1/+15
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-142-4/+4
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-111-1/+3
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Check blocklist for emails when adding them to account (#26812)techknowlogick2023-08-301-1/+12
* Fix API leaking Usermail if not logged in (#25097)JakobDev2023-07-311-1/+6
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-061-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-5/+5
* 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