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/context
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
..
upload Include file extension checks in attachment API (#32151) 4 months ago
access_log.go
api.go
api_org.go
api_test.go
base.go Fix LFS route mock, realm, middleware names (#32488) 3 months ago
base_test.go
captcha.go
context.go Fix LFS route mock, realm, middleware names (#32488) 3 months ago
context_cookie.go
context_model.go
context_request.go
context_response.go
context_template.go
context_test.go
csrf.go
org.go Refactor markup render system (#32589) 3 months ago
package.go
pagination.go Add label/author/assignee filters to the user/org home issue list (#32779) 3 months ago
permission.go
private.go
repo.go Move RepoTransfer from models to models/repo sub package (#32506) 2 months ago
response.go
user.go
utils.go
xsrf.go
xsrf_test.go