mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 07:44:25 +00:00
48d4580dd5
Follow #30495 "HasAccess" behavior wasn't clear, to make it clear: * Use a new name `HasAnyUnitAccess`, it will be easier to review related code and permission problems. * Separate everyone access mode to a separate field, then all calls to HasAccess are reverted to old behavior before #30495. * Add new tests. --------- Co-authored-by: Giteabot <teabot@gitea.io> |
||
---|---|---|
.. | ||
access_test.go | ||
access.go | ||
main_test.go | ||
repo_permission_test.go | ||
repo_permission.go |