Merge 1.2.0 changes back to master.

This commit is contained in:
Michael Jumper
2020-06-16 16:12:16 -07:00
4 changed files with 50 additions and 2 deletions

View File

@@ -207,6 +207,16 @@
"name" : "drive-name",
"type" : "TEXT"
},
{
"name" : "disable-download",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "disable-upload",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "drive-path",
"type" : "TEXT"
@@ -397,6 +407,16 @@
{
"name" : "sftp-server-alive-interval",
"type" : "NUMERIC"
},
{
"name" : "sftp-disable-download",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "sftp-disable-upload",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
}

View File

@@ -189,6 +189,16 @@
{
"name" : "sftp-root-directory",
"type" : "TEXT"
},
{
"name" : "sftp-disable-download",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "sftp-disable-upload",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
}

View File

@@ -172,6 +172,16 @@
{
"name" : "sftp-server-alive-interval",
"type" : "NUMERIC"
},
{
"name" : "sftp-disable-download",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "sftp-disable-upload",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},