btcpayserver/BTCPayServer/Controllers
d11n 753ffd401b
BIP21 + LNURL fix (#4616)
In case of the unified invoice, the LNURL wasn't correct — with this change we are simply reusing th one that was issued on invoice creation instead of generating it anew on the fly.

Also fixes missing uppercasing for the QR code in case of non-unified QR.
And removes the `lightning:` scheme from the LNURL that's displayed to the user (unifies it with what we do for Onchain and Lightning)
2023-02-10 11:23:48 +09:00
..
GreenField Bump lightning lib, fix warnings 2023-02-08 21:29:20 +09:00
BitpayAccessTokenController.cs Rename controllers Bitpay controllers 2022-01-14 12:21:06 +09:00
BitpayInvoiceController.cs Refactoring: Extract HttpRequest extensions 2022-03-08 08:17:39 +00:00
BitpayRateController.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
LightningAddressService.cs Greenfield: Lightning addresses API (#4546) 2023-01-23 10:11:34 +01: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 App domain redirect (#4391) 2023-02-02 20:53:42 +09:00
UIAppsController.cs Fix several HTML injections (#4545) 2023-01-21 19:08:12 +01:00
UIAppsController.Dashboard.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
UICustodianAccountsController.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
UIErrorController.cs Rename UI controllers 2022-01-14 13:46:03 +09:00
UIHomeController.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
UIInvoiceController.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
UIInvoiceController.Testing.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
UIInvoiceController.UI.cs BIP21 + LNURL fix (#4616) 2023-02-10 11:23:48 +09:00
UILNURLAuthController.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
UILNURLController.cs LNURL: Add missing CORS 2023-02-09 17:45:09 +01:00
UIManageController.2FA.cs Rename LNUrlAuthController -> UILNAuthController (#3352) 2022-01-25 11:51:14 +09:00
UIManageController.APIKeys.cs Add additional permission for pull payments (#4539) 2023-01-26 09:46:05 +09:00
UIManageController.cs Fix several HTML injections (#4545) 2023-01-21 19:08:12 +01:00
UIManageController.LoginCodes.cs Rename UI controllers 2022-01-14 13:46:03 +09:00
UIManageController.Notifications.cs Use nicer urls, part2 (Fix #921) 2022-01-15 14:54:06 +09:00
UINotificationsController.cs Notifications: Fix mark all as seen return URL 2022-06-10 08:17:06 +02:00
UIPaymentRequestController.cs Store branding: Unify public pages (#4568) 2023-01-30 09:23:49 +01:00
UIPublicController.cs Add spam rate limits for public invoice endpoints (Fix #3782) (#3889) 2022-06-21 12:33:20 +09:00
UIPublicLightningNodeInfoController.cs Lightning: Better handling for non-public nodes (#4263) 2022-11-05 12:21:24 +01:00
UIPullPaymentController.cs Store branding: Unify public pages (#4568) 2023-01-30 09:23:49 +01:00
UIServerController.cs Server Theme: Allow to unset CustomThemeCssUri 2023-02-04 17:24:19 +01:00
UIServerController.Plugins.cs Redesign plugin list items (#4528) 2023-01-16 12:12:51 +01:00
UIServerController.Storage.cs Add option to customize the instance logo (#4258) 2022-11-14 22:29:23 +09:00
UIServerController.Users.cs Fix several HTML injections (#4545) 2023-01-21 19:08:12 +01:00
UIStorageController.cs Fix possible NRE 2022-05-02 09:43:55 +09:00
UIStorePullPaymentsController.PullPayments.cs Fix Payout Mark Paid in UI (#4585) 2023-02-07 16:51:20 +09:00
UIStoresController.cs Make NFC built in (#4541) 2023-02-08 15:47:38 +09:00
UIStoresController.Dashboard.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
UIStoresController.Email.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
UIStoresController.Integrations.cs Move ConfirmModel to Abstractions (#3964) 2022-07-15 12:38:33 +09:00
UIStoresController.LightningLike.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
UIStoresController.Onchain.cs Fix several HTML injections (#4545) 2023-01-21 19:08:12 +01:00
UIUserStoresController.cs Register rate providers in DI, so it can be accessed by plugins (#4551) 2023-01-30 09:46:12 +09:00
UIVaultController.cs Rename UI controllers 2022-01-14 13:46:03 +09:00
UIWalletsController.cs Bump lightning lib, fix warnings 2023-02-08 21:29:20 +09:00
UIWalletsController.PSBT.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00