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/routers/web/repo/setting
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 Move context from modules to services (#29440) 1 year ago
collaboration.go Move RepoTransfer from models to models/repo sub package (#32506) 2 months ago
default_branch.go Move context from modules to services (#29440) 1 year ago
deploy_key.go Move context from modules to services (#29440) 1 year ago
git_hooks.go Refactor names (#31405) 8 months ago
lfs.go Show lock owner instead of repo owner on LFS setting page (#31788) 7 months ago
main_test.go make writing main test easier (#27270) 1 year ago
protected_branch.go Add priority to protected branch (#32286) 3 months ago
protected_tag.go Refactor names (#31405) 8 months ago
runners.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
secrets.go Allow disabling authentication related user features (#31535) 8 months ago
setting.go Move RepoTransfer from models to models/repo sub package (#32506) 2 months ago
settings_test.go Move context from modules to services (#29440) 1 year ago
variables.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
webhook.go Move admin routers from /admin to /-/admin (#32189) 5 months ago