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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d015d852
Commit
d015d852
authored
Jul 22, 2021
by
Marcin Sedlak-Jakubowski
Committed by
Amy Qualls
Jul 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update project visibility permissions in docs
parent
c83cf1f8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
113 additions
and
102 deletions
+113
-102
doc/api/projects.md
doc/api/projects.md
+2
-0
doc/public_access/public_access.md
doc/public_access/public_access.md
+9
-2
doc/user/permissions.md
doc/user/permissions.md
+102
-100
No files found.
doc/api/projects.md
View file @
d015d852
...
...
@@ -19,6 +19,8 @@ Values for the project visibility level are:
-
`internal`
: the project can be cloned by any signed-in user except
[
external users
](
../user/permissions.md#external-users
)
.
-
`public`
: the project can be accessed without any authentication.
For more, read
[
Project visibility
](
../public_access/public_access.md
)
.
## Project merge method
There are three options for
`merge_method`
to choose from:
...
...
doc/public_access/public_access.md
View file @
d015d852
...
...
@@ -55,8 +55,15 @@ They appear in the public access directory (`/public`) for project members only.
## Change project visibility
1.
Go to your project's
**Settings**
.
1.
Change
**Visibility Level**
to either Public, Internal, or Private.
Prerequisite:
-
You must have the Owner role for a project.
1.
On the top bar, select
**Menu > Projects**
and find your project.
1.
On the left sidebar, select
**Settings > General**
.
1.
Expand
**Visibility, project features, permissions**
.
1.
Change
**Project visibility**
to either Public, Internal, or Private.
1.
Select
**Save changes**
.
## Restrict use of public or internal projects
...
...
doc/user/permissions.md
View file @
d015d852
This diff is collapsed.
Click to expand it.
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