Return all authorized groups in API.
Merge request reports
Activity
Reassigned to @dzaporozhets
@DouweM I dont see description or link to issue. CAn you give some explanation why we want this?
Hmm, on second thought I don't think this MR makes sense either. :)
I noticed that in the API
/groups/123
works for all authorized groups, including those the where the user is just a member of one of the group's projects, while/groups
only lists groups the user is a member of directly, so not including those via a project.My idea was that
/groups
should list the same groups/groups/123
will work for, but I see it doesn't work that way on/dashboard/groups
either, and I agree it makes more sense to only list those groups the user is a member of explicitly.mentioned in commit 5c3bdaf1