0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00
forgejo-docs/user/repo-permissions.md

138 lines
5.7 KiB
Markdown
Raw Normal View History

2023-03-07 04:43:24 -05:00
---
2023-03-07 04:48:34 -05:00
layout: '~/layouts/Markdown.astro'
title: 'Repository Permissions'
license: 'CC-BY-SA-4.0'
origin_url: 'https://codeberg.org/Codeberg/Documentation/src/commit/2887826c38b3aae76a18f0696b40217b429226ce/content/collaborating/repo-permissions.md'
2023-03-07 04:43:24 -05:00
---
<!-- See also https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/permissions.en-us.md -->
2023-03-07 04:43:24 -05:00
2023-03-07 04:48:34 -05:00
When you invite collaborators to join your repository or when you create teams for your organization, you have to decide what each collaborator/team is allowed to do.
You can assign teams different levels of permission for each unit (e.g. issues, PR's, wiki).
2023-03-07 04:43:24 -05:00
## Collaborators
There are four permission levels: Read, Write, Administrator and Owner.
The owner is the person who created the repository.
The table below gives an overview of what collaborators are allowed to do when granted each of these permission levels:
<table class="table">
<thead>
<tr>
<th scope="col"> Task </th>
<th scope="col"> Read </th>
<th scope="col"> Write</th>
<th scope="col"> Admin </th>
<th scope="col"> Owner </th>
2023-03-07 04:43:24 -05:00
</thead>
<tbody>
<tr>
<td scope="row"> View, clone and pull repository </td>
2023-03-07 04:48:34 -05:00
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
2023-03-07 04:43:24 -05:00
</tr>
<tr>
<td scope="row"> Contribute pull requests </td>
2023-03-07 04:48:34 -05:00
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
2023-03-07 04:43:24 -05:00
</tr>
<tr>
<td scope="row"> Push to/update contributed pull requests </td>
2023-03-07 04:48:34 -05:00
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
2023-03-07 04:43:24 -05:00
</tr>
<tr>
<td scope="row"> Push directly to repository </td>
<td> <span style="color: red"></span> </td>
2023-03-07 04:48:34 -05:00
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
2023-03-07 04:43:24 -05:00
</tr>
<tr>
<td scope="row"> Merge pull requests </td>
<td> <span style="color: red"></span> </td>
2023-03-07 04:48:34 -05:00
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
2023-03-07 04:43:24 -05:00
</tr>
<tr>
<td scope="row"> Moderate/delete issues and comments </td>
<td> <span style="color: red"></span> </td>
2023-03-07 04:48:34 -05:00
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
2023-03-07 04:43:24 -05:00
</tr>
<tr>
<td scope="row"> Force-push/rewrite history (if enabled) </td>
<td> <span style="color: red"></span> </td>
2023-03-07 04:48:34 -05:00
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
2023-03-07 04:43:24 -05:00
</tr>
<tr>
<td scope="row"> Add/remove collaborators to repository </td>
<td> <span style="color: red"></span> </td>
<td> <span style="color: red"></span> </td>
2023-03-07 04:48:34 -05:00
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
2023-03-07 04:43:24 -05:00
</tr>
<tr>
<td scope="row"> Configure branch settings (protect/unprotect, enable force-push) </td>
<td> <span style="color: red"></span> </td>
<td> <span style="color: red"></span> </td>
2023-03-07 04:48:34 -05:00
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
</tr>
2023-03-07 04:43:24 -05:00
<tr>
<td scope="row"> Configure repository settings (enable wiki, issues, PRs, releases, update profile) </td>
<td> <span style="color: red"></span> </td>
<td> <span style="color: red"></span> </td>
2023-03-07 04:48:34 -05:00
<td> <span style="color: green"></span> </td>
<td> <span style="color: green"></span> </td>
2023-03-07 04:43:24 -05:00
</tr>
<tr>
<td scope="row"> Configure repository settings in the danger zone (transfer ownership, delete wiki data / repository, archive repository) </td>
<td> <span style="color: red"></span> </td>
<td> <span style="color: red"></span> </td>
<td> <span style="color: red"></span> </td>
2023-03-07 04:48:34 -05:00
<td> <span style="color: green"></span> </td>
2023-03-07 04:43:24 -05:00
</tr>
</tbody>
</table>
## Teams
The permissions for teams are quite configurable. You can specify which repositories a team has access to; therefore, you can specify for each unit (Code Access, Issues, Releases) a different permission level.
Each unit is configured to have one of these 3 permission levels:
- No Access: Members cannot view or take any other action on this unit.
- Read: Members can view the unit, and do standard actions for that unit (See the Read column under [Collaborators](#collaborators)).
- Write: Members can view the unit, and execute write actions that unit (See the Write column under [Collaborators](#collaborators)).
2023-03-07 14:47:36 -05:00
When a team is configured to have administrator access, you cannot change units.
2023-03-07 04:43:24 -05:00
Currently, there are six units that can be configured:
- Code: access source code, files, commits, and branches.
- Issues: organize bug reports, tasks, and milestones.
- Pull Requests: access pull requests, and code reviews.
- Releases: track the project versions and downloads.
- Wiki: access and write documentation.
- Projects: access and manage issues and pull requests in project boards.
There are also two units which can be toggled:
- External Wiki: access to external wiki.
- External Issues: access to the external issue tracker.
A team can be given the permission to create new repositories. When a member of such team creates a new repository, they will get administrator access to the repository.