forgejo/routers/api/v1/repo
Gusted 061abe6004
fix: don't show private forks in forks list
- If a repository is forked to a private or limited user/organization,
the fork should not be visible in the list of forks depending on the
doer requesting the list of forks.
- Added integration testing for web and API route.
2024-11-15 10:59:36 +01:00
..
action.go
avatar.go
blob.go
branch.go
collaborators.go
commits.go
compare.go
file.go Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) 2024-11-05 09:33:15 +01:00
flags.go
fork.go fix: don't show private forks in forks list 2024-11-15 10:59:36 +01:00
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go
issue_attachment.go
issue_comment.go
issue_comment_attachment.go
issue_dependency.go
issue_label.go
issue_pin.go
issue_reaction.go
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
key.go
label.go
language.go
main_test.go
migrate.go
milestone.go
mirror.go
notes.go
patch.go feat(quota): Quota enforcement 2024-08-02 11:10:34 +02:00
pull.go Add branch auto deletion for scheduled PRs 2024-10-31 03:49:15 +01:00
pull_review.go
release.go feat: Add Search to Releases Page 2024-11-02 10:24:35 +01:00
release_attachment.go feat(quota): Quota enforcement 2024-08-02 11:10:34 +02:00
release_tags.go
repo.go refactor: remove redundant err declarations (#32381) 2024-11-05 09:33:15 +01:00
repo_test.go
star.go
status.go
subscriber.go
tag.go
teams.go
topic.go
transfer.go
tree.go
wiki.go