btcpayserver/BTCPayServer/Controllers
Andrew Camilleri b8da6847b9
Plugins flexibility PR (#2129)
* Plugins flexibility PR

* Makes the BTCPayServerOptions.LoadArgs async to support Plugin hooks and actions
* relax the private set modifiers in the BTCPayNetwork
* Separate IPluginHookService from PluginService to reduce dependencies on DI
* fix some small bugs around image path
* Fix bug with new dbreeze migration where data dir was incorrect

* Update BTCPayServer/Plugins/PluginHookService.cs

Co-authored-by: rockstardev <5191402+rockstardev@users.noreply.github.com>

* Update BTCPayServer/Plugins/PluginHookService.cs

Co-authored-by: rockstardev <5191402+rockstardev@users.noreply.github.com>

Co-authored-by: rockstardev <5191402+rockstardev@users.noreply.github.com>
2021-01-07 14:49:53 +01:00
..
GreenField Attempt to solve webhooks disappearing (#2178) 2021-01-05 12:38:12 +09:00
AccessTokenController.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
AccountController.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
AppsController.Crowdfund.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
AppsController.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
AppsController.PointOfSale.cs Custom redirect_url for PoS (#1924) 2020-10-13 09:51:28 +02:00
AppsPublicController.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
ErrorController.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
HomeController.cs Remove bitpay translator (#2130) 2020-12-12 15:17:44 +09:00
InvoiceController.API.cs Remove only dependency on Dbriize (TextSearch in new invoice column) (#2029) 2020-12-28 19:10:53 +09:00
InvoiceController.cs Make sure that the invoice currency is normalized to uppercase (Fix #2146) 2021-01-07 22:30:57 +09:00
InvoiceController.UI.cs Remove only dependency on Dbriize (TextSearch in new invoice column) (#2029) 2020-12-28 19:10:53 +09:00
Macaroons.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
ManageController.2FA.cs Fix 2FA config screens 2020-07-13 10:58:53 +02:00
ManageController.APIKeys.cs add greenfield authorize UI docs and fix small issues (#2156) 2020-12-23 13:19:38 +09:00
ManageController.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
ManageController.Notifications.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
ManageController.U2F.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
NotificationsController.cs Add "Mark all as seen" button to notification dropdown (#2101) 2020-12-12 14:14:50 +09:00
PaymentRequestController.cs Rename invoice states and payment states 2020-11-23 18:28:35 +09:00
PublicController.cs Create Metadata property for InvoiceEntity, migrate all data without logic there 2020-08-26 21:36:31 +09:00
PublicLightningNodeInfoController.cs Improve Lightning node info view (#2066) 2020-11-17 08:57:14 +01:00
PullPaymentController.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
RateController.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
ServerController.cs Split Options in BTCPayOptions (#2175) 2021-01-02 13:44:28 +01:00
ServerController.Plugins.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
ServerController.Storage.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
ServerController.Users.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
StorageController.cs More Options refactoring (#2179) 2021-01-06 23:51:13 +09:00
StoresController.BTCLike.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
StoresController.CoinSwitch.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
StoresController.cs Split Options in BTCPayOptions (#2175) 2021-01-02 13:44:28 +01:00
StoresController.Email.cs Add tests 2020-10-05 18:09:00 +09:00
StoresController.Integrations.cs Rename invoice states and payment states 2020-11-23 18:28:35 +09:00
StoresController.LightningLike.cs Split Options in BTCPayOptions (#2175) 2021-01-02 13:44:28 +01:00
UserStoresController.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
VaultController.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
WalletsController.cs Plugins flexibility PR (#2129) 2021-01-07 14:49:53 +01:00
WalletsController.PSBT.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
WalletsController.PullPayments.cs Add ability to associate custom CSS with a pull payment 2020-12-08 18:25:58 -08:00