btcpayserver/BTCPayServer
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
..
Components BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
Configuration BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
Controllers BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
Data Removing rates hint 2020-10-18 03:11:17 -05:00
Events Merge pull request #1831 from btcpayserver/add-btc-index 2020-09-30 18:35:51 +09:00
Extensions BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
Filters Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
HostedServices Fix LN invoices (#1955) 2020-10-17 08:57:21 +02:00
Hosting BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
JsonConverters Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Logging Add invoice event severity 2020-09-01 18:19:49 +02:00
ModelBinders Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Models BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
PaymentRequest Create Metadata property for InvoiceEntity, migrate all data without logic there 2020-08-26 21:36:31 +09:00
Payments Fix LN invoices (#1955) 2020-10-17 08:57:21 +02:00
Plugins BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
Properties BTCPay Server Extensions (#1925) 2020-10-15 21:28:09 +09:00
Security BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
Services BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
SSH Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Storage Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
U2F Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Validation Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Views BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
wwwroot reword review step for vault 2020-10-14 19:57:27 +09:00
_ViewImports.cshtml Use razor component to encapsulate UI logic 2020-08-12 16:48:14 +09:00
BitpayHttpException.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
BTCPayServer.csproj BTCPay Server Extensions (#1925) 2020-10-15 21:28:09 +09:00
BTCPayServer.ruleset general code cleanup + add analyzers 2018-02-17 13:18:16 +09:00
bundleconfig.json Payment redesign (#1967) 2020-10-13 09:58:46 +02:00
CorsPolicies.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
CurrencyValue.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
DerivationSchemeParser.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
DerivationSchemeSettings.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
EventAggregator.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
ExplorerClientProvider.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Extensions.cs BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
HwiWebSocketTransport.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
IDelay.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Program.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Roles.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
SearchString.cs Adding support for dynamic, special meaning date strings 2020-07-28 10:28:32 -05:00
StorePolicies.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
TransactionComparer.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
WalletId.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
WebSocketHelper.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
WellKnownTempData.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
ZoneLimits.cs Simplify Shopify integration 2020-09-24 16:25:35 +02:00