diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-03-25 12:18:44 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-03-25 12:18:44 +0200 |
commit | ec3f0b0e178bfb64165ce1572518ab3b9f56eb15 (patch) | |
tree | 9cadb76131b0b31ca191fa33a610c1b09bfa33ef /doc/permissions | |
parent | 2953e0d19b46a937ee9d84139adbc263c8e89757 (diff) | |
download | gitlab-ce-ec3f0b0e178bfb64165ce1572518ab3b9f56eb15.tar.gz |
[doc] Groups can be browsable if they contain at least one public project.
Diffstat (limited to 'doc/permissions')
-rw-r--r-- | doc/permissions/permissions.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/permissions/permissions.md b/doc/permissions/permissions.md index c9928e11b2e..8cfa7f9c876 100644 --- a/doc/permissions/permissions.md +++ b/doc/permissions/permissions.md @@ -41,6 +41,11 @@ If a user is a GitLab administrator they receive all permissions. ## Group +In order for a group to appear as public and be browsable, it must contain at +least one public project. + +Any user can remove themselves from a group, unless they are the last Owner of the group. + | Action | Guest | Reporter | Developer | Master | Owner | |-------------------------|-------|----------|-----------|--------|-------| | Browse group | ✓ | ✓ | ✓ | ✓ | ✓ | @@ -48,5 +53,3 @@ If a user is a GitLab administrator they receive all permissions. | Create project in group | | | | ✓ | ✓ | | Manage group members | | | | | ✓ | | Remove group | | | | | ✓ | - -Any user can remove themselves from a group, unless they are the last Owner of the group. |