forgejo/services/convert
Edward Zhang b3a6596b54
Fix branch_protection api shows users/teams who has no readAccess (#30291)
Add some logic in `convert.ToBranchProtection` to return only the names
associated with readAccess instead of returning all names. This will
ensure consistency in behavior between the frontend and backend.
Fixes: #27694

---------

Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Co-authored-by: wenzhuo.zhang <wenzhuo.zhang@geely.com>
Co-authored-by: Giteabot <teabot@gitea.io>
(cherry picked from commit 02e183bf3fa502b7cef76e8dcdbf01b85ce641f0)
2024-04-21 16:28:16 +02:00
..
activity.go
attachment.go
convert.go Fix branch_protection api shows users/teams who has no readAccess (#30291) 2024-04-21 16:28:16 +02:00
git_commit.go
git_commit_test.go
issue.go
issue_comment.go
issue_test.go
main_test.go
mirror.go
notification.go
package.go
pull.go
pull_review.go
pull_test.go
release.go
release_test.go
repository.go
secret.go
status.go
user.go Update API to return 'source_id' for users (#29718) 2024-04-21 12:04:18 +02:00
user_test.go
utils.go
utils_test.go
wiki.go