0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-05 13:14:49 +01:00
gitea/services/convert
wxiaoguang 48d4580dd5
Clarify permission "HasAccess" behavior (#30585)
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>
2024-04-20 03:15:04 +00:00
..
activity.go
attachment.go
convert.go Allow everyone to read or write a wiki by a repo unit setting (#30495) 2024-04-17 15:58:37 +00:00
git_commit.go
git_commit_test.go
issue.go Fix missed doer (#30231) 2024-04-08 21:26:41 +00:00
issue_comment.go Fix missed doer (#30231) 2024-04-08 21:26:41 +00:00
issue_test.go
main_test.go
mirror.go
notification.go Performance improvements for pull request list page (#29900) 2024-03-21 14:13:08 +01:00
package.go Clarify permission "HasAccess" behavior (#30585) 2024-04-20 03:15:04 +00:00
pull.go Fix missed doer (#30231) 2024-04-08 21:26:41 +00:00
pull_review.go
pull_review_test.go
pull_test.go
release.go
release_test.go
repository.go Allow everyone to read or write a wiki by a repo unit setting (#30495) 2024-04-17 15:58:37 +00:00
secret.go
status.go
user.go Allow everyone to read or write a wiki by a repo unit setting (#30495) 2024-04-17 15:58:37 +00:00
user_test.go
utils.go
utils_test.go
wiki.go