You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/user
Lunny Xiao e4c4629465
Move RepoTransfer from models to models/repo sub package (#32506)
`RepoTransfer` now is at models, but if we want to move it into `repo`
model, it will depend on `Team`. So this PR also makes repo model depend
on org model to make it possible. Just refactor, no code change.

- [x] Move `DeleteOrganization` from `models/organization` to service
layer
- [x] Move `AccessibleTeamReposEnv` to `models/repo`
- [x] Move `RepoTransfer` from `models` to `models/repo`
- [x] Merge `getUserTeamIDs` and `GetUserTeamIDs`, Merge `GetUserTeams`
and `getUserTeams`.
- [x] Remove `Team`'s `Repos []*repo_model.Repository` to avoid dependency recycle.
2 months ago
..
avatar.go Fix bug on avatar (#31008) 9 months ago
block.go Move RepoTransfer from models to models/repo sub package (#32506) 2 months ago
block_test.go Add user blocking (#29028) 12 months ago
delete.go Enable more `revive` linter rules (#30608) 10 months ago
email.go Skip email domain check when admins edit user emails (#29609) 12 months ago
email_test.go Skip email domain check when admins edit user emails (#29609) 12 months ago
update.go Unify password changing and invalidate auth tokens (#27625) 1 year ago
update_test.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 10 months ago
user.go Move team related functions to service layer (#32537) 3 months ago
user_test.go Move team related functions to service layer (#32537) 3 months ago