mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
2nd round of edits (not finalized)
This commit is contained in:
parent
78b0cb2541
commit
b4f81deba2
4 changed files with 41 additions and 55 deletions
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
BIN
assets/images/collaborating/invite-collaborators/settings.webp
Normal file
BIN
assets/images/collaborating/invite-collaborators/settings.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
|
|
@ -99,7 +99,8 @@ Click the green `+ New Team` to create a new team. Define its name, permissions
|
|||
|
||||
You can choose whether members of the team can only access some repositories explicitly added to the team, or whether they can access all repositories of the organziation.
|
||||
You can also allow members to be able to create new repositories for the organization.
|
||||
If you have allowed repository administrators to grant or remove access for teams (see [Create an Organization](#create-orga) above), they can do so in `Settings > Collaborators` tab of the repository.
|
||||
If you have allowed repository administrators to grant or remove access for teams (see [Create an Organization](#create-orga) above), they can do so in `Settings > Collaborators` tab of the repository.
|
||||
<a name="sections"></a>
|
||||
If you choose either `Read` or `Write` access, you can additionally define which sections of the repositories (code, issues, pull requests, releases and wiki) the members will have (read or write) access to. On the other hand, `Administrator` access automatically grants read and write access to all sections; this part of the form is therefore hidden in this case.
|
||||
See the section [Access rights](#access-rights) below for details.
|
||||
|
||||
|
|
@ -137,18 +138,17 @@ Finally, you can choose to leave the organization from here.
|
|||
|
||||
<a name="access-rights"></a>
|
||||
## Access rights
|
||||
The table below gives an overview of the rights of the different types of teams:
|
||||
The table below gives an overview of the permission system for organizations based on teams:
|
||||
|
||||
<table>
|
||||
<caption style="caption-side:bottom">
|
||||
<sup>1</sup> Access to specific sections can be restricted by owners.
|
||||
<sup>2</sup> If allowed by owners (see box "Create repositories" in team settings).
|
||||
<caption style="caption-side:bottom; text-align:left">
|
||||
* Access to specific <a href="#sections">sections</a> can be restricted by owners.
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th rowspan="2"> Task </th>
|
||||
<th rowspan="2"> Team "Owners" </th>
|
||||
<th rowspan="2" style="vertical-align:bottom"> Task </th>
|
||||
<th colspan="3" style="text-align:center"> Other Teams </th>
|
||||
<th rowspan="2" style="text-align:center; vertical-align:top"> Team "Owners" </th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th> Read access </th>
|
||||
|
|
@ -156,85 +156,71 @@ The table below gives an overview of the rights of the different types of teams:
|
|||
<th> Admin access </th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td> Edit/delete organization </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Add/remove team or member </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Define access rights of teams </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> View and clone repository </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> * </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> * </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> * </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> <sup>1</sup> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> <sup>1</sup> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> <sup>1</sup> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Push to repository </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Pull from repository </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Add collaborators to repository </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Edit repository settings (excluding Danger Zone) </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Edit repository settings from the Danger Zone </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Create repository </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> <sup>2</sup> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> <sup>2</sup> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> <sup>2</sup> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Edit the repository created by the member (excluding Danger Zone) </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Edit the repository created by the member (including Danger Zone) </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> Edit/delete organization </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Add/remove collaborator to the repository created by the member </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
<td> Add/remove team or member </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Define access rights of teams </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-times" style="color: red"></i> </td>
|
||||
<td> <i class="fas fa-check" style="color: green"></i> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
When owners allow members of a team to be able to create new repositories for the organization, the member who creates the repository will be granted administrator rights for this repository, that is, editing all settings of the repository except those in the `Danger Zone` (transfer ownership, delete wiki data and repository, and archive repository). The member will then be added as a collaborator to the repository with administrator rights (see [Invite Collaborators](/collaborating/invite-collaborators) for details).
|
||||
When owners allow members of a team to be able to create new repositories for the organization (see box "Create repositories" in [Teams](#teams) settings), the member who creates the repository will be granted administrator rights for this repository, that is, editing all settings of the repository except those in the `Danger Zone` (transfer ownership, delete wiki data and repository, and archive repository). The member will be added as a collaborator to this repository (see [Invite Collaborators](/collaborating/invite-collaborators) for details).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue