0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 08:28:40 +01:00
gitea/routers/web
wxiaoguang 2b55422cd7
Fix the bug: deploy key with write access can not push (#19010)
Use DeployKeyID to replace the IsDeployKey, then CanWriteCode uses the DeployKeyID to check the write permission.
2022-03-22 17:29:07 +08:00
..
admin Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
auth Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
dev
events Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
explore Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
feed Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
org Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
repo Fix the bug: deploy key with write access can not push (#19010) 2022-03-22 17:29:07 +08:00
user Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
base.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
goget.go
home.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
metrics.go
nodeinfo.go
swagger_json.go
web.go Use custom favicon when viewing static files if it exists (#19130) 2022-03-19 19:53:31 +00:00