Skip to content

Commit

Permalink
Update BTCPay Server
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Nov 7, 2024
1 parent 4ff0901 commit 66ca7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/btcpayserver
Submodule btcpayserver updated 40 files
+1 −1 BTCPayServer.Client/BTCPayServerClient.Apps.cs
+1 −1 BTCPayServer.Client/BTCPayServerClient.cs
+14 −0 BTCPayServer.Tests/GreenfieldAPITests.cs
+0 −6 BTCPayServer/Components/AppSales/AppSales.cs
+0 −1 BTCPayServer/Components/AppSales/AppSalesViewModel.cs
+0 −1 BTCPayServer/Components/AppSales/Default.cshtml.js
+0 −1 BTCPayServer/Components/StoreLightningBalance/StoreLightningBalanceViewModel.cs
+2 −2 BTCPayServer/Components/StoreLightningServices/Default.cshtml
+23 −8 BTCPayServer/Components/StoreLightningServices/StoreLightningServices.cs
+2 −2 BTCPayServer/Components/StoreLightningServices/StoreLightningServicesViewModel.cs
+6 −6 BTCPayServer/Components/StoreNumbers/Default.cshtml
+11 −17 BTCPayServer/Components/StoreNumbers/StoreNumbers.cs
+1 −3 BTCPayServer/Components/StoreNumbers/StoreNumbersViewModel.cs
+5 −6 BTCPayServer/Components/StoreRecentInvoices/Default.cshtml
+9 −9 BTCPayServer/Components/StoreRecentInvoices/StoreRecentInvoices.cs
+1 −1 BTCPayServer/Components/StoreRecentInvoices/StoreRecentInvoicesViewModel.cs
+3 −3 BTCPayServer/Components/StoreRecentTransactions/Default.cshtml
+10 −20 BTCPayServer/Components/StoreRecentTransactions/StoreRecentTransactions.cs
+1 −2 BTCPayServer/Components/StoreRecentTransactions/StoreRecentTransactionsViewModel.cs
+2 −9 BTCPayServer/Components/StoreSelector/StoreSelector.cs
+0 −2 BTCPayServer/Components/StoreSelector/StoreSelectorViewModel.cs
+0 −1 BTCPayServer/Components/StoreWalletBalance/StoreWalletBalanceViewModel.cs
+7 −11 BTCPayServer/Controllers/GreenField/GreenfieldAppsController.cs
+10 −14 BTCPayServer/Controllers/GreenField/GreenfieldStoresController.cs
+10 −15 BTCPayServer/Controllers/GreenField/GreenfieldUsersController.cs
+12 −26 BTCPayServer/Controllers/UIManageController.cs
+14 −4 BTCPayServer/Controllers/UINotificationsController.cs
+12 −27 BTCPayServer/Controllers/UIServerController.Users.cs
+6 −6 BTCPayServer/Controllers/UIServerController.cs
+12 −23 BTCPayServer/Controllers/UIStoresController.Dashboard.cs
+8 −23 BTCPayServer/Controllers/UIStoresController.Settings.cs
+8 −1 BTCPayServer/Models/NotificationViewModels/IndexViewModel.cs
+2 −4 BTCPayServer/Services/Translations.Default.cs
+10 −8 BTCPayServer/Storage/Services/FileService.cs
+4 −4 BTCPayServer/Views/UINotifications/Index.cshtml
+4 −4 BTCPayServer/Views/UIStores/Dashboard.cshtml
+2 −2 BTCPayServer/Views/UIStores/ImportWallet/File.cshtml
+1 −1 BTCPayServer/Views/UIStores/SetupLightningNode.cshtml
+1 −1 BTCPayServer/Views/UIStores/StoreUsers.cshtml
+76 −0 BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json

0 comments on commit 66ca7ed

Please sign in to comment.