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
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
..
api Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2 years ago
common Improve template system and panic recovery (#24461) 2 years ago
install Improve template system and panic recovery (#24461) 2 years ago
private Refactor web route (#24080) 2 years ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2 years ago
init.go Use globally shared HTMLRender (#24436) 2 years ago