summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-26 01:13:27 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-26 01:13:27 +0000
commitee7364a6e47f1b6d0be7e0ecc7415e51a91974b6 (patch)
tree60e26bbb2825ca00f9a4d48a8c98505f946ef629 /doc
parentb5c032d0acbf22e8a681f7820508b22f12d6a1a9 (diff)
parentec3f0b0e178bfb64165ce1572518ab3b9f56eb15 (diff)
downloadgitlab-ce-ee7364a6e47f1b6d0be7e0ecc7415e51a91974b6.tar.gz
Merge branch 'doc_group_permissions' into 'master'
[doc] Groups can be browsable if they contain at least one public project. See merge request !451
Diffstat (limited to 'doc')
-rw-r--r--doc/permissions/permissions.md7
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.