1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Only show activities for repositories on dashboard, that the user has access to

This commit is contained in:
Florian Kaiser
2016-02-06 07:52:21 +00:00
parent 90e9e3c89d
commit 45db167f7a
3 changed files with 24 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ func Profile(ctx *middleware.Context) {
ctx.Data["TabName"] = tab
switch tab {
case "activity":
retrieveFeeds(ctx, u.Id, 0, true)
retrieveFeeds(ctx, -1, u.Id, 0, true)
if ctx.Written() {
return
}