Merge pull request #1471 from gitbucket/feature/deploykeys
Deploy key support
commit c039b763c55e8aeb08f0584d7db382af3b2acff5
2 parents b6390ac + bc69a67
@Naoki Takezoe Naoki Takezoe authored on 3 Mar 2017
GitHub committed on 3 Mar 2017
Showing 13 changed files
View
src/main/resources/update/gitbucket-core_4.11.xml 0 → 100644
View
src/main/scala/gitbucket/core/GitBucketCoreModule.scala
View
src/main/scala/gitbucket/core/controller/RepositorySettingsController.scala
View
src/main/scala/gitbucket/core/model/DeployKey.scala 0 → 100644
View
src/main/scala/gitbucket/core/model/Profile.scala
View
src/main/scala/gitbucket/core/service/DeployKeyService.scala 0 → 100644
View
src/main/scala/gitbucket/core/service/SshKeyService.scala
View
src/main/scala/gitbucket/core/service/SystemSettingsService.scala
View
src/main/scala/gitbucket/core/ssh/GitCommand.scala
View
src/main/scala/gitbucket/core/ssh/PublicKeyAuthenticator.scala
View
src/main/twirl/gitbucket/core/account/ssh.scala.html
View
src/main/twirl/gitbucket/core/settings/deploykey.scala.html 0 → 100644
View
src/main/twirl/gitbucket/core/settings/menu.scala.html