btcpayserver/BTCPayServer/Services
d11n d55770cc16
Admin overview of the stores on the instance (#5745)
* Admin overview of the stores on the instance

POC/Draft for #5674.

* Enable admin to access foreign stores

* Remove stores list link

* UI updates

* Grant admins guest access to foreign stores

* Optimize cookie auth handler

* Test fix

* Revert changes related to StoreRepository.FindStore with isAdmin
2024-02-23 09:51:41 +01:00
..
Altcoins Pluginify BTCPayNetworkProvider (#5331) 2023-11-29 18:51:40 +09:00
Apps HTML Sanitizer updates (#5736) 2024-02-21 20:53:24 +01:00
Custodian Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
Fees Improve checkout page load time by fetching recommended fee in the background periodically (#5672) 2024-01-18 17:16:57 +09:00
Invoices Remove unused variables (#5669) 2024-01-18 09:47:39 +09:00
Labels Dotnet reformat 2023-04-10 11:07:03 +09:00
Mails Pluginize Webhooks and support Payouts (#5421) 2023-12-01 10:50:05 +01:00
Notifications Admins can approve registered users (#5647) 2024-01-31 14:45:54 +09:00
PaymentRequests Pluginize Webhooks and support Payouts (#5421) 2023-12-01 10:50:05 +01:00
Reporting Fix build warnings and flaky tests (#5780) 2024-02-22 09:38:06 +09:00
Stores Admin overview of the stores on the instance (#5745) 2024-02-23 09:51:41 +01:00
WalletFileParsing Fix: Sometimes importing a wallet file from Electrum would fail 2024-01-24 22:53:40 +09:00
Wallets Fix crash on /wallets/transactions with non zero skip parameter (Fix #5183) 2023-08-23 16:11:25 +09:00
Attachment.cs Use constants rather than magic strings in transaction attachments 2022-11-17 10:24:49 +09:00
BTCPayNetworkJsonSerializerSettings.cs Use ArgumentNullException.ThrowIfNull everywhere (#3239) 2021-12-28 17:39:54 +09:00
BTCPayServerEnvironment.cs Add UserAgent to IPN and webhook HTTP requests (Fix #4883) 2023-04-19 21:13:31 +09:00
Cheater.cs Pluginify BTCPayNetworkProvider (#5331) 2023-11-29 18:51:40 +09:00
DefaultSwaggerProvider.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
DefaultTransactionLinkProvider.cs Pluginify BTCPayNetworkProvider (#5331) 2023-11-29 18:51:40 +09:00
DelayedTransactionBroadcaster.cs Warning if not using 'simple using' 2022-01-14 17:50:29 +09:00
DisplayFormatter.cs Payment details: Re-add unit for displayed amount (#5541) 2023-12-07 20:40:13 +09:00
DynamicDnsSettings.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
IBackgroundJobClient.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
InvoiceActivator.cs Generic Forms (#4561) 2023-02-20 19:35:54 +09:00
ISettingsAccessor.cs Allow resolution of any settings via DI 2022-05-24 14:10:19 +09:00
LanguageService.cs Nullable on LanguageService 2023-04-20 09:44:24 +09:00
LightningClientFactoryService.cs Support the new LN lib (#5422) 2023-11-21 18:55:02 +09:00
LightningConfigurationProvider.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
MigrationSettings.cs Do not cleanup unreachable stores (#5025) 2023-05-31 11:22:37 +09:00
NBXplorerConnectionFactory.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
NBXSyncSummaryProvider.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
PoliciesSettings.cs Policies: Cleanup and improvements (#5731) 2024-02-21 14:43:44 +01:00
ReportService.cs Add reporting feature (#5155) 2023-07-24 09:24:32 +09:00
ServerSettings.cs Server Settings: Customize instance name and add contact URL (#5718) 2024-02-21 20:54:39 +01:00
SettingsRepository.cs Transfer Processors (#3476) 2022-04-24 12:19:34 +09:00
SocketFactory.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Socks5HttpClientHandler.cs Remove internal socks http proxy and use .net60 socks support (#3240) 2021-12-28 18:57:22 +09:00
ThemesSettings.cs Server Settings: Customize instance name and add contact URL (#5718) 2024-02-21 20:54:39 +01:00
Torrc.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
TorServices.cs Prevent payout processors from stalling restart 2023-04-26 18:09:56 +09:00
TransactionLinkProvider.cs Pluginify BTCPayNetworkProvider (#5331) 2023-11-29 18:51:40 +09:00
TransactionLinkProviders.cs Pluginify BTCPayNetworkProvider (#5331) 2023-11-29 18:51:40 +09:00
UserService.cs Admins can approve registered users (#5647) 2024-01-31 14:45:54 +09:00
WalletFileParsers.cs Refactor wallet file parsing (Fix: #5690) (#5692) 2024-01-23 21:33:45 +09:00
WalletRepository.cs Do not dispose connections created by EF 2024-01-25 10:45:02 +09:00