btcpayserver/BTCPayServer
Dennis Reimann 7c349b12b2
Self-host webfonts
This inlines all webfonts we are using throughout the app, instead of loading them from Google Fonts. There are several benefits to this approach:
- Better performance
- We don't have any problems in regards to potential Google Fonts downtimes
- It protects our users privacy, as they don't have to request those fonts from a third-party

It sets up individual css files per font-face, so that they are easier to include and require on a per use-case basis.
2020-08-06 22:18:26 +02:00
..
Configuration fix chain loader after unfiltered removed 2020-08-04 07:25:15 +02:00
Contracts Add Bitcoin Only Build 2020-07-28 22:48:51 +02:00
Controllers Handle multiple new invoices in payment requests 2020-08-04 07:55:13 +02:00
Data Remove the concept of unfiltered networks 2020-07-30 11:36:02 +09:00
Events Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Extensions Making use of options to initalize update check on first admin registration 2020-08-03 03:17:04 -05:00
Filters Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
HostedServices Deducing if to perform update check from update url configuration 2020-08-03 03:17:04 -05:00
Hosting Fixing typo 2020-08-03 03:17:04 -05:00
JsonConverters Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Logging Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
ModelBinders Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Models Wallet UI: Improve views (#1763) 2020-08-03 17:12:21 +09:00
PaymentRequest Handle multiple new invoices in payment requests 2020-08-04 07:55:13 +02:00
Payments Fixing typo 2020-08-03 03:17:04 -05:00
Properties Deducing if to perform update check from update url configuration 2020-08-03 03:17:04 -05:00
Security fail auth on incorrect basic auth value 2020-07-13 08:35:13 +02:00
Services Fix Crowdfund not counting all invoices when configured to 2020-08-04 13:40:00 +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 Self-host webfonts 2020-08-06 22:18:26 +02:00
wwwroot Self-host webfonts 2020-08-06 22:18:26 +02:00
BitpayHttpException.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
BTCPayServer.csproj Use CsvHelper for generating CSV 2020-07-30 10:01:56 +09:00
BTCPayServer.ruleset
bundleconfig.json Self-host webfonts 2020-08-06 22:18:26 +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 Improve query performance for invoice listing 2020-07-27 13:31:04 +09: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 Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00