summaryrefslogtreecommitdiffstats
path: root/services/user (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not rewrite ssh keys files when deleting a user without one (#6097)Andreas Shimokawa2024-12-053-10/+81
* fix: extend `forgejo_auth_token` tableGusted2024-11-151-0/+1
* Add warn log when deleting inactive users (#32318)Lunny Xiao2024-10-271-0/+1
* Merge pull request 'fix: use ValidateEmail as binding across web forms' (#515...Gusted2024-10-211-3/+4
|\
| * fix: use ValidateEmail as binding across web formsSolomon Victorino2024-08-291-3/+4
* | Only rename a user when they should receive a different name (#32247)Lunny Xiao2024-10-131-4/+4
* | Improve the maintainblity of the reserved username list (#32229)Earl Warren2024-10-131-5/+3
|/
* Add testifylint to lint checks (#4535)TheFox0x72024-07-305-85/+89
* [SECURITY] Notify users about account security changesGusted2024-07-233-2/+64
* test(avatar): deleting a user avatar is idempotentEarl Warren2024-06-051-13/+46
* test(avatar): deleting a user avatar and file is atomicEarl Warren2024-06-051-0/+47
* ui for adding following reposMichael Jerger2024-05-241-0/+8
* Fix bug on avatar (#31008)Lunny Xiao2024-05-191-10/+20
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-05-051-1/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-282-4/+3
* Check the token's owner and repository when registering a runner (#30406)Zettat1232024-04-161-0/+1
* add pronoun field to user profileshazycora2024-04-031-0/+6
* [BUG] Don't delete inactive emails explicitlyGusted2024-03-292-1/+33
* Allow users to hide all "Add more units..." hintsGergely Nagy2024-03-211-0/+6
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-112-6/+21
* Remove unused `KeyID`. (#29167)KN4CK3R2024-02-161-3/+1
* Merge branch 'rebase-forgejo-dependency' into wip-forgejoEarl Warren2024-02-052-0/+49
|\
| * [GITEA] Allow changing the email address before activation (squash)Earl Warren2024-02-052-0/+49
* | [MODERATION] User blockingGusted2024-02-053-0/+188
* | [MODERATION] Purge issues on user deletionGusted2024-02-051-0/+26
|/
* Revert "Unify password changing and invalidate auth tokens (#27625)"Earl Warren2024-02-052-15/+1
* Unify password changing and invalidate auth tokens (#27625)KN4CK3R2024-02-042-1/+15
* Unify user update methods (#28733)KN4CK3R2024-02-047-6/+630
* Forbid removing the last admin user (#28337)yp053272024-01-151-1/+6
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-1/+3
* Refactor deletion (#28610)delvh2023-12-251-1/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-1/+1
* Remove action runners on user deletion (#27902)Earl Warren2023-11-051-0/+2
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-191-22/+8
* Remove unnecessary parameter (#27671)Lunny Xiao2023-10-181-1/+1
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-152-3/+3
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-5/+6
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-3/+3
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-1/+2
* add unit test for user renaming (#26261)Earl Warren2023-08-031-0/+64
* fix incorrect repo url when changed the case of ownername (#25733)hiifong2023-07-141-1/+1
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-213-93/+144
* Improve avatar uploading / resizing / compressing, remove Fomantic card modul...wxiaoguang2023-05-131-5/+2
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-142-0/+57
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Move delete user to service (#22478)Lunny Xiao2023-02-132-1/+192