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
git_commit_test.go
git_commit.go
issue_comment.go
issue_test.go
issue.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_review_test.go Fix possible NPE in ToPullReviewList (#29759) 2024-03-13 19:46:15 +00:00
pull_review.go
pull_test.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
pull.go
release_test.go
release.go
repository.go
secret.go
status.go
user_test.go
user.go
utils_test.go
utils.go
wiki.go