0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-21 14:47:20 +01:00
gitea/routers/api/v1/repo
Chris Shyi c752ccee64
Improve error feedback for duplicate deploy keys (#13112)
Instead of a generic HTTP 500 error page, a flash message is rendered with the deploy key page template to inform the user that a key with the intended title already exists. 

Fixes #13110
2020-10-12 14:44:56 +01:00
..
blob.go
branch.go
collaborators.go
commits.go Not using "ctx.ServerError" in api (#12907) 2020-09-20 21:20:14 +01:00
file.go
fork.go Not using "ctx.ServerError" in api (#12907) 2020-09-20 21:20:14 +01:00
git_hook.go
git_ref.go
hook_test.go
hook.go
issue_comment.go
issue_label.go
issue_reaction.go
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
issue.go Fixed count of filtered issues when api request. (#12275) 2020-09-24 19:30:40 -04:00
key.go Improve error feedback for duplicate deploy keys (#13112) 2020-10-12 14:44:56 +01:00
label.go Not using "ctx.ServerError" in api (#12907) 2020-09-20 21:20:14 +01:00
language.go
main_test.go
migrate.go Adopt repositories (#12920) 2020-09-25 07:09:23 +03:00
milestone.go Not using "ctx.ServerError" in api (#12907) 2020-09-20 21:20:14 +01:00
mirror.go
pull_review.go Not using "ctx.ServerError" in api (#12907) 2020-09-20 21:20:14 +01:00
pull.go Not using "ctx.ServerError" in api (#12907) 2020-09-20 21:20:14 +01:00
release_attachment.go Attachments: Add extension support, allow all types for releases (#12465) 2020-10-05 01:49:33 -04:00
release_tags.go API: Get release by tags endpoint (#12932) 2020-09-25 20:11:43 +01:00
release.go API: GetReleaseByID return 404 if not found (#12933) 2020-09-24 18:36:56 -04:00
repo_test.go
repo.go Add IsTemplate option in create repo ui and api (#12942) 2020-09-25 13:18:37 +08:00
star.go
status.go
subscriber.go
tag.go
topic.go
transfer.go
tree.go