gitea/routers/api/v1/repo
6543 37e10d4543 [API] Add Reactions ()
* 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
..
blob.go Fixes 4762 - Content API for Creating, Updating, Deleting Files ()
branch.go Update branch API endpoint to show effective branch protection. ()
collaborators.go Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert ()
commits.go Add Close() method to gogitRepository ()
file.go Add Close() method to gogitRepository ()
fork.go Move some repositories' operations to a standalone service package ()
git_hook.go Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert ()
git_ref.go Add Close() method to gogitRepository ()
hook.go Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert ()
hook_test.go API endpoint for testing webhook ()
issue.go Fix API deadline removal ()
issue_comment.go Move webhook codes from service to webhook notification ()
issue_label.go Move issue label operations to issue service package ()
issue_reaction.go [API] Add Reactions ()
issue_subscription.go Refactor Issues Subscription ()
issue_tracked_time.go Use gitea forked macaron ()
key.go Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert ()
label.go Use gitea forked macaron ()
main_test.go API endpoint for testing webhook ()
milestone.go Display ui time with customize time location ()
pull.go Add Close() method to gogitRepository ()
release.go Extract actions on deletereleasebyid from models to release service ()
release_attachment.go Fix API for edit and delete release attachment ()
repo.go Hide credentials when submitting migration ()
repo_test.go Fixes - Adds API Endpoint for Repo Edit ()
star.go Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert ()
status.go Use gitea forked macaron ()
subscriber.go Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert ()
tag.go Add Close() method to gogitRepository ()
topic.go Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert ()
tree.go Fixes 4762 - Content API for Creating, Updating, Deleting Files ()