2014-05-27 08:12:15 -04:00
|
|
|
# Permissions
|
|
|
|
|
2014-02-13 05:55:46 -05:00
|
|
|
Users have different abilities depending on the access level they have in a particular group or project.
|
2014-04-24 18:48:22 -04:00
|
|
|
|
2014-02-13 05:55:46 -05:00
|
|
|
If a user is both in a project group and in the project itself, the highest permission level is used.
|
2014-04-24 18:48:22 -04:00
|
|
|
|
2014-02-13 05:55:46 -05:00
|
|
|
If a user is a GitLab administrator they receive all permissions.
|
|
|
|
|
2014-04-24 18:48:22 -04:00
|
|
|
## Project
|
|
|
|
|
|
|
|
|
|
|
|
| Action | Guest | Reporter | Developer | Master | Owner |
|
|
|
|
|---------------------------------------|---------|------------|-------------|----------|--------|
|
|
|
|
| Create new issue | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
| Leave comments | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
| Pull project code | | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
| Download project | | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
| Create code snippets | | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
| Create new merge request | | | ✓ | ✓ | ✓ |
|
|
|
|
| Create new branches | | | ✓ | ✓ | ✓ |
|
|
|
|
| Push to non-protected branches | | | ✓ | ✓ | ✓ |
|
|
|
|
| Remove non-protected branches | | | ✓ | ✓ | ✓ |
|
|
|
|
| Add tags | | | ✓ | ✓ | ✓ |
|
|
|
|
| Write a wiki | | | ✓ | ✓ | ✓ |
|
|
|
|
| Manage issue tracker | | | ✓ | ✓ | ✓ |
|
2014-07-09 14:46:37 -04:00
|
|
|
| Create new milestones | | | | ✓ | ✓ |
|
2014-04-24 18:48:22 -04:00
|
|
|
| Add new team members | | | | ✓ | ✓ |
|
|
|
|
| Push to protected branches | | | | ✓ | ✓ |
|
|
|
|
| Enable/Disable branch protection | | | | ✓ | ✓ |
|
|
|
|
| Rewrite/remove git tags | | | | ✓ | ✓ |
|
|
|
|
| Edit project | | | | ✓ | ✓ |
|
|
|
|
| Add Deploy Keys to project | | | | ✓ | ✓ |
|
|
|
|
| Configure Project Hooks | | | | ✓ | ✓ |
|
|
|
|
| Switch visibility level | | | | | ✓ |
|
|
|
|
| Transfer project to another namespace | | | | | ✓ |
|
|
|
|
| Remove project | | | | | ✓ |
|
|
|
|
|
|
|
|
## Group
|
|
|
|
|
|
|
|
| Action | Guest | Reporter | Developer | Master | Owner |
|
|
|
|
|-------------------------|-------|----------|-----------|--------|-------|
|
|
|
|
| Browse group | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
| Edit group | | | | | ✓ |
|
|
|
|
| Create project in group | | | | ✓ | ✓ |
|
|
|
|
| Manage group members | | | | | ✓ |
|
|
|
|
| Remove group | | | | | ✓ |
|
2014-02-13 05:55:46 -05:00
|
|
|
|
|
|
|
Any user can remove himself from a group, unless he is the last Owner of the group.
|