forgejo/routers/api/v1/repo
Lunny Xiao bc3d8bff73
Fix comment permissions (#28213) (#28216)
backport #28213

This PR will fix some missed checks for private repositories' data on
web routes and API routes.
2023-11-25 23:43:23 +00:00
..
action.go
avatar.go
blob.go
branch.go
collaborators.go More db.DefaultContext refactor (#27265) (#27347) 2023-09-29 13:35:01 +00:00
commits.go
file.go
fork.go
git_hook.go
git_ref.go
hook.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
hook_test.go
issue.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
issue_attachment.go
issue_comment.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
issue_comment_attachment.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
issue_dependency.go
issue_label.go Don't let API add 2 exclusive labels from same scope (#27433) (#27460) 2023-10-06 05:06:31 +08:00
issue_pin.go
issue_reaction.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
issue_stopwatch.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
issue_subscription.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
issue_tracked_time.go
key.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
label.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
language.go
main_test.go
migrate.go
milestone.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
mirror.go Add RemoteAddress to mirrors (#26952) 2023-09-16 16:03:02 +00:00
notes.go api: GetPullRequestCommits: return file list (#27483) (#27539) 2023-10-09 14:21:35 +02:00
patch.go
pull.go api: GetPullRequestCommits: return file list (#27483) (#27539) 2023-10-09 14:21:35 +02:00
pull_review.go More db.DefaultContext refactor (#27265) (#27347) 2023-09-29 13:35:01 +00:00
release.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
release_attachment.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
release_tags.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
repo.go Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
repo_test.go
star.go
status.go
subscriber.go
tag.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
teams.go
topic.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
transfer.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
tree.go
wiki.go