Limit "Your Projects" overview by projects I own or maintain
I propose to add a way to show only the projects I maintain (where I got the role "Owner" or "Maintainer")
When opening the startpage per default all the projects I was invited to are shown.
With a click to "Personal" I can show only the projects I own (where I got the role "Owner")
But I want to limit the view to projects where I'm the owner or maintainer
A bit of reasoning behind this feature request.
- we have a gitlab instance running where we have two groups for the departments where all department users are included
- Those groups are just used to group the users, the groups have no projects inside them
- To prevent forks we add the group to all projects with "Developer" role
- This way everyone can contribute an MR, but only "owner" and "maintainer" of the project can merge into the default branch
- Now the "Your Projects" startpage is just a list of all projects on the instance for every user, which pretty much is useless for us
- Showing just the "Personal" projects is limiting the search too much, because the projects are owned by an administrative account and the maintainer are explicitly added to the projects
