Private project is displayed in list of all projects
I see a private projects that I should not have access to in list of all projects. The project is private and I’m not in the list of members. See screenshot:
Hey I am new to open source, I'm interested in learning and contributing to this repository. Could I try working on this issue?
You can try if you are able to reproduce the issue, but I'm afraid, it can be a bit difficult. We have several issue marked with good first issue label, try to start with them first.
I successfully reproduced the problem and managed to hide the project names marked as private. Could you please direct me to the specific component responsible for displaying the project list?
The issue has nothing todo with any component. Visibility of objects in the platform is controlled by space security at query level. Security middleware is located here: https://github.com/hcengineering/platform/blob/main/server/middleware/src/spaceSecurity.ts
Denis Bykhov does guest user changes fix this problem?
Yes it will be fixed in Guest PR