This website requires JavaScript.
Explore
Help
Sign In
tdsds.com
/
gitea
Watch
1
Star
1
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea
synced
2024-11-16 07:04:25 +00:00
Code
Releases
Activity
dc73b2748d
gitea
/
models
/
fixtures
/
collaboration.yml
18 lines
165 B
YAML
Raw
Normal View
History
Unescape
Escape
Unit tests for models/access.go (#606)
2017-01-08 03:10:53 +00:00
-
id
:
1
repo_id
:
3
user_id
:
2
mode
:
2
# write
-
id
:
2
repo_id
:
4
user_id
:
4
mode
:
2
# write
Allow collaborators to view repo owned by private org (#6965) (#6968) * 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
2019-05-16 22:01:55 +00:00
-
id
:
3
repo_id
:
38
user_id
:
4
mode
:
2
# write
Copy Permalink