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
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
..
admin Remove all "floated" CSS styles (#32691) 2 months ago
api/packages/pypi Fix links in PyPI Simple Repository API page (#30594) 10 months ago
base Refactor language menu and dom utils (#32450) 3 months ago
custom
devtest Refactor RepoActionView.vue, add `::group::` support (#32713) 2 months ago
explore Refactor template ctx and render utils (#32422) 3 months ago
mail Remove unnecessary SanitizeHTML from code (#29575) 11 months ago
org Move RepoTransfer from models to models/repo sub package (#32506) 1 month ago
package Fix various trivial problems (#32861) 2 months ago
projects Add label/author/assignee filters to the user/org home issue list (#32779) 2 months ago
repo Fix various trivial problems (#32861) 2 months ago
shared Fix bug of branch/tag selector in the issue sidebar (#32744) 2 months ago
status Remove urls from translations (#31950) 5 months ago
swagger Implement update branch API (#32433) 2 months ago
user Fix various trivial problems (#32861) 2 months ago
webhook Fix incorrect tailwind migration (#30007) 11 months ago
home.tmpl Remove urls from translations (#31950) 5 months ago
install.tmpl Supplement and Improvement for #32558 (#32585) 2 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago