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.
3 months ago
..
upload Include file extension checks in attachment API (#32151) 4 months ago
access_log.go Move context from modules to services (#29440) 1 year ago
api.go Refactor RepoRefByType (#32413) 4 months ago
api_org.go Move context from modules to services (#29440) 1 year ago
api_test.go Move context from modules to services (#29440) 1 year ago
base.go Fix LFS route mock, realm, middleware names (#32488) 4 months ago
base_test.go Use strict protocol check when redirect (#29642) 1 year ago
captcha.go Refactor cache and disable go-chi cache (#30417) 11 months ago
context.go Fix LFS route mock, realm, middleware names (#32488) 4 months ago
context_cookie.go Move context from modules to services (#29440) 1 year ago
context_model.go Move context from modules to services (#29440) 1 year ago
context_request.go Move context from modules to services (#29440) 1 year ago
context_response.go Refactor AppURL usage (#30885) 10 months ago
context_template.go Move context from modules to services (#29440) 1 year ago
context_test.go Refactor external URL detection (#29973) 12 months ago
csrf.go Refactor CSRF token (#32216) 5 months ago
org.go Refactor markup render system (#32589) 4 months ago
package.go Refactor names (#31405) 9 months ago
pagination.go Add label/author/assignee filters to the user/org home issue list (#32779) 3 months ago
permission.go Allow maintainers to view and edit files of private repos when "Allow maintainers to edit" is enabled (#32215) 5 months ago
private.go Move context from modules to services (#29440) 1 year ago
repo.go Move RepoTransfer from models to models/repo sub package (#32506) 3 months ago
response.go Move context from modules to services (#29440) 1 year ago
user.go Refactor names (#31405) 9 months ago
utils.go Move context from modules to services (#29440) 1 year ago
xsrf.go Move context from modules to services (#29440) 1 year ago
xsrf_test.go Move context from modules to services (#29440) 1 year ago