-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
type/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Milestone
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 |
OmarAssadi, tonivj5 and muellermartinOmarAssadi and tonivj5OmarAssadi and tonivj5
Metadata
Metadata
Assignees
Labels
type/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.