mirror of
https://github.com/go-gitea/gitea
synced 2024-11-15 22:54:24 +00:00
21983965d0
* Allow collaborators to view repo owned private org (#6965) Handle case where an orginization is private but a user who is not a member of the orgninization has been added as a collaborator of a repo within that org Fixes #6962 * Match release/v1.8 fixtures
18 lines
165 B
YAML
18 lines
165 B
YAML
-
|
|
id: 1
|
|
repo_id: 3
|
|
user_id: 2
|
|
mode: 2 # write
|
|
|
|
-
|
|
id: 2
|
|
repo_id: 4
|
|
user_id: 4
|
|
mode: 2 # write
|
|
|
|
-
|
|
id: 3
|
|
repo_id: 38
|
|
user_id: 4
|
|
mode: 2 # write
|