0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-29 18:59:53 +01:00
gitea/routers/api/v1
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
2019-02-26 09:28:56 -05:00
..
admin
convert
misc
org Allow to set organization visibility (public, internal, private) (#1763) 2019-02-18 18:00:27 +02:00
repo fix bug when migrate repository 500 when repo is existed (#6188) 2019-02-26 09:28:56 -05:00
swagger Fix #5799 - swagger for mergePullRequest (#5996) 2019-02-08 08:08:38 +00:00
user Admins can now do unlimited page size user search (listAllUsers & listAllOrgs) (#6143) 2019-02-21 15:42:54 -05:00
utils
api.go