Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopperDEL <github_com@tparth.de>2021-07-20 11:17:44 +0300
committerTopperDEL <github_com@tparth.de>2021-07-20 11:17:44 +0300
commitad63833a32bcd71f62c7136040b073835f353a56 (patch)
tree92cb21eee3881b728a42e04b1f9b5040318e04a8 /Duplicati
parenta2a7e4b7ba1963192d636c53dc01cf6d969db416 (diff)
fix: Remove unnecessary backend-parameter "secret-verify"
Diffstat (limited to 'Duplicati')
-rw-r--r--Duplicati/Library/Backend/Storj/StorjBackend.cs2
-rw-r--r--Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs2
-rw-r--r--Duplicati/Server/webroot/ngax/scripts/services/EditUriBuiltins.js2
3 files changed, 0 insertions, 6 deletions
diff --git a/Duplicati/Library/Backend/Storj/StorjBackend.cs b/Duplicati/Library/Backend/Storj/StorjBackend.cs
index cdc761b1e..43b4f42a9 100644
--- a/Duplicati/Library/Backend/Storj/StorjBackend.cs
+++ b/Duplicati/Library/Backend/Storj/StorjBackend.cs
@@ -20,7 +20,6 @@ namespace Duplicati.Library.Backend.Storj
private const string STORJ_SATELLITE = "storj-satellite";
private const string STORJ_API_KEY = "storj-api-key";
private const string STORJ_SECRET = "storj-secret";
- private const string STORJ_SECRET_VERIFY = "storj-secret-verify";
private const string STORJ_SHARED_ACCESS = "storj-shared-access";
private const string STORJ_BUCKET = "storj-bucket";
private const string STORJ_FOLDER = "storj-folder";
@@ -151,7 +150,6 @@ namespace Duplicati.Library.Backend.Storj
new CommandLineArgument(STORJ_SATELLITE, CommandLineArgument.ArgumentType.String, Strings.Storj.StorjSatelliteDescriptionShort, Strings.Storj.StorjSatelliteDescriptionLong, "us1.storj.io:7777"),
new CommandLineArgument(STORJ_API_KEY, CommandLineArgument.ArgumentType.String, Strings.Storj.StorjAPIKeyDescriptionShort, Strings.Storj.StorjAPIKeyDescriptionLong),
new CommandLineArgument(STORJ_SECRET, CommandLineArgument.ArgumentType.Password, Strings.Storj.StorjSecretDescriptionShort, Strings.Storj.StorjSecretDescriptionLong),
- new CommandLineArgument(STORJ_SECRET_VERIFY, CommandLineArgument.ArgumentType.Password, Strings.Storj.StorjSecretDescriptionShort, Strings.Storj.StorjSecretDescriptionLong),
new CommandLineArgument(STORJ_SHARED_ACCESS, CommandLineArgument.ArgumentType.String, Strings.Storj.StorjSharedAccessDescriptionShort, Strings.Storj.StorjSharedAccessDescriptionLong),
new CommandLineArgument(STORJ_BUCKET, CommandLineArgument.ArgumentType.String, Strings.Storj.StorjBucketDescriptionShort, Strings.Storj.StorjBucketDescriptionLong),
new CommandLineArgument(STORJ_FOLDER, CommandLineArgument.ArgumentType.String, Strings.Storj.StorjFolderDescriptionShort, Strings.Storj.StorjFolderDescriptionLong),
diff --git a/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs b/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
index 89374310d..255830500 100644
--- a/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
+++ b/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
@@ -28,7 +28,6 @@ namespace Duplicati.Library.Backend.Tardigrade
private const string TARDIGRADE_SATELLITE = "tardigrade-satellite";
private const string TARDIGRADE_API_KEY = "tardigrade-api-key";
private const string TARDIGRADE_SECRET = "tardigrade-secret";
- private const string TARDIGRADE_SECRET_VERIFY = "tardigrade-secret-verify";
private const string TARDIGRADE_SHARED_ACCESS = "tardigrade-shared-access";
private const string TARDIGRADE_BUCKET = "tardigrade-bucket";
private const string TARDIGRADE_FOLDER = "tardigrade-folder";
@@ -63,7 +62,6 @@ namespace Duplicati.Library.Backend.Tardigrade
new CommandLineArgument(TARDIGRADE_SATELLITE, CommandLineArgument.ArgumentType.String, Strings.Storj.StorjSatelliteDescriptionShort, Strings.Storj.StorjSatelliteDescriptionLong, "us1.storj.io:7777", null, null),
new CommandLineArgument(TARDIGRADE_API_KEY, CommandLineArgument.ArgumentType.String, Strings.Storj.StorjAPIKeyDescriptionShort, Strings.Storj.StorjAPIKeyDescriptionLong, null, null, null),
new CommandLineArgument(TARDIGRADE_SECRET, CommandLineArgument.ArgumentType.Password, Strings.Storj.StorjSecretDescriptionShort, Strings.Storj.StorjSecretDescriptionLong, null, null, null),
- new CommandLineArgument(TARDIGRADE_SECRET_VERIFY, CommandLineArgument.ArgumentType.Password, Strings.Storj.StorjSecretDescriptionShort, Strings.Storj.StorjSecretDescriptionLong, null, null, null),
new CommandLineArgument(TARDIGRADE_SHARED_ACCESS, CommandLineArgument.ArgumentType.String, Strings.Storj.StorjSharedAccessDescriptionShort, Strings.Storj.StorjSharedAccessDescriptionLong, null, null, null),
new CommandLineArgument(TARDIGRADE_BUCKET, CommandLineArgument.ArgumentType.String, Strings.Storj.StorjBucketDescriptionShort, Strings.Storj.StorjBucketDescriptionLong, null, null, null),
new CommandLineArgument(TARDIGRADE_FOLDER, CommandLineArgument.ArgumentType.String, Strings.Storj.StorjFolderDescriptionShort, Strings.Storj.StorjFolderDescriptionLong, null, null, null),
diff --git a/Duplicati/Server/webroot/ngax/scripts/services/EditUriBuiltins.js b/Duplicati/Server/webroot/ngax/scripts/services/EditUriBuiltins.js
index fab66f5a3..63a94b64d 100644
--- a/Duplicati/Server/webroot/ngax/scripts/services/EditUriBuiltins.js
+++ b/Duplicati/Server/webroot/ngax/scripts/services/EditUriBuiltins.js
@@ -801,7 +801,6 @@ backupApp.service('EditUriBuiltins', function (AppService, AppUtils, SystemInfo,
'storj-satellite': scope.storj_satellite,
'storj-api-key': scope.storj_api_key,
'storj-secret': scope.storj_secret,
- 'storj-secret-verify': scope.storj_secret_verify,
'storj-shared-access': scope.storj_shared_access,
'storj-bucket': scope.storj_bucket,
'storj-folder': scope.storj_folder
@@ -823,7 +822,6 @@ backupApp.service('EditUriBuiltins', function (AppService, AppUtils, SystemInfo,
'tardigrade-satellite': scope.tardigrade_satellite,
'tardigrade-api-key': scope.tardigrade_api_key,
'tardigrade-secret': scope.tardigrade_secret,
- 'tardigrade-secret-verify': scope.tardigrade_secret_verify,
'tardigrade-shared-access': scope.tardigrade_shared_access,
'tardigrade-bucket': scope.tardigrade_bucket,
'tardigrade-folder': scope.tardigrade_folder