mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-19 08:54:47 +01: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. |
||
---|---|---|
.. | ||
access_log.go | ||
api_org.go | ||
api_test.go | ||
api.go | ||
captcha.go | ||
context_cookie.go | ||
context_data.go | ||
context_form.go | ||
context_model.go | ||
context_request.go | ||
context_response.go | ||
context_serve.go | ||
context_test.go | ||
context.go | ||
csrf.go | ||
org.go | ||
package.go | ||
pagination.go | ||
permission.go | ||
private.go | ||
repo.go | ||
response.go | ||
utils.go | ||
xsrf_test.go | ||
xsrf.go |