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/repo
Lunny Xiao 7afe81f28e fix bug when migrate repository 500 when repo is existed (#6188)
* fix bug when migrate repository 500 when repo is existed

* use 409 but not 422 for error status code when not exist

* translation fix
6 years ago
..
activity.go
attachment.go
branch.go
commit.go
download.go Allow markdown files to read from the LFS (#5787) 6 years ago
editor.go Refactor editor upload, update and delete to use git plumbing and add LFS support (#5702) 6 years ago
editor_test.go Refactor editor upload, update and delete to use git plumbing and add LFS support (#5702) 6 years ago
http.go
issue.go refactor issue indexer, add some testing and fix a bug (#6131) 6 years ago
issue_dependency.go
issue_label.go Allow labels to contain emoji (#6063) 6 years ago
issue_label_test.go
issue_lock.go Implement "conversation lock" for issue comments (#5073) 6 years ago
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
milestone.go
pull.go
pull_review.go
release.go
release_test.go
repo.go fix bug when migrate repository 500 when repo is existed (#6188) 6 years ago
search.go
setting.go fix bug user could change private repository to public when force private enabled. (#6156) 6 years ago
setting_protected_branch.go
settings_test.go
topic.go
view.go Allow display of LFS stored Readme.md on directory page (#6073) (#6099) 6 years ago
webhook.go
wiki.go
wiki_test.go