Make /users/{username}/repos list private repos the current user has access to (#8621)

lunny/display_deleted_branch2
7FM 4 years ago committed by zeripath
parent ace0346c66
commit 22272fe1e4

@ -52,7 +52,7 @@ func ListUserRepos(ctx *context.APIContext) {
if ctx.Written() {
return
}
private := ctx.IsSigned && (ctx.User.ID == user.ID || ctx.User.IsAdmin)
private := ctx.IsSigned
listUserRepos(ctx, user, private)
}

Loading…
Cancel
Save