Show repos acording to user/organization
This commit is contained in:
parent
c746875fcf
commit
dc2b28ed76
3 changed files with 7 additions and 2 deletions
|
@ -32,7 +32,9 @@ func Search(ctx *context.APIContext) {
|
|||
Keyword: strings.Trim(ctx.Query("q"), " "),
|
||||
OwnerID: ctx.QueryInt64("uid"),
|
||||
PageSize: convert.ToCorrectPageSize(ctx.QueryInt("limit")),
|
||||
Searcher: ctx.User,
|
||||
}
|
||||
if ctx.User.ID == opts.OwnerID {
|
||||
opts.Searcher = ctx.User
|
||||
}
|
||||
|
||||
// Check visibility.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue