Front page of the project is different for logged-in user vs. logged-out user
Summary
I have a project which has only issues enabled:
I would want that for logged-out users they see the list of issues, the same as for logged-in users.
Steps to reproduce
- Log-in into GitLab.com.
- Open: https://gitlab.com/data/meta
- Observe that you get the list of issues shown on the front page of the project.
- Log-out from GitLab.com.
- Open: https://gitlab.com/data/meta
- Observe that the front page has activity feed and not the list of issues.
Example Project
What is the current bug behavior?
Logged-out user sees the project's activity feed, not the list of issues. They have to click on "issues" to see issues.
What is the expected correct behavior?
Behavior should be the same for logged-in and logged-out users, given that the project is public and issues are public.
Output of checks
This bug happens on GitLab.com