gitea/routers/api/v1/repo
techknowlogick 2123195b3a
Migration failure during reaction migration from gitea (#13344) (#13346)
* Migration failure during reaction migration from gitea (#13344)

* Migrating reactions is just not that important

A failure during migrating reactions should not cause failure of
migration.

Signed-off-by: Andrew Thornton <art27@cantab.net>

* When checking issue reactions check the correct permission

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>

* Delete gitea_downloader.go

* Backport #13349

Unfortunately my final push to #13344 didn't register - or I failed to push it properly. GetIssueCommentReactions in routers/api/v1/repo/issue_reaction.go also makes the same mistake.

Co-authored-by: zeripath <art27@cantab.net>
2020-10-29 14:42:56 -04:00
..
blob.go
branch.go
collaborators.go
commits.go Fix regression: Gitea commits API again returns commit summaries, not full messages (#12186) (#12187) 2020-07-08 11:22:07 -04:00
file.go In File Create/Update API return 404 if Branch does not exist (#11791) (#11795) 2020-06-07 22:50:19 +03:00
fork.go
git_hook.go
git_ref.go
hook_test.go
hook.go
issue_comment.go
issue_label.go
issue_reaction.go Migration failure during reaction migration from gitea (#13344) (#13346) 2020-10-29 14:42:56 -04:00
issue_stopwatch.go
issue_subscription.go Return issue subscription status from API subscribe (#10966) 2020-04-30 23:55:24 +01:00
issue_tracked_time.go Fix tracked time issues (#11349) 2020-05-09 11:18:44 -03:00
issue.go Fix timezone on issue deadline (#11697) (#11784) 2020-06-06 13:44:16 +01:00
key.go
label.go
main_test.go
migrate.go
milestone.go Refactor Milestone related (#11225) 2020-05-12 22:54:35 +01:00
mirror.go
pull_review.go Add default CommitID for create pull review api (#11334) 2020-05-08 19:50:23 +01:00
pull.go Deny wrong pull (#13308) (#13327) 2020-10-27 18:35:28 +00:00
release_attachment.go
release.go
repo_test.go
repo.go Fix [API] CreateRepo missing information (#12848) (#12867) 2020-09-18 13:58:04 +08:00
star.go
status.go
subscriber.go
tag.go
topic.go Honor DEFAULT_PAGING_NUM for API (#11805) (#11813) 2020-06-09 16:05:21 +03:00
transfer.go Fix bug preventing transfer to private organization (#12497) (#12501) 2020-08-17 09:32:33 +03:00
tree.go