btcpayserver/BTCPayServer/Plugins
Dennis Reimann cdf7cbfeb7
Plugins: Convert relative to absolute path when loading a plugin
Avoids having to provide absolute paths, which differ across machines. We use this for the app to [reference the app plugin](https://github.com/btcpayserver/btcpayserver/blob/mobile-working-branch/BTCPayServer/Properties/launchSettings.json#L7) in the launch settings.
2025-01-21 10:33:56 +01:00
..
Altcoins Fix: Monero payments in mempool not detected if accountIndex != 0 (Fix #6430) (#6544) 2025-01-10 20:21:33 +09:00
Bitcoin BlockExplorer links should be using payment method ids (#6273) 2024-10-04 16:58:13 +09:00
Crowdfund Make HtmlTags safer, properly sanitize in the view as well 2025-01-19 11:00:09 +09:00
NFC Rename more legacy fields 2024-10-07 21:22:03 +09:00
PayButton Fix: Pay button shouldn't throw exception if currency isn't specific (#6324) (#6395) 2024-11-13 16:25:23 +09:00
PointOfSale Make HtmlTags safer, properly sanitize in the view as well 2025-01-19 11:00:09 +09:00
Shopify Use AddUIExtension 2024-10-07 21:43:06 +09:00
BTCPayServerPlugin.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
LightningAddressResolver.cs Lightning Address: Use lowercased username when resolving (#5579) 2023-12-21 23:42:17 +09:00
PluginBuilderClient.cs Fix: Wrong manifest downloaded when installing plugin on old btcpay (Fix #6344) (#6354) 2024-11-04 13:05:10 +09:00
PluginExceptionHandler.cs Do not disable a plugin if it crash during debug session 2025-01-09 20:02:12 +09:00
PluginHookService.cs Quality of life improvements to payout processors (#5135) 2023-07-20 22:05:14 +09:00
PluginManager.cs Plugins: Convert relative to absolute path when loading a plugin 2025-01-21 10:33:56 +01:00
PluginService.cs Fix: Wrong manifest downloaded when installing plugin on old btcpay (Fix #6344) (#6354) 2024-11-04 13:05:10 +09:00
PluginServiceCollection.cs Pluginify BTCPayNetworkProvider (#5331) 2023-11-29 18:51:40 +09:00