btcpayserver/BTCPayServer/HostedServices
Dennis Reimann 7ccf0c3612
UI: Add custom theme file option
This adds a "Custom Theme CSS file" to the "Server settings: Theme" page. It works similar to the custom bootstrap and creative start fields, but is only added to the head in case it is set.

The main idea here is that users would choose one of our predefined themes and have the option to override specific values. The other apporach would be to let the custom theme replace the predefined one, but this could lead to issues in case we extend the set of variables, which would be unset then.
This way users can copy a predefined theme and override all variables or just the ones they want to customize.

The help icon besides the label links to a page in the docs I'm currently working on.
2019-11-22 21:09:18 +01:00
..
AppInventoryUpdaterHostedService.cs New feature: Apps limited inventory (#961) 2019-09-02 22:37:52 +09:00
BackgroundJobSchedulerHostedService.cs Increase notitifcation timeout to 1 minute, make sure that BackgroundJobScheduler is correctly cancelling tasks 2019-04-05 14:58:25 +09:00
BaseAsyncService.cs Log hosted services exiting 2019-10-19 14:12:43 +09:00
CheckConfigurationHostedService.cs Make sure renci ssh does not prevent btcpay from closing 2019-10-26 23:40:35 +09:00
CssThemeManager.cs UI: Add custom theme file option 2019-11-22 21:09:18 +01:00
DynamicDnsHostedService.cs Fix dynamic dns 2019-07-25 23:26:56 +09:00
EventHostedServiceBase.cs Add payment requests 2019-02-25 17:56:28 +09:00
InvoiceNotificationManager.cs Make sure NotificationUrl and RedirectUrl are of type Uri 2019-09-04 18:20:36 +09:00
InvoiceWatcher.cs Use Channel instead of blocking collection for the Invoice Watcher 2019-11-16 19:12:26 +09:00
NBXplorerWaiter.cs Btcpay abstract BTCPayNetwork -- Alternative PR to #865 (#868) 2019-05-29 18:43:50 +09:00
RatesHostedService.cs Fix entity framework queries to work in netcoreapp3.0 2019-10-06 15:48:12 +09:00
TorServicesHostedService.cs Show Bitcoin RPC service 2019-11-07 14:33:10 +09:00