mirror of
1
Fork 0
forgejo/routers/api/v1/repo
wxiaoguang d19d5bc5b8
Make DeleteIssue use correct context (#24885)
Fix #24884 , the `ctx.Repo.GitRepo` might be nil.
2023-05-23 13:11:19 -04: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
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-23 13:11:19 -04: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 Add loading yaml label template files (#22976) (#23232) 2023-03-01 21:57:34 -05:00
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