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/modules/private
zeripath 93feb1a666
Fix the bug: deploy key with write access can not push (#19010) (#19182)
Backport #19010

Use DeployKeyID to replace the IsDeployKey, then CanWriteCode uses the DeployKeyID to check the write permission.

Fix #19009

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
3 years ago
..
hook.go Fix the bug: deploy key with write access can not push (#19010) (#19182) 3 years ago
internal.go Replace "unix" by "http+unix" for PROTOCOL (#17771) 3 years ago
key.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
mail.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
manager.go Add an abstract json layout to make it's easier to change json library (#16528) 4 years ago
restore_repo.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
serv.go Fix the bug: deploy key with write access can not push (#19010) (#19182) 3 years ago