gitea/models/asymkey
wxiaoguang 2b55422cd7
Fix the bug: deploy key with write access can not push ()
Use DeployKeyID to replace the IsDeployKey, then CanWriteCode uses the DeployKeyID to check the write permission.
..
error.go Add support for ssh commit signing ()
gpg_key.go Move keys to models/asymkey ()
gpg_key_add.go Move keys to models/asymkey ()
gpg_key_commit_verification.go Collaborator trust model should trust collaborators ()
gpg_key_common.go Move keys to models/asymkey ()
gpg_key_import.go Move keys to models/asymkey ()
gpg_key_test.go Move keys to models/asymkey ()
gpg_key_verify.go Move keys to models/asymkey ()
main_test.go Move keys to models/asymkey ()
ssh_key.go Refactor auth package ()
ssh_key_authorized_keys.go Move keys to models/asymkey ()
ssh_key_authorized_principals.go Move keys to models/asymkey ()
ssh_key_commit_verification.go Add support for ssh commit signing ()
ssh_key_deploy.go Fix the bug: deploy key with write access can not push ()
ssh_key_fingerprint.go Move keys to models/asymkey ()
ssh_key_parse.go Fix various typos ()
ssh_key_principals.go Refactor auth package ()
ssh_key_test.go Remove `ioutil` ()
ssh_key_verify.go Migration 204 use Sync2 ()