gitea/models/fixtures
Florin Hillebrand ad6d08d155
Add API to query collaborators permission for a repository (#18761)
Targeting #14936, #15332

Adds a collaborator permissions API endpoint according to GitHub API: https://docs.github.com/en/rest/collaborators/collaborators#get-repository-permissions-for-a-user to retrieve a collaborators permissions for a specific repository.

### Checks the repository permissions of a collaborator. 

`GET` `/repos/{owner}/{repo}/collaborators/{collaborator}/permission`

Possible `permission` values are `admin`, `write`, `read`, `owner`, `none`.

```json
{
  "permission": "admin",
  "role_name": "admin",
  "user": {}
}
```

Where `permission` and `role_name` hold the same `permission` value and `user` is filled with the user API object. Only admins are allowed to use this API endpoint.
2022-04-29 14:24:38 +02:00
..
access.yml
access_token.yml
action.yml RSS/Atom support for Repos (#19055) 2022-03-13 17:40:47 +01:00
attachment.yml
collaboration.yml
comment.yml
commit_status.yml
commit_status_index.yml
deleted_branch.yml
deploy_key.yml
email_address.yml
external_login_user.yml add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
follow.yml
foreign_reference.yml Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
gpg_key.yml
gpg_key_import.yml
hook_task.yml
issue.yml
issue_assignees.yml
issue_index.yml
issue_label.yml
issue_user.yml
issue_watch.yml
label.yml
login_source.yml
milestone.yml migrations: a deadline at January 1st, 1970 is valid (#18237) 2022-01-13 14:03:30 +08:00
notice.yml
notification.yml
oauth2_application.yml
oauth2_authorization_code.yml
oauth2_grant.yml Fix wrong user in OpenID response (#16736) 2021-08-19 12:11:30 -04:00
org_user.yml
project.yml
project_board.yml
project_issue.yml
protected_branch.yml
public_key.yml
pull_request.yml
reaction.yml
release.yml
renamed_branch.yml
repo_archiver.yml
repo_indexer_status.yml
repo_redirect.yml
repo_topic.yml
repo_transfer.yml
repo_unit.yml
repository.yml Set is_empty in fixtures (#18869) 2022-02-26 01:15:25 -05:00
review.yml
star.yml
stopwatch.yml
team.yml Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
team_repo.yml
team_unit.yml Team permission allow different unit has different permission (#17811) 2022-01-05 11:37:00 +08:00
team_user.yml
topic.yml
tracked_time.yml
two_factor.yml
user.yml Add API to query collaborators permission for a repository (#18761) 2022-04-29 14:24:38 +02:00
user_open_id.yml
user_redirect.yml
watch.yml
webauthn_credential.yml Support webauthn (#17957) 2022-01-14 16:03:31 +01:00
webhook.yml