You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/v1/repo
JakobDev f384b13f1c
Implement Issue Config (#20956)
Closes #20955

This PR adds the possibility to disable blank Issues, when the Repo has
templates. This can be done by creating the file
`.gitea/issue_config.yaml` with the content `blank_issues_enabled` in
the Repo.
2 years ago
..
blob.go
branch.go Use context parameter in services/repository (#23186) 2 years ago
collaborators.go
commits.go
file.go
fork.go
git_hook.go
git_ref.go
hook.go Add user webhooks (#21563) 2 years ago
hook_test.go
issue.go
issue_attachment.go Preserve file size when creating attachments (#23406) 2 years ago
issue_comment.go
issue_comment_attachment.go Preserve file size when creating attachments (#23406) 2 years ago
issue_dependency.go Add API to manage issue dependencies (#17935) 2 years ago
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) 2 years ago
language.go
main_test.go
migrate.go Match api migration behavior to web behavior (#23552) 2 years ago
milestone.go
mirror.go
notes.go Fix panic when getting notes by ref (#23372) 2 years ago
patch.go
pull.go Use context parameter in services/repository (#23186) 2 years ago
pull_review.go Make Ctrl+Enter submit a pending comment (starting review) instead of submitting a single comment (#23245) 2 years ago
release.go
release_attachment.go Preserve file size when creating attachments (#23406) 2 years ago
release_tags.go
repo.go Implement Issue Config (#20956) 2 years ago
repo_test.go
star.go
status.go
subscriber.go
tag.go
teams.go
topic.go
transfer.go
tree.go
wiki.go