0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-02 18:17:38 +01:00
gitea/routers/api/v1
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>
2023-05-09 01:30:14 +02:00
..
activitypub
admin
misc
notify
org
packages Add RPM registry (#23380) 2023-05-05 20:33:37 +00:00
repo Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2023-05-09 01:30:14 +02:00
settings
swagger
user
utils
api.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2023-05-09 01:30:14 +02:00
auth_windows.go
auth.go