btcpayserver/BTCPayServer/Controllers
2024-10-10 17:24:19 +09:00
..
GreenField Remove unused field from automated payout settings 2024-10-09 13:13:10 +09:00
BitpayAccessTokenController.cs Rename controllers Bitpay controllers 2022-01-14 12:21:06 +09:00
BitpayInvoiceController.cs Fix divisibility in invoice details of lightning amounts (#6202) 2024-09-12 12:43:08 +09:00
BitpayRateController.cs Recommended exchange to be resolved during Invoice Creation (#5976) 2024-05-13 22:29:42 +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 UI: Additional improvements to the User Invitation flow (#6233) 2024-10-03 21:35:01 +09:00
UIAppsController.cs [UI] Do not show unabled payment methods in invoice creation (#6272) 2024-10-03 21:34:09 +09: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
UIErrorController.cs Rename UI controllers 2022-01-14 13:46:03 +09:00
UIHomeController.cs Cleanup v2 leftovers 2024-04-05 18:05:51 +02:00
UIInvoiceController.cs Rename PaymentModel to CheckoutModel 2024-10-07 19:58:08 +09:00
UIInvoiceController.Testing.cs The Big Cleanup: Refactor BTCPay internals (#5809) 2024-04-04 16:31:04 +09:00
UIInvoiceController.UI.cs Fix: An unactivated payment method failing to activate would crash the checkout 2024-10-08 15:07:32 +09:00
UILNURLAuthController.cs UI: Move section navigation to sidebar (#5744) 2024-06-19 15:23:10 +02:00
UILNURLController.cs Improve error message if LNWithdraw fails 2024-10-10 17:24:19 +09:00
UIManageController.2FA.cs Onboarding: Invite new users on store level (#5719) 2024-03-19 14:58:33 +01:00
UIManageController.APIKeys.cs Make Role Permissions more human legible (#6191) 2024-09-12 12:29:10 +09:00
UIManageController.cs POS: Option for user sign in via the QR code (#6231) 2024-09-26 19:10:14 +09:00
UIManageController.LoginCodes.cs POS: Option for user sign in via the QR code (#6231) 2024-09-26 19:10:14 +09:00
UIManageController.Notifications.cs changing check box to toggle in various setting views (#5769) 2024-03-14 15:16:48 +01:00
UINotificationsController.cs Greenfield: Add store id for notifications (#6093) 2024-07-11 00:12:22 +09:00
UIPaymentRequestController.cs [UI] Do not show unabled payment methods in invoice creation (#6272) 2024-10-03 21:34:09 +09:00
UIPublicController.cs Stop using bitpay's CreateInvoice for non bitpay API usage (#5184) 2023-07-21 09:08:32 +09:00
UIPublicLightningNodeInfoController.cs Rename PaymentModel to CheckoutModel 2024-10-07 19:58:08 +09:00
UIPullPaymentController.Boltcard.cs Refactor Payouts and PullPayments DB models (#6173) 2024-08-28 18:52:08 +09:00
UIPullPaymentController.cs Refactor Payouts and PullPayments DB models (#6173) 2024-08-28 18:52:08 +09:00
UIReportsController.CheatMode.cs Fix Fake Data Generator for the reports 2024-07-04 19:01:58 +09:00
UIReportsController.cs The Big Cleanup: Refactor BTCPay internals (#5809) 2024-04-04 16:31:04 +09:00
UIServerController.cs BlockExplorer links should be using payment method ids (#6273) 2024-10-04 16:58:13 +09:00
UIServerController.Plugins.cs Various plugin fixes (#5577) 2024-01-18 17:15:16 +09:00
UIServerController.Roles.cs Optimize load time of StoreRoles related pages/routes (#6245) 2024-09-25 23:10:13 +09:00
UIServerController.Storage.cs Add option to customize the instance logo (#4258) 2022-11-14 22:29:23 +09:00
UIServerController.Translations.cs Edit dictionary should be in JSON format (#6203) 2024-09-09 11:25:36 +09:00
UIServerController.Users.cs Handle password reset when SMTP isn't configured or validated (#6150) 2024-09-13 21:42:08 +09:00
UIStorageController.cs Fix possible NRE 2022-05-02 09:43:55 +09:00
UIStorePullPaymentsController.PullPayments.cs Renaming various properties in the Payouts API (#6246) 2024-09-26 11:25:45 +09:00
UIStoresController.cs Can inject currency data in CurrencyNameTable (#6276) 2024-10-04 22:24:44 +09:00
UIStoresController.Dashboard.cs Removal of the Altcoins build (#6177) 2024-08-30 08:34:23 +09:00
UIStoresController.Email.cs Fix email settings on store level, when server has no email settings (#6080) 2024-07-09 16:16:53 +02:00
UIStoresController.Integrations.cs Convert to file-scoped namespace 2024-04-04 11:00:18 +02:00
UIStoresController.LightningLike.cs UI: Move section navigation to sidebar (#5744) 2024-06-19 15:23:10 +02:00
UIStoresController.Onchain.cs Move wallet payment settings back to store settings (#6251) 2024-09-30 19:13:51 +09:00
UIStoresController.Rates.cs Recommended exchange to be resolved during Invoice Creation (#5976) 2024-05-13 22:29:42 +09:00
UIStoresController.Roles.cs Optimize load time of StoreRoles related pages/routes (#6245) 2024-09-25 23:10:13 +09:00
UIStoresController.Settings.cs Can inject currency data in CurrencyNameTable (#6276) 2024-10-04 22:24:44 +09:00
UIStoresController.Tokens.cs UI: Move section navigation to sidebar (#5744) 2024-06-19 15:23:10 +02:00
UIStoresController.Users.cs User: Add name and image URL (#6008) 2024-06-26 17:39:22 +09:00
UIUserStoresController.cs Recommended exchange to be resolved during Invoice Creation (#5976) 2024-05-13 22:29:42 +09:00
UIVaultController.cs Allow user to input a passphrase for Trezor v1 (Fix #5794) (#5980) 2024-05-15 09:18:20 +09:00
UIWalletsController.cs Rename PaymentModel to CheckoutModel 2024-10-07 19:58:08 +09:00
UIWalletsController.PSBT.cs Fix: Some valid taproot PSBT couldn't parsed and show better error message (Fix #5715) (#5993) 2024-05-21 10:52:55 +09:00