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
wxiaoguang def4956122
Improve Gitea's web context, decouple "issue template" code into service package (#24590)
1. Remove unused fields/methods in web context.
2. Make callers call target function directly instead of the light
wrapper like "IsUserRepoReaderSpecific"
3. The "issue template" code shouldn't be put in the "modules/context"
package, so move them to the service package.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2 years ago
..
admin Rewrite queue (#24505) 2 years ago
auth Split "modules/context.go" to separate files (#24569) 2 years ago
devtest
events
explore
feed
healthcheck
misc
org Fix close org projects (#24588) 2 years ago
repo Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2 years ago
shared
user Split "modules/context.go" to separate files (#24569) 2 years ago
auth.go
auth_windows.go
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Rewrite queue (#24505) 2 years ago
webfinger.go