0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 14:25:00 +01:00
gitea/routers
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
..
api/v1 Fix the bug: deploy key with write access can not push (#19010) 2022-03-22 17:29:07 +08:00
common
install
private Fix the bug: deploy key with write access can not push (#19010) 2022-03-22 17:29:07 +08:00
utils
web Fix the bug: deploy key with write access can not push (#19010) 2022-03-22 17:29:07 +08:00
init.go