mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-31 16:15:13 +02:00
ensure that only root-level repos are displayed on org homepage
This commit is contained in:
@@ -132,6 +132,7 @@ func home(ctx *context.Context, viewRepositories bool) {
|
||||
Mirror: mirror,
|
||||
Template: template,
|
||||
IsPrivate: private,
|
||||
GroupID: -1,
|
||||
})
|
||||
if err != nil {
|
||||
ctx.ServerError("SearchRepository", err)
|
||||
|
||||
Reference in New Issue
Block a user