mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
New table of access rights
This commit is contained in:
parent
b4f81deba2
commit
2a7ceacdb3
1 changed files with 41 additions and 6 deletions
|
|
@ -157,42 +157,77 @@ The table below gives an overview of the permission system for organizations bas
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td> View and clone repository </td>
|
||||
<td> View, clone and pull team 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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Push to repository </td>
|
||||
<td> Contribute pull requests </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> Push to/update contributed pull requests </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> Push directly to team repository </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> Merge pull requests </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> Moderate/delete issues and comments </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> Force-push/rewrite history (if enabled) </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> Add/remove collaborators to team 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> Add collaborators to repository </td>
|
||||
<td> Configure team repository settings (enable wiki, issues, PRs, update profile) </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> Configure branch settings (protect/unprotect, enable force-push) </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> Edit team repository settings from the Danger Zone (transfer ownership, delete wiki data and repository, and archive 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-times" style="color: red"></i> </td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue