btcpayserver/BTCPayServer/Controllers
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
..
GreenField Webhook tests + FIXES + DOCS (#5686) 2024-02-23 09:44:42 +01:00
BitpayAccessTokenController.cs Rename controllers Bitpay controllers 2022-01-14 12:21:06 +09:00
BitpayInvoiceController.cs Stop using bitpay's CreateInvoice for non bitpay API usage (#5184) 2023-07-21 09:08:32 +09:00
BitpayRateController.cs Fix: Bitpay's API rate route wasn't backward for some queries (#5671) 2024-01-18 14:08:07 +09:00
LightningAddressService.cs Lightning Address: Use lowercased username when resolving (#5579) 2023-12-21 23:42:17 +09:00
LnurlAuthService.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
Macaroons.cs Use ArgumentNullException.ThrowIfNull everywhere (#3239) 2021-12-28 17:39:54 +09:00
UIAccountController.cs Admins can approve registered users (#5647) 2024-01-31 14:45:54 +09:00
UIAppsController.cs POS and Crowdfund: Improve item editor (#5418) 2023-11-02 19:58:03 +01:00
UIAppsController.Dashboard.cs Refactor plugin apps (#4780) 2023-03-20 10:39:26 +09:00
UIBoltcardController.cs Use PullPaymentId to derive the cardkey of Boltcard (#5575) 2023-12-21 10:29:28 +09:00
UICustodianAccountsController.cs Remove unused variables (#5669) 2024-01-18 09:47:39 +09:00
UIErrorController.cs Rename UI controllers 2022-01-14 13:46:03 +09:00
UIHomeController.cs Do not redirect to archived store after login (#5566) 2023-12-20 19:27:02 +09:00
UIInvoiceController.cs Remove unused variables (#5669) 2024-01-18 09:47:39 +09:00
UIInvoiceController.Testing.cs Support the new LN lib (#5422) 2023-11-21 18:55:02 +09:00
UIInvoiceController.UI.cs Fix: Labels wouldn't be properly applied to some wallet's transactions (#5770) 2024-02-20 18:42:38 +09:00
UILNURLAuthController.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
UILNURLController.cs Lightning Address: Use lowercased username when resolving (#5579) 2023-12-21 23:42:17 +09:00
UIManageController.2FA.cs Rename LNUrlAuthController -> UILNAuthController (#3352) 2022-01-25 11:51:14 +09:00
UIManageController.APIKeys.cs enhance fine grain permissions (#5502) 2023-12-01 09:12:02 +01:00
UIManageController.cs Start using JSONB column instead of app side compressed data (#4574) 2023-02-21 15:06:34 +09:00
UIManageController.LoginCodes.cs Rename UI controllers 2022-01-14 13:46:03 +09:00
UIManageController.Notifications.cs Different icons for notifications (#4632) 2023-02-21 11:06:27 +09:00
UINotificationsController.cs Rewrite the Notification dropdown with Blazor (#5325) 2023-09-18 10:55:05 +09:00
UIPaymentRequestController.cs Prevent payment request to be created when a wallet is not set up (#5620) 2024-01-11 16:25:56 +01:00
UIPublicController.cs Stop using bitpay's CreateInvoice for non bitpay API usage (#5184) 2023-07-21 09:08:32 +09:00
UIPublicLightningNodeInfoController.cs Store Branding: Refactoring and logo as favicon (#5519) 2023-12-01 16:13:44 +01:00
UIPullPaymentController.Boltcard.cs Use PullPaymentId to derive the cardkey of Boltcard (#5575) 2023-12-21 10:29:28 +09:00
UIPullPaymentController.cs Fix: Labels wouldn't be properly applied to some wallet's transactions (#5770) 2024-02-20 18:42:38 +09:00
UIReportsController.CheatMode.cs Boltcard integration (#5419) 2023-12-06 09:17:58 +09:00
UIReportsController.cs enhance fine grain permissions (#5502) 2023-12-01 09:12:02 +01:00
UIServerController.cs Admin overview of the stores on the instance (#5745) 2024-02-23 09:51:41 +01:00
UIServerController.Plugins.cs Various plugin fixes (#5577) 2024-01-18 17:15:16 +09:00
UIServerController.Roles.cs Do not cleanup unreachable stores (#5025) 2023-05-31 11:22:37 +09:00
UIServerController.Storage.cs Add option to customize the instance logo (#4258) 2022-11-14 22:29:23 +09:00
UIServerController.Users.cs Admin overview of the stores on the instance (#5745) 2024-02-23 09:51:41 +01:00
UIStorageController.cs Fix possible NRE 2022-05-02 09:43:55 +09:00
UIStorePullPaymentsController.PullPayments.cs Greenfield: Fix invoice refund permission (#5558) 2023-12-14 11:15:36 +01:00
UIStoresController.cs Admin overview of the stores on the instance (#5745) 2024-02-23 09:51:41 +01:00
UIStoresController.Dashboard.cs Refactor plugin apps (#4780) 2023-03-20 10:39:26 +09:00
UIStoresController.Email.cs Policies: Cleanup and improvements (#5731) 2024-02-21 14:43:44 +01:00
UIStoresController.Integrations.cs Remove store integrations list page (#4816) 2023-03-27 16:40:50 +02:00
UIStoresController.LightningLike.cs Support the new LN lib (#5422) 2023-11-21 18:55:02 +09:00
UIStoresController.Onchain.cs Fix wallet import (#5695) 2024-01-24 17:49:15 +09:00
UIStoresController.Roles.cs fix store role deletion fixes #5027 2023-05-31 13:42:38 +02:00
UIUserStoresController.cs Admin overview of the stores on the instance (#5745) 2024-02-23 09:51:41 +01:00
UIVaultController.cs Better error message in Vault if hardware device isn't supported 2023-12-20 17:17:19 +09:00
UIWalletsController.cs Support 16mb psbts. Potentially fixes #5768 2024-02-19 14:14:41 +01:00
UIWalletsController.PSBT.cs Remove randomize RBF from wallet UI advanced settings (#5709) 2024-01-31 21:04:19 +09:00