forgejo/routers/api/v1/repo
Lunny Xiao 882e502327
Fix comment permissions (#28213)
This PR will fix some missed checks for private repositories' data on
web routes and API routes.
2023-11-25 17:21:21 +00:00
..
action.go
avatar.go
blob.go
branch.go
collaborators.go
commits.go
file.go
fork.go
git_hook.go
git_ref.go
hook.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
hook_test.go
issue.go Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
issue_attachment.go
issue_comment.go Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
issue_comment_attachment.go Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
issue_dependency.go
issue_label.go
issue_pin.go
issue_reaction.go Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
key.go Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
label.go
language.go
main_test.go
migrate.go Remove unnecessary parameter (#27671) 2023-10-18 15:03:10 +00:00
milestone.go
mirror.go
notes.go
patch.go
pull.go Upgrade to golangci-lint@v1.55.0 (#27756) 2023-10-24 02:54:59 +00:00
pull_review.go
release.go Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
release_attachment.go Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
release_tags.go Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
repo.go
repo_test.go
star.go
status.go
subscriber.go
tag.go Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
teams.go
topic.go
transfer.go
tree.go
wiki.go