forgejo/routers/private
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
..
default_branch.go
hook_post_receive.go
hook_pre_receive.go Fix the bug: deploy key with write access can not push (#19010) 2022-03-22 17:29:07 +08:00
hook_proc_receive.go
hook_verification.go Change git.cmd to RunWithContext (#18693) 2022-02-11 13:47:22 +01:00
internal.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
internal_repo.go
key.go
mail.go Do not send notification emails to inactive users (#19131) 2022-03-19 20:45:44 +08:00
manager.go
manager_unix.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
manager_windows.go
restore_repo.go Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
serv.go Fix the bug: deploy key with write access can not push (#19010) 2022-03-22 17:29:07 +08:00
ssh_log.go