0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-03 08:02:17 +01:00
gitea/routers/api/v1/repo
Jason Song 174213530d
Fix Permission in API returned repository struct ()
The old code generates `structs.Repository.Permissions` with only
`access.Permission.AccessMode`, however, it should check the units too,
or the value could be incorrect. For example,
`structs.Repository.Permissions.Push` could be false even the doer has
write access to code unit.

Should fix
https://github.com/renovatebot/renovate/issues/14059#issuecomment-1047961128
(Not reported by it, I just found it when I was looking into this bug)

---

Review tips:

The major changes are
- `modules/structs/repo.go`
https://github.com/go-gitea/gitea/pull/25388/files#diff-870406f6857117f8b03611c43fca0ab9ed6d6e76a2d0069a7c1f17e8fa9092f7
- `services/convert/repository.go`
https://github.com/go-gitea/gitea/pull/25388/files#diff-7736f6d2ae894c9edb7729a80ab89aa183b888a26a811a0c1fdebd18726a7101

And other changes are passive.
2023-06-22 13:08:08 +00:00
..
blob.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
branch.go Create a branch directly from commit on the create branch API () 2023-05-09 18:22:32 +08:00
collaborators.go
commits.go
file.go
fork.go
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go
issue_attachment.go
issue_comment.go
issue_comment_attachment.go
issue_dependency.go
issue_label.go Move convert package to services () 2022-12-29 10:57:15 +08:00
issue_pin.go
issue_reaction.go
issue_stopwatch.go
issue_subscription.go Add context cache as a request level cache () 2023-02-15 21:37:34 +08:00
issue_tracked_time.go
key.go
label.go
language.go
main_test.go
migrate.go
milestone.go
mirror.go
notes.go
patch.go
pull.go
pull_review.go
release.go Add context cache as a request level cache () 2023-02-15 21:37:34 +08:00
release_attachment.go
release_tags.go
repo.go
repo_test.go
star.go
status.go
subscriber.go
tag.go
teams.go
topic.go
transfer.go
tree.go
wiki.go Pass 'not' to commit count () 2023-05-08 07:10:53 +00:00