1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-17 00:35:46 +00:00
gitea/routers/web/user/setting
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.
2023-05-08 17:36:54 +08:00
..
security Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
account_test.go Merge setting.InitXXX into one function with options (#24389) 2023-05-04 11:55:35 +08:00
account.go Split "modules/context.go" to separate files (#24569) 2023-05-08 17:36:54 +08:00
adopt.go Fix unclear IsRepositoryExist logic (#24374) 2023-04-28 14:14:26 -04:00
applications.go Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
keys.go Improve error report when user passes a private key (#22726) 2023-02-02 18:25:54 +00:00
main_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
oauth2_common.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
oauth2.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
packages.go Add Chef package registry (#22554) 2023-02-06 09:49:21 +08:00
profile.go Fix unclear "Owner" concept (#24233) 2023-04-20 19:33:30 +02:00
secrets.go Move secrets and runners settings to actions settings (#24200) 2023-04-27 20:08:47 -04:00
webhooks.go Add user webhooks (#21563) 2023-03-10 08:28:32 -06:00