Skip to content

New user does not see changes on dashboard #3343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
5 tasks
ThAchi1 opened this issue Jan 10, 2018 · 4 comments
Closed
5 tasks

New user does not see changes on dashboard #3343

ThAchi1 opened this issue Jan 10, 2018 · 4 comments
Labels
Milestone

Comments

@ThAchi1
Copy link

ThAchi1 commented Jan 10, 2018

  • Gitea version (or commit ref): 1.3.2
  • Git version: 2.11.0
  • Operating system: debian 9
  • Database (use [x]):
    • PostgreSQL
    • [ x] MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • [x ] No (CAN'T CREATE ADMIN ACCOUNT)
    • Not relevant
  • Log gist:

Description

On a new system I create admin1. From this account I create user1 and user2. Then I create a organization named team1. I add user1 and user2 to team1. I create a new repository for team1 named repo1. Then I do some things with this repository with different users. On the dashboard I see all changes, no matter with witch user I am logged in. This is what I expect.
THEN I create a third user with name user3. I add this user to team1. The dashboard for user3 shows nothing, it's empty. Then I commit changes from user3. User1 and user2 see all the changes as before. User3 sees only his changes.

Repeated this 3 times from scratch installation in different ways. The result is always as described above.

Screenshots

team1 with user1 and user2:
2018-01-10 16_07_12-gitea_ git with a cup of tea
User2 sees what user1 and team1 do (same for user1):
2018-01-10 16_10_51-user2 - dashboard - gitea_ git with a cup of tea
Add user3 to team1:
2018-01-10 16_13_44-gitea_ git with a cup of tea
User1 sees what all the others do, including user3 (same for user2):
2018-01-10 16_16_55-user1 - dashboard - gitea_ git with a cup of tea
User3 only sees what he has done:
2018-01-10 16_17_23-user3 - dashboard - gitea_ git with a cup of tea

@thehowl
Copy link
Contributor

thehowl commented Jan 10, 2018

IIRC, user3 does not see his changes because being added later he does not auto-watch all the repos, thus the activities by other users do not show up. So he needs to watch the repos to see them on his dashboard. One quick workaround for this is from the dashboard, click the dropdown that says user3, and switch to the org: that should show all activity from the org, even before the user was added

@lafriks
Copy link
Member

lafriks commented Jan 10, 2018

If user2 commits after user3 is added does user3 sees that commit?

@ThAchi1
Copy link
Author

ThAchi1 commented Jan 10, 2018

No. And that is exactly the problem I have. My first thought was, that user3 sees only the changes after he was created. Unfortunately user3 sees only his own changes, no matter what other users commit after the creation of user3. User1 and user2 see all changes, even the commits of user3.

@techknowlogick
Copy link
Member

Closed with #4201

@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants