}
@@ -247,13 +247,13 @@
{
-
-
+
Server Settings
-
-
+
Account
diff --git a/BTCPayServer/Views/Shared/Crowdfund/NavExtension.cshtml b/BTCPayServer/Views/Shared/Crowdfund/NavExtension.cshtml
index 79b726427..7123ecba8 100644
--- a/BTCPayServer/Views/Shared/Crowdfund/NavExtension.cshtml
+++ b/BTCPayServer/Views/Shared/Crowdfund/NavExtension.cshtml
@@ -11,7 +11,7 @@
@if (store != null && Model.AppType == AppType.Crowdfund)
{
-
-
+
@Model.AppName
diff --git a/BTCPayServer/Views/Shared/LNURL/LightningAddressNav.cshtml b/BTCPayServer/Views/Shared/LNURL/LightningAddressNav.cshtml
index de0b73e4b..4b2e2afb1 100644
--- a/BTCPayServer/Views/Shared/LNURL/LightningAddressNav.cshtml
+++ b/BTCPayServer/Views/Shared/LNURL/LightningAddressNav.cshtml
@@ -15,7 +15,7 @@
@if (possible)
{
-
-
+
Lightning Address
diff --git a/BTCPayServer/Views/Shared/PointOfSale/NavExtension.cshtml b/BTCPayServer/Views/Shared/PointOfSale/NavExtension.cshtml
index b34ffc6be..5492aa607 100644
--- a/BTCPayServer/Views/Shared/PointOfSale/NavExtension.cshtml
+++ b/BTCPayServer/Views/Shared/PointOfSale/NavExtension.cshtml
@@ -11,7 +11,7 @@
@if (store != null && Model.AppType == AppType.PointOfSale)
{
-
-
+
@Model.AppName
diff --git a/BTCPayServer/Views/Shared/Shopify/StoreIntegrationsNav.cshtml b/BTCPayServer/Views/Shared/Shopify/StoreIntegrationsNav.cshtml
index db2a90617..ac2f8437a 100644
--- a/BTCPayServer/Views/Shared/Shopify/StoreIntegrationsNav.cshtml
+++ b/BTCPayServer/Views/Shared/Shopify/StoreIntegrationsNav.cshtml
@@ -5,7 +5,7 @@
}
-
-
+
Shopify
diff --git a/BTCPayServer.Plugins.Test/BTCPayServer.Plugins.Test.csproj b/Plugins/BTCPayServer.Plugins.Test/BTCPayServer.Plugins.Test.csproj
similarity index 88%
rename from BTCPayServer.Plugins.Test/BTCPayServer.Plugins.Test.csproj
rename to Plugins/BTCPayServer.Plugins.Test/BTCPayServer.Plugins.Test.csproj
index f20de0256..d0cfd8291 100644
--- a/BTCPayServer.Plugins.Test/BTCPayServer.Plugins.Test.csproj
+++ b/Plugins/BTCPayServer.Plugins.Test/BTCPayServer.Plugins.Test.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/BTCPayServer.Plugins.Test/Controllers/UITestExtensionController.cs b/Plugins/BTCPayServer.Plugins.Test/Controllers/UITestExtensionController.cs
similarity index 100%
rename from BTCPayServer.Plugins.Test/Controllers/UITestExtensionController.cs
rename to Plugins/BTCPayServer.Plugins.Test/Controllers/UITestExtensionController.cs
diff --git a/BTCPayServer.Plugins.Test/Data/TestPluginData.cs b/Plugins/BTCPayServer.Plugins.Test/Data/TestPluginData.cs
similarity index 100%
rename from BTCPayServer.Plugins.Test/Data/TestPluginData.cs
rename to Plugins/BTCPayServer.Plugins.Test/Data/TestPluginData.cs
diff --git a/BTCPayServer.Plugins.Test/Data/TestPluginDbContext.cs b/Plugins/BTCPayServer.Plugins.Test/Data/TestPluginDbContext.cs
similarity index 100%
rename from BTCPayServer.Plugins.Test/Data/TestPluginDbContext.cs
rename to Plugins/BTCPayServer.Plugins.Test/Data/TestPluginDbContext.cs
diff --git a/BTCPayServer.Plugins.Test/Migrations/20201117154419_Init.cs b/Plugins/BTCPayServer.Plugins.Test/Migrations/20201117154419_Init.cs
similarity index 100%
rename from BTCPayServer.Plugins.Test/Migrations/20201117154419_Init.cs
rename to Plugins/BTCPayServer.Plugins.Test/Migrations/20201117154419_Init.cs
diff --git a/BTCPayServer.Plugins.Test/Migrations/TestPluginDbContextModelSnapshot.cs b/Plugins/BTCPayServer.Plugins.Test/Migrations/TestPluginDbContextModelSnapshot.cs
similarity index 100%
rename from BTCPayServer.Plugins.Test/Migrations/TestPluginDbContextModelSnapshot.cs
rename to Plugins/BTCPayServer.Plugins.Test/Migrations/TestPluginDbContextModelSnapshot.cs
diff --git a/BTCPayServer.Plugins.Test/Resources/img/screengrab.png b/Plugins/BTCPayServer.Plugins.Test/Resources/img/screengrab.png
similarity index 100%
rename from BTCPayServer.Plugins.Test/Resources/img/screengrab.png
rename to Plugins/BTCPayServer.Plugins.Test/Resources/img/screengrab.png
diff --git a/BTCPayServer.Plugins.Test/Services/ApplicationPartsLogger.cs b/Plugins/BTCPayServer.Plugins.Test/Services/ApplicationPartsLogger.cs
similarity index 100%
rename from BTCPayServer.Plugins.Test/Services/ApplicationPartsLogger.cs
rename to Plugins/BTCPayServer.Plugins.Test/Services/ApplicationPartsLogger.cs
diff --git a/BTCPayServer.Plugins.Test/Services/TestPluginDbContextFactory.cs b/Plugins/BTCPayServer.Plugins.Test/Services/TestPluginDbContextFactory.cs
similarity index 100%
rename from BTCPayServer.Plugins.Test/Services/TestPluginDbContextFactory.cs
rename to Plugins/BTCPayServer.Plugins.Test/Services/TestPluginDbContextFactory.cs
diff --git a/BTCPayServer.Plugins.Test/Services/TestPluginService.cs b/Plugins/BTCPayServer.Plugins.Test/Services/TestPluginService.cs
similarity index 100%
rename from BTCPayServer.Plugins.Test/Services/TestPluginService.cs
rename to Plugins/BTCPayServer.Plugins.Test/Services/TestPluginService.cs
diff --git a/BTCPayServer.Plugins.Test/TestExtension.cs b/Plugins/BTCPayServer.Plugins.Test/TestExtension.cs
similarity index 93%
rename from BTCPayServer.Plugins.Test/TestExtension.cs
rename to Plugins/BTCPayServer.Plugins.Test/TestExtension.cs
index eccf52b49..1ee28a06d 100644
--- a/BTCPayServer.Plugins.Test/TestExtension.cs
+++ b/Plugins/BTCPayServer.Plugins.Test/TestExtension.cs
@@ -1,10 +1,7 @@
-using System;
using BTCPayServer.Abstractions.Contracts;
using BTCPayServer.Abstractions.Models;
using BTCPayServer.Abstractions.Services;
using BTCPayServer.Plugins.Test.Services;
-using Microsoft.AspNetCore.Builder;
-using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
namespace BTCPayServer.Plugins.Test
diff --git a/BTCPayServer.Plugins.Test/TestPluginMigrationRunner.cs b/Plugins/BTCPayServer.Plugins.Test/TestPluginMigrationRunner.cs
similarity index 100%
rename from BTCPayServer.Plugins.Test/TestPluginMigrationRunner.cs
rename to Plugins/BTCPayServer.Plugins.Test/TestPluginMigrationRunner.cs
diff --git a/Plugins/BTCPayServer.Plugins.Test/Views/Shared/TestExtensionNavExtension.cshtml b/Plugins/BTCPayServer.Plugins.Test/Views/Shared/TestExtensionNavExtension.cshtml
new file mode 100644
index 000000000..28fc7a06c
--- /dev/null
+++ b/Plugins/BTCPayServer.Plugins.Test/Views/Shared/TestExtensionNavExtension.cshtml
@@ -0,0 +1,2 @@
+
+
- Dear Nicolas Dorier
diff --git a/BTCPayServer.Plugins.Test/Views/UITestExtension/Index.cshtml b/Plugins/BTCPayServer.Plugins.Test/Views/UITestExtension/Index.cshtml
similarity index 100%
rename from BTCPayServer.Plugins.Test/Views/UITestExtension/Index.cshtml
rename to Plugins/BTCPayServer.Plugins.Test/Views/UITestExtension/Index.cshtml
diff --git a/BTCPayServer.Plugins.Test/Views/_ViewImports.cshtml b/Plugins/BTCPayServer.Plugins.Test/Views/_ViewImports.cshtml
similarity index 100%
rename from BTCPayServer.Plugins.Test/Views/_ViewImports.cshtml
rename to Plugins/BTCPayServer.Plugins.Test/Views/_ViewImports.cshtml
diff --git a/btcpayserver.sln b/btcpayserver.sln
index 5662655bc..92c3d41c0 100644
--- a/btcpayserver.sln
+++ b/btcpayserver.sln
@@ -31,7 +31,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BTCPayServer.Client", "BTCP
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BTCPayServer.Abstractions", "BTCPayServer.Abstractions\BTCPayServer.Abstractions.csproj", "{A0D50BB6-FE2C-4671-8693-F7582B66178F}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BTCPayServer.Plugins.Test", "BTCPayServer.Plugins.Test\BTCPayServer.Plugins.Test.csproj", "{545AFC8E-7BC2-43D9-84CA-F9468F4FF295}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BTCPayServer.Plugins.Test", "Plugins\BTCPayServer.Plugins.Test\BTCPayServer.Plugins.Test.csproj", "{545AFC8E-7BC2-43D9-84CA-F9468F4FF295}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{1FC7F660-ADF1-4D55-B61A-85C6AB083C33}"
EndProject