Closed
Description
Description
This a feature request for defining a new permission level named as Guest
. Rights for this level will be:
- Add, view Issues (Close only his/her issue)
- View Wiki (no updating, deleting)
- Watch/Unwatch Project
- Star/Unstart Project
- Will be able to view and download from releases
- Will not be able to view or update private repository code and files
- Will not be able to view or update private repository pull requests
- Will not be able to fork, create repository, migration or organization
Actually Guest
permission level will be a restricted version of Read
level without any privileges on private repository codes/files.
This permission is important to make internal or external users to add/watch issues to private repositories themselves.
Please check here. As far as I see, Gitea needs Guest
permission level. By this permission level Gitea;
- Can be used for documentation(wiki),
- Binary distribution(releases)
- Bug tracking(issues)
for PRIVATE repositories.
A small comparison:
Gitea | GitLab |
---|---|
Admin | Owner/Maintainer |
Read | Reporter |
Write | Developer |
!!! | Guest |