gitea/routers/web/repo
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
..
activity.go
attachment.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
blame.go
branch.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
cherry_pick.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
commit.go
compare.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
download.go
editor.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
editor_test.go
http.go Fix the bug: deploy key with write access can not push (#19010) 2022-03-22 17:29:07 +08:00
http_test.go
issue.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
issue_content_history.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
issue_dependency.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
issue_label.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
issue_label_test.go
issue_lock.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
issue_stopwatch.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
issue_test.go
issue_timetrack.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
issue_watch.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
lfs.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
main_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
middlewares.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
migrate.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
milestone.go
patch.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
projects.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
projects_test.go
pull.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
pull_review.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
release.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
release_test.go
repo.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
search.go
setting.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
setting_protected_branch.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
settings_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
tag.go
topic.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
view.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
webhook.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
wiki.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
wiki_test.go