gogs icon indicating copy to clipboard operation
gogs copied to clipboard

Adding members and repos to a team you are member of, without organisation owner rights

Open jcolomb opened this issue 2 years ago • 1 comments

Describe the feature

I would like non-owner in an organisation to be able to add members to team they are part of, and add repositories to that team.

Describe the solution you'd like

Once you are part of the team, you should see it like an organisation owner does.

Describe alternatives you've considered

Workaround using a bot with owner access, but this require admin rights for the gogs instance.

Additional context

I want people of an organisation to be able to handle sharing of multiple repository using teams, but I do not want to give them owner access (read/write access to all repos of the organisation).

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

jcolomb avatar May 11 '22 09:05 jcolomb

In order to implement this feature, I think it makes sense to first support more roles within the organization. Currently only owners and members, but roles like "admins" (similar to GitHub organization) seems prefect for this type of purpose.

unknwon avatar Jun 26 '22 03:06 unknwon