summaryrefslogtreecommitdiff
path: root/doc/public_access
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-04-25 00:48:22 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-06-03 23:16:31 +0200
commitfd348de76d651d49acc8eb742cc647dc777ef5fc (patch)
tree26f42bef57c9a636eff0a548a29cb1e2e6d12c8c /doc/public_access
parentde1a7aa7eb523cf2fdad12f8eeda2ba4c5b51820 (diff)
downloadgitlab-ce-fd348de76d651d49acc8eb742cc647dc777ef5fc.tar.gz
Update docs to markdown style guide.
Diffstat (limited to 'doc/public_access')
-rw-r--r--doc/public_access/public_access.md30
1 files changed, 20 insertions, 10 deletions
diff --git a/doc/public_access/public_access.md b/doc/public_access/public_access.md
index 1714a7eeae4..68c10a9f3ce 100644
--- a/doc/public_access/public_access.md
+++ b/doc/public_access/public_access.md
@@ -1,34 +1,44 @@
# Public access
Gitlab allows you to open selected projects to be accessed **publicly** or **internally**.
+
Projects with either of these visibility levels will be listen in the [public access directory](/public).
+
Internal projects will only be available to authenticated users.
-#### Public projects
+## Public projects
+
Public projects can be cloned **without any** authentication.
+
It will also be listed on the [public access directory](/public).
+
**Any logged in user** will have [Guest](/help/permissions) permissions on the repository.
-#### Internal projects
+## Internal projects
+
Internal projects can be cloned by any logged in user.
+
It will also be listed on the [public access directory](/public) for logged in users.
+
Any logged in user will have [Guest](/help/permissions) permissions on the repository.
-#### How to change project visibility
+## How to change project visibility
+
1. Go to your project dashboard
-2. Click on the "Edit" tab
-3. Change "Visibility Level"
+1. Click on the "Edit" tab
+1. Change "Visibility Level"
+
+## Visibility of users
-#### Visibility of users
The public page of users, located at `/u/username` is visible if either:
-* You are logged in.
-* You are logged out, and the target user is authorized to (is Guest, Reporter, etc.) at least one public project.
+- You are logged in.
+- You are logged out, and the target user is authorized to (is Guest, Reporter, etc.) at least one public project.
Otherwise, you will be redirected to the sign in page.
When visiting the public page of an user, you will only see listed projects which you can view yourself.
-#### Restricting the use of public or internal projects
-In [gitlab.yml](https://gitlab.com/gitlab-org/gitlab-ce/blob/dbd88d453b8e6c78a423fa7e692004b1db6ea069/config/gitlab.yml.example#L64) you can disable public projects or public and internal projects for the entire GitLab installation to prevent people making code public by accident.
+## Restricting the use of public or internal projects
+In [gitlab.yml](https://gitlab.com/gitlab-org/gitlab-ce/blob/dbd88d453b8e6c78a423fa7e692004b1db6ea069/config/gitlab.yml.example#L64) you can disable public projects or public and internal projects for the entire GitLab installation to prevent people making code public by accident.