btcpayserver/BTCPayServer/Controllers
Andrew Camilleri 0652e30c30
GreenField: Notifications API (#2055)
* GreenField: Notifications API

This refactors notifications so that we dont have a bunch of duplicated direct access to db contexts in controllers and then introduces new endpoints to fetch/toggle seen/remove  notifications of the current user.

* add tests + docs

* fix test

* pr changes

* fix permission json
2020-12-11 23:11:08 +09:00
..
GreenField GreenField: Notifications API (#2055) 2020-12-11 23:11:08 +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 Add checkoutLink and defaultLanguage to GreenField invoice 2020-12-11 12:04:18 +09:00
InvoiceController.API.cs Merge branch 'master' into plugins-db 2020-11-19 12:19:17 +09:00
InvoiceController.cs Add checkoutLink and defaultLanguage to GreenField invoice 2020-12-11 12:04:18 +09:00
InvoiceController.UI.cs Add checkoutLink and defaultLanguage to GreenField invoice 2020-12-11 12:04:18 +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 GreenField: Notifications API (#2055) 2020-12-11 23:11:08 +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 GreenField: Notifications API (#2055) 2020-12-11 23:11:08 +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 Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +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 Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05: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 UI: Store setup finetuning (#2087) 2020-12-02 07:45:00 +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 Dismissing lightning hint when connection is setup 2020-10-18 03:11:17 -05: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 Fix bug with already used colors being used first for new tx labels (#2077) 2020-12-02 07:38:05 +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