btcpayserver/BTCPayServer/Controllers
Andrew Camilleri 4564f9a46c
Small improvements (#5273)
* BUmp LNURL

* Show app view link in nav when not enoguh permission to modify

* FIx permission misalignment on create pull payments

We have explicit permissions for pull payment creation, even allow them to be created through the invoices, but the create ui and cta were blocked behind  canmodify store permission.

* Make Ln address pass an invoiceId in the context to resolve breaking change
2023-08-26 20:50:07 +09:00
..
GreenField Fix crash on /wallets/transactions with non zero skip parameter (Fix #5183) 2023-08-23 16:11:25 +09: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 Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
LightningAddressService.cs Dotnet reformat 2023-04-10 11:07:03 +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 Dotnet reformat 2023-04-10 11:07:03 +09:00
UIAppsController.cs Apps: Add direct file upload in item editor (#5140) 2023-07-06 11:01:36 +09:00
UIAppsController.Dashboard.cs Refactor plugin apps (#4780) 2023-03-20 10:39:26 +09:00
UICustodianAccountsController.cs Fixed nav menu active states + Better Fake Custodian (#4854) 2023-04-05 15:11:46 +02:00
UIErrorController.cs Rename UI controllers 2022-01-14 13:46:03 +09:00
UIHomeController.cs Store Custom Roles (#4940) 2023-05-26 23:49:32 +09:00
UIInvoiceController.cs Checkout v2: Play sound when invoice is paid (#5113) 2023-07-24 22:57:24 +09:00
UIInvoiceController.Testing.cs Refactor logic for calculating due amount of invoices (#5174) 2023-07-19 18:47:32 +09:00
UIInvoiceController.UI.cs Parse POS string data for invoice details display (#5275) 2023-08-26 20:48:48 +09:00
UILNURLAuthController.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
UILNURLController.cs Small improvements (#5273) 2023-08-26 20:50:07 +09:00
UIManageController.2FA.cs Rename LNUrlAuthController -> UILNAuthController (#3352) 2022-01-25 11:51:14 +09:00
UIManageController.APIKeys.cs Policies: Update wording to fit API keys and Roles (#5106) 2023-06-22 10:37:30 +02: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 Notifications: Fix mark all as seen return URL 2022-06-10 08:17:06 +02:00
UIPaymentRequestController.cs Payment Requests: List view improvements (#5065) 2023-07-06 10:02:23 +02:00
UIPublicController.cs Stop using bitpay's CreateInvoice for non bitpay API usage (#5184) 2023-07-21 09:08:32 +09:00
UIPublicLightningNodeInfoController.cs Unset X-Frame-Options header correctly (#4721) 2023-03-01 15:27:18 +09:00
UIPullPaymentController.cs Support accepting 0 amount bolt 11 invoices for payouts (#4014) 2023-07-24 20:40:26 +09:00
UIReportsController.CheatMode.cs Add reporting feature (#5155) 2023-07-24 09:24:32 +09:00
UIReportsController.cs Add reporting feature (#5155) 2023-07-24 09:24:32 +09:00
UIServerController.cs Checkout v2: Play sound when invoice is paid (#5113) 2023-07-24 22:57:24 +09:00
UIServerController.Plugins.cs do not require docker for plugin restart 2023-02-24 13:52:46 +01: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 Fix: If user get locked out, unlocking or deleting user fails 2023-02-15 14:28:34 +09:00
UIStorageController.cs Fix possible NRE 2022-05-02 09:43:55 +09:00
UIStorePullPaymentsController.PullPayments.cs Small improvements (#5273) 2023-08-26 20:50:07 +09:00
UIStoresController.cs Checkout v2: Play sound when invoice is paid (#5113) 2023-07-24 22:57:24 +09:00
UIStoresController.Dashboard.cs Refactor plugin apps (#4780) 2023-03-20 10:39:26 +09:00
UIStoresController.Email.cs Email Rules: Improve validation (#5234) 2023-08-07 09:10:48 +02:00
UIStoresController.Integrations.cs Remove store integrations list page (#4816) 2023-03-27 16:40:50 +02:00
UIStoresController.LightningLike.cs Remove disable BOLT11 option 2023-04-25 12:21:27 +02:00
UIStoresController.Onchain.cs Pluginify on chain wallet setup (#4999) 2023-06-01 21:18:28 +09:00
UIStoresController.Roles.cs fix store role deletion fixes #5027 2023-05-31 13:42:38 +02:00
UIUserStoresController.cs Improve create first store view (#5181) 2023-07-19 22:21:16 +09:00
UIVaultController.cs Rename UI controllers 2022-01-14 13:46:03 +09:00
UIWalletsController.cs Ajaxify the wallet transaction list to avoid timeout (Fix #4987) (#5100) 2023-06-22 16:09:53 +09:00
UIWalletsController.PSBT.cs Add minrelayfee to payjoin request 2023-05-22 14:56:08 +02:00