btcpayserver/BTCPayServer/Extensions
Andrew Camilleri cf206e64a7
Add Lightning payout support (#2517)
* Add Lightning payout support

* Adjust Greenfield API to allow other payment types for Payouts

* Pull payment view: Improve payment method select

* Pull payments view: Update JS

* Pull payments view: Table improvements

* Pull payment form: Remove duplicate name field

* Cleanup Lightning branch after rebasing

* Update swagger documnetation for Lightning support

* Remove required requirement for amount in pull payments

* Adapt Refund endpoint to support multiple playment methods

* Support LNURL Pay for Pull Payments

* Revert "Remove required requirement for amount in pull payments"

This reverts commit 96cb78939d43b7be61ee2d257800ccd1cce45c4c.

* Support Lightning address payout claims

* Fix lightning claim handling and provide better error messages

* Fix tests

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2021-10-18 12:37:59 +09:00
..
ActionLogicExtensions.cs Making use of options to initalize update check on first admin registration 2020-08-03 03:17:04 -05:00
AuthorizationExtensions.cs Rewrite the CanUseHotWallet, check if the derivationscheme is actually a hotwallet, before retrieving the seed 2021-03-11 21:46:32 +09:00
ControllerBaseExtensions.cs Introduce Server paging for Payouts List (#2564) 2021-06-30 16:59:01 +09:00
EmailSenderExtensions.cs Improve password reset email copy (#2211) 2021-01-27 08:42:47 +01:00
EnumExtensions.cs Improves create point of sale view (#2646) 2021-07-23 12:57:19 +02:00
ModelStateExtensions.cs Add Lightning payout support (#2517) 2021-10-18 12:37:59 +09:00
MoneyExtensions.cs Allow Payjoin for wallet receive addresses (#2425) 2021-04-13 12:26:36 +09:00
PSBTExtensions.cs GreenField API: Wallet API (#2246) 2021-03-11 21:34:52 +09:00
SettingsRepositoryExtensions.cs Refactor themes (#2794) 2021-09-03 16:16:36 +09:00
SSHClientExtensions.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
StoreExtensions.cs GreenField API: Wallet API (#2246) 2021-03-11 21:34:52 +09:00
StringExtensions.cs BTCPay Server Extensions (#1925) 2020-10-15 21:28:09 +09:00
UrlHelperExtensions.cs Add checkoutLink and defaultLanguage to GreenField invoice 2020-12-11 12:04:18 +09:00
WebHostExtensions.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00