forgejo/services/user
nachtjasmin 8ee4a7d658 chore: ensure consistent import aliasing for services and models (#10253)
To make sure that the code stays maintainable, I added the `importas` linter to ensure that the imports for models and services stay consistent.

I realised that this might be needed after finding some discrepancies between singular/plural naming, and, especially in the case of the `forgejo.org/services/context` package, multiple different aliases like `gitea_ctx`, `app_context` and `forgejo_context`. I decided for `app_context`, as that seems to be the most commonly used naming.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10253
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: nachtjasmin <nachtjasmin@posteo.de>
Co-committed-by: nachtjasmin <nachtjasmin@posteo.de>
2025-11-30 17:00:57 +01:00
..
TestDeleteUser feat: add foreign keys to stopwatch & tracked_time tables (#9373) 2025-10-01 00:31:38 +02:00
TestDeleteUserCleansUpBranchProtectionRules fix: replace bad pagination to cleanup branch protection rules on user delete (#9833) 2025-10-24 08:49:53 +02:00
TestPurgeUser Do not rewrite ssh keys files when deleting a user without one (#6097) 2024-12-05 21:32:09 +00:00
TestReplaceInactivePrimaryEmail chore: add delete old auth token unit test 2025-08-30 09:54:38 +02:00
avatar.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
avatar_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-03-28 22:22:21 +00:00
block.go feat: cancel all pull requests runs when blocking a user 2025-11-06 11:07:39 +01:00
block_test.go feat: cancel all pull requests runs when blocking a user 2025-11-06 11:07:39 +01:00
delete.go feat: add ActionUser model & fields to ActionRun 2025-11-06 11:07:38 +01:00
email.go feat: Add admin individual user email management endpoints (#9594) 2025-10-28 15:52:37 +01:00
email_test.go chore: ensure consistent import aliasing for services and models (#10253) 2025-11-30 17:00:57 +01:00
update.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
update_test.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
user.go feat: add option to allow non-local users to change usernames (#8714) 2025-08-06 20:25:13 +02:00
user_test.go fix: replace bad pagination to cleanup branch protection rules on user delete (#9833) 2025-10-24 08:49:53 +02:00