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/templates/org/team
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.
1 month ago
..
invite.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 11 months ago
members.tmpl Fix all rounded borders, change affected tab menus to pills (#30707) 9 months ago
navbar.tmpl Fix all rounded borders, change affected tab menus to pills (#30707) 9 months ago
new.tmpl Refactor template ctx and render utils (#32422) 3 months ago
repositories.tmpl Move RepoTransfer from models to models/repo sub package (#32506) 1 month ago
sidebar.tmpl Refactor template ctx and render utils (#32422) 3 months ago
teams.tmpl Refactor Safe modifier (#29392) 11 months ago