btcpayserver/BTCPayServer/Views/Manage
Andrew Camilleri 5979fe5eef
BTCPay Extensions Part 2 (#2001)
* BTCPay Extensions Part 2

This PR cleans up the extension system a bit in that:
 * It renames the test extension to a more uniform name
 * Allows yo uto have system extensions, which are extensions but bundled by default with the release (and cannot be removed)
 * Adds a tool to help you generate an extension package from a csproj
 * Refactors the UI extension points to a view component
 * Moves some more interfaces to the Abstractions csproj

* Rename to plugins
2020-10-21 14:02:20 +02:00
..
_Nav.cshtml BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
_ViewImports.cshtml
_ViewStart.cshtml
AddApiKey.cshtml API Keys UI: Properly align form items 2020-10-16 22:31:09 +02:00
AddU2FDevice.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
APIKeys.cshtml Greenfield: Rename API key redirect params; switch to POST body (#1898) 2020-09-17 11:37:49 +02:00
AuthorizeAPIKey.cshtml Greenfield: Rename API key redirect params; switch to POST body (#1898) 2020-09-17 11:37:49 +02:00
ChangePassword.cshtml Improve change password view 2020-07-08 19:20:11 +02:00
ConfirmAPIKey.cshtml Greenfield: Rename API key redirect params; switch to POST body (#1898) 2020-09-17 11:37:49 +02:00
EnableAuthenticator.cshtml Improve 2FA views 2020-07-08 19:19:29 +02:00
GenerateRecoveryCodes.cshtml Fix 2FA config screens 2020-07-13 10:58:53 +02:00
Index.cshtml Improve user profile view 2020-07-08 19:20:32 +02:00
ManageNavPages.cs Allow disabling notifications per user and disabling specific notifications per user (#1991) 2020-10-20 13:09:09 +02:00
NotificationSettings.cshtml Allow disabling notifications per user and disabling specific notifications per user (#1991) 2020-10-20 13:09:09 +02:00
SetPassword.cshtml Allow admins to invite new users 2020-09-16 08:54:24 +02:00
TwoFactorAuthentication.cshtml UI: Minor enhancements to 2FA view 2020-07-14 13:29:26 +02:00
U2FAuthentication.cshtml Improve U2F view 2020-07-08 19:19:55 +02:00