webapp: Support for enabling known git repositories on ssh servers.
The repository must have been added using initremote. Turned out to be much much simpler than expected, because I was able to reuse the existing code for enabling rsync and gcrypt remotes, which was already sufficiently general that it will also work for ssh remotes. Total win! This commit was sponsored by an unknown bitcoin contributor.
This commit is contained in:
parent
c07343e4f7
commit
c11461b860
4 changed files with 24 additions and 8 deletions
|
@ -81,6 +81,7 @@
|
|||
/config/repository/enable/IA/#UUID EnableIAR GET POST
|
||||
/config/repository/enable/glacier/#UUID EnableGlacierR GET POST
|
||||
/config/repository/enable/webdav/#UUID EnableWebDAVR GET POST
|
||||
/config/repository/enable/sshgitremote/#UUID EnableSshGitRemoteR GET POST
|
||||
|
||||
/config/repository/reorder RepositoriesReorderR GET
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue