0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-20 12:55:47 -05:00
forgejo/routers/api/v1/repo
wxiaoguang 936eb64ebf
Make DeleteIssue use correct context (#24885)
Fix #24884 , the `ctx.Repo.GitRepo` might be nil.

(cherry picked from commit d19d5bc5b8)
2023-05-30 08:11:44 +02:00
..
blob.go
branch.go Fix protected branch for API (#24013) (#24027) 2023-04-10 14:48:02 +08:00
collaborators.go
commits.go
file.go [BRANDING] add X-Forgejo-* headers 2023-05-10 11:05:22 +02:00
fork.go Fix api error message if fork exists (#24487) (#24493) 2023-05-03 08:15:56 -04:00
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go Make DeleteIssue use correct context (#24885) 2023-05-30 08:11:44 +02:00
issue_attachment.go Preserve file size when creating attachments (#23406) (#23426) 2023-03-12 12:45:39 +01:00
issue_comment.go Fix issue attachment handling (#24202) (#24221) 2023-04-20 04:21:10 -04:00
issue_comment_attachment.go Preserve file size when creating attachments (#23406) (#23426) 2023-03-12 12:45:39 +01:00
issue_label.go
issue_reaction.go
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
key.go
label.go
language.go
main_test.go
migrate.go Match api migration behavior to web behavior (#23552) (#23573) 2023-03-19 15:30:02 +08:00
milestone.go
mirror.go
notes.go Fix panic when getting notes by ref (#23372) (#23377) 2023-03-08 15:17:31 -05:00
patch.go
pull.go
pull_review.go
release.go
release_attachment.go Preserve file size when creating attachments (#23406) (#23426) 2023-03-12 12:45:39 +01:00
release_tags.go
repo.go Handle missing README in create repos API (#23387) (#23510) 2023-03-16 21:04:52 -04:00
repo_test.go
star.go
status.go
subscriber.go
tag.go
teams.go
topic.go
transfer.go
tree.go
wiki.go