Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
f031caf3
Commit
f031caf3
authored
Jul 12, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change URLs to new permissions.md location
parent
aa8a61cc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
doc/integration/saml.md
doc/integration/saml.md
+2
-2
doc/public_access/public_access.md
doc/public_access/public_access.md
+2
-2
doc/workflow/add-user/add-user.md
doc/workflow/add-user/add-user.md
+1
-1
doc/workflow/forking_workflow.md
doc/workflow/forking_workflow.md
+1
-1
doc/workflow/protected_branches.md
doc/workflow/protected_branches.md
+1
-1
No files found.
doc/integration/saml.md
View file @
f031caf3
...
@@ -138,7 +138,7 @@ This setting is only available on GitLab 8.7 and above.
...
@@ -138,7 +138,7 @@ This setting is only available on GitLab 8.7 and above.
SAML login includes support for external groups. You can define in the SAML
SAML login includes support for external groups. You can define in the SAML
settings which groups, to which your users belong in your IdP, you wish to be
settings which groups, to which your users belong in your IdP, you wish to be
marked as
[
external
](
../
permissions
/permissions.md
)
.
marked as
[
external
](
../
user
/permissions.md
)
.
### Requirements
### Requirements
...
@@ -306,4 +306,4 @@ For this you need take the following into account:
...
@@ -306,4 +306,4 @@ For this you need take the following into account:
validators are optional
validators are optional
Make sure that one of the above described scenarios is valid, or the requests will
Make sure that one of the above described scenarios is valid, or the requests will
fail with one of the mentioned errors.
fail with one of the mentioned errors.
\ No newline at end of file
doc/public_access/public_access.md
View file @
f031caf3
...
@@ -17,7 +17,7 @@ Public projects can be cloned **without any** authentication.
...
@@ -17,7 +17,7 @@ Public projects can be cloned **without any** authentication.
They will also be listed on the public access directory (
`/public`
).
They will also be listed on the public access directory (
`/public`
).
**Any logged in user**
will have
[
Guest
](
../
permissions
/permissions.md
)
**Any logged in user**
will have
[
Guest
](
../
user
/permissions.md
)
permissions on the repository.
permissions on the repository.
### Internal projects
### Internal projects
...
@@ -27,7 +27,7 @@ Internal projects can be cloned by any logged in user.
...
@@ -27,7 +27,7 @@ Internal projects can be cloned by any logged in user.
They will also be listed on the public access directory (
`/public`
) for logged
They will also be listed on the public access directory (
`/public`
) for logged
in users.
in users.
Any logged in user will have
[
Guest
](
../
permissions
/permissions.md
)
permissions
Any logged in user will have
[
Guest
](
../
user
/permissions.md
)
permissions
on the repository.
on the repository.
### How to change project visibility
### How to change project visibility
...
...
doc/workflow/add-user/add-user.md
View file @
f031caf3
...
@@ -23,7 +23,7 @@ want to add.
...
@@ -23,7 +23,7 @@ want to add.
---
---
Select the user and the
[
permission level
](
../../
permissions
/permissions.md
)
Select the user and the
[
permission level
](
../../
user
/permissions.md
)
that you'd like to give the user. Note that you can select more than one user.
that you'd like to give the user. Note that you can select more than one user.
![
Give user permissions
](
img/add_user_give_permissions.png
)
![
Give user permissions
](
img/add_user_give_permissions.png
)
...
...
doc/workflow/forking_workflow.md
View file @
f031caf3
...
@@ -38,7 +38,7 @@ Forking a project is in most cases a two-step process.
...
@@ -38,7 +38,7 @@ Forking a project is in most cases a two-step process.
---
---
After the forking is done, you can start working on the newly created
After the forking is done, you can start working on the newly created
repository. There, you will have full
[
Owner
](
../
permissions
/permissions.md
)
repository. There, you will have full
[
Owner
](
../
user
/permissions.md
)
access, so you can set it up as you please.
access, so you can set it up as you please.
## Merging upstream
## Merging upstream
...
...
doc/workflow/protected_branches.md
View file @
f031caf3
...
@@ -12,7 +12,7 @@ A protected branch does three simple things:
...
@@ -12,7 +12,7 @@ A protected branch does three simple things:
You can make any branch a protected branch. GitLab makes the master branch a protected branch by default.
You can make any branch a protected branch. GitLab makes the master branch a protected branch by default.
To protect a branch, user needs to have at least a Master permission level, see
[
permissions document
](
../
permissions
/permissions.md
)
.
To protect a branch, user needs to have at least a Master permission level, see
[
permissions document
](
../
user
/permissions.md
)
.
![
protected branches page
](
protected_branches/protected_branches1.png
)
![
protected branches page
](
protected_branches/protected_branches1.png
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment