mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 00:04:25 +00:00
cb700aedd1
The "modules/context.go" is too large to maintain. This PR splits it to separate files, eg: context_request.go, context_response.go, context_serve.go This PR will help: 1. The future refactoring for Gitea's web context (eg: simplify the context) 2. Introduce proper "range request" support 3. Introduce context function This PR only moves code, doesn't change any logic. |
||
---|---|---|
.. | ||
admin_test.go | ||
admin.go | ||
applications.go | ||
auths.go | ||
config.go | ||
emails.go | ||
hooks.go | ||
main_test.go | ||
notice.go | ||
orgs.go | ||
packages.go | ||
repos.go | ||
runners.go | ||
users_test.go | ||
users.go |