[BugFix] Hide public repos owned by private orgs (#9616)
This commit is contained in:
parent
2ccd92407a
commit
a15a644c05
3 changed files with 10 additions and 4 deletions
|
@ -141,6 +141,7 @@ func RenderRepoSearch(ctx *context.Context, opts *RepoSearchOptions) {
|
|||
Keyword: keyword,
|
||||
OwnerID: opts.OwnerID,
|
||||
AllPublic: true,
|
||||
AllLimited: true,
|
||||
TopicOnly: topicOnly,
|
||||
IncludeDescription: setting.UI.SearchRepoDescription,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue