Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #8272

Closed
Open
Created Nov 07, 2014 by Administrator@rootOwner

Editing group guest permissions.

Created by: FezVrasta

I'm trying to allowing the guests of any group to create new projects.

I've edited /opt/gitlab/embedded/service/gitlab-rails/app/models/ability.rb:191
replacing rules = [] with rules = [ :create_projects ].

Then I've edited /opt/gitlab/embedded/service/gitlab-rails/app/helpers/namespaces_helper.rb:3
replacing the row with groups = current_user.authorized_groups.

And finally I've edited /opt/gitlab/embedded/service/gitlab-rails/app/models/user.rb:379 appending || authorized_groups.any?.

In this way now guests of the groups can create new projects with the namespaces of the groups.

The problem is that they are not set as owners of the repository they create, how can I fix this last problem? Any idea?

Disclaimer: I'm doing this because I need to allow the group members to create their own repositories, I've choosen the guest role just because it was the one with less permissions on repositories of others. I'd loved to create a specific role for it but GitLab does not support custom roles :(

Assignee
Assign to
Time tracking