This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/models/fixtures
6543 37e10d4543 [API] Add Reactions (#9220)
* reject reactions wich ar not allowed

* dont duble check CreateReaction now throw ErrForbiddenIssueReaction

* add /repos/{owner}/{repo}/issues/comments/{id}/reactions endpoint

* add Find Functions

* fix some swagger stuff + add issue reaction endpoints + GET ReactionList now use FindReactions...

* explicite Issue Only Reaction for FindReactionsOptions with "-1" commentID

* load issue; load user ...

* return error again

* swagger def canged after LINT

* check if user has ben loaded

* add Tests

* better way of comparing results

* add suggestion

* use different issue for test
(dont interfear with integration test)

* test dont compare Location on timeCompare

* TEST: add forbidden dubble add

* add comments in code to explain

* add settings.UI.ReactionsMap
so if !setting.UI.ReactionsMap[opts.Type] works
2019-12-07 17:04:19 -05:00
..
access.yml
access_token.yml
action.yml
attachment.yml
collaboration.yml
comment.yml
commit_status.yml
deleted_branch.yml
deploy_key.yml
email_address.yml
follow.yml
gpg_key.yml
gpg_key_import.yml
hook_task.yml
issue.yml Redirect issue if repo has configured external tracker. (#9247) 2019-12-06 23:21:18 -05:00
issue_assignees.yml [UI] IssuePage multi repo select (#8741) 2019-12-01 22:50:36 -05:00
issue_label.yml
issue_user.yml
issue_watch.yml Refactor Issues Subscription (#8738) 2019-11-20 22:50:54 +08:00
label.yml
login_source.yml
milestone.yml
notice.yml
notification.yml
oauth2_application.yml
oauth2_authorization_code.yml
oauth2_grant.yml
org_user.yml Team permission to create repository in organization (#8312) 2019-11-20 19:27:49 +08:00
protected_branch.yml
public_key.yml
pull_request.yml Redirect issue if repo has configured external tracker. (#9247) 2019-12-06 23:21:18 -05:00
reaction.yml [API] Add Reactions (#9220) 2019-12-07 17:04:19 -05:00
release.yml
repo_indexer_status.yml
repo_redirect.yml
repo_topic.yml
repo_unit.yml Redirect issue if repo has configured external tracker. (#9247) 2019-12-06 23:21:18 -05:00
repository.yml Redirect issue if repo has configured external tracker. (#9247) 2019-12-06 23:21:18 -05:00
review.yml Branch protection: Possibility to not use whitelist but allow anyone with write access (#9055) 2019-12-03 20:08:56 -05:00
star.yml
stopwatch.yml
team.yml Team permission to create repository in organization (#8312) 2019-11-20 19:27:49 +08:00
team_repo.yml
team_unit.yml
team_user.yml Team permission to create repository in organization (#8312) 2019-11-20 19:27:49 +08:00
topic.yml
tracked_time.yml
two_factor.yml
u2f_registration.yml
user.yml Redirect issue if repo has configured external tracker. (#9247) 2019-12-06 23:21:18 -05:00
user_open_id.yml
watch.yml Auto-subscribe user to repository when they commit/tag to it (#7657) 2019-11-10 09:22:19 +00:00
webhook.yml