1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-25 07:25:14 +00:00
forgejo/routers/api/v1/repo
Loïc Dachary 585f74c2ca
fix GET /repos/{owner}/{repo}/issues/comments/{id}/reactions
(cherry picked from commit a146e3d0f9ff8ac1aee4be8a3632c76b35fc3482)
2023-11-25 07:23:33 +01:00
..
blob.go
branch.go
collaborators.go
commits.go
file.go [BRANDING] add X-Forgejo-* headers 2023-07-17 00:25:55 +02:00
fork.go
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go fix API usage of a PR index in place of issue index and vice versa 2023-11-25 07:23:32 +01:00
issue_attachment.go For API attachments, use API URL (#25639) (#25814) 2023-07-10 12:56:16 +00:00
issue_comment.go fix PATCH /api/v1/repos/{owner}/{repo}/issues/comments/{id} 2023-11-25 07:23:33 +01:00
issue_comment_attachment.go For API attachments, use API URL (#25639) (#25814) 2023-07-10 12:56:16 +00:00
issue_dependency.go
issue_label.go
issue_pin.go
issue_reaction.go fix GET /repos/{owner}/{repo}/issues/comments/{id}/reactions 2023-11-25 07:23:33 +01:00
issue_stopwatch.go
issue_subscription.go
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 Fix some slice append usages (#26778) (#26798) 2023-09-08 08:09:18 +02:00
pull_review.go
release.go For API attachments, use API URL (#25639) (#25814) 2023-07-10 12:56:16 +00:00
release_attachment.go For API attachments, use API URL (#25639) (#25814) 2023-07-10 12:56:16 +00:00
release_tags.go For API attachments, use API URL (#25639) (#25814) 2023-07-10 12:56:16 +00:00
repo.go
repo_test.go
star.go
status.go
subscriber.go
tag.go
teams.go
topic.go
transfer.go
tree.go
wiki.go Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) (#26405) 2023-08-21 07:22:18 +02:00