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/routers/web/user
wxiaoguang cb700aedd1
Split "modules/context.go" to separate files (#24569)
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.
2 years ago
..
setting Split "modules/context.go" to separate files (#24569) 2 years ago
avatar.go Set `X-Gitea-Debug` header once (#23361) 2 years ago
code.go Add missing tabs to org projects page (#22705) 2 years ago
home.go Refactor "route" related code, fix Safari cookie bug (#24330) 2 years ago
home_test.go Add a simple test for external renderer (#20033) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notification.go Fix pagination on `/notifications/watching` (#23564) 2 years ago
package.go Add Debian package registry (#24426) 2 years ago
profile.go Add follow organization and fix the logic of following page (#24345) 2 years ago
search.go Add option to search for users is active join a team (#24093) 2 years ago
stop_watch.go Move `convert` package to services (#22264) 2 years ago
task.go Implement FSFE REUSE for golang files (#21840) 2 years ago