jellyfin/Emby.Server.Implementations
Mark Monteiro 05ab61200a Do not call UseContentRoot() on the web host builder
This call has nothing to do with static web content and should not have ever been called with the web content path: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/?view=aspnetcore-3.1&tabs=windows#content-root
Since this call is removed, the ContentRoot property is also removed from ApplicationHost as it is no longer needed.
Finally, move validation of the static content path to the DashboardService where it is actually used.
2020-03-15 17:42:57 +01:00
..
Activity Fix build 2020-02-08 22:25:44 +01:00
AppBase Do not call UseContentRoot() on the web host builder 2020-03-15 17:42:57 +01:00
Archiving
Branding
Browser Clean up and document BrowserLauncher correctly 2020-03-15 13:14:57 +01:00
Channels Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
Collections Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
Configuration Fix warnings 2020-01-31 22:26:53 +01:00
Cryptography
Data Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
Devices Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
Diagnostics
Dto Simplify image processing by removing image enhancers 2020-01-21 20:26:30 +01:00
EntryPoints Rename IsNoWebContent to NoWebContent 2020-03-15 13:00:14 +01:00
HttpClientManager Fix some warnings in Emby.Server.Implementations 2020-02-06 15:21:38 +01:00
HttpServer Construct ApplicationHost with DI framework instead of manually 2020-03-15 15:28:29 +01:00
Images
IO Fix some warnings in Emby.Server.Implementations 2020-02-06 15:21:38 +01:00
Library Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
LiveTv Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
Localization Translated using Weblate (Arabic) 2020-03-10 13:16:21 -04:00
MediaEncoder
Middleware
Net Fix warnings 2020-01-31 22:26:53 +01:00
Networking
Playlists Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
Properties
ScheduledTasks Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
Security
Serialization Remove FileSystem.GetStream 2020-01-22 22:20:35 +01:00
Services
Session Merge branch 'master' into sessionmanager 2020-02-19 21:07:09 +01:00
SocketSharp Make LoggerFactory private in ApplicationHost and use it to construct loggers with context 2020-03-03 23:31:25 +01:00
Sorting Simplify AlphanumericComparer, reduce code duplication 2020-02-27 14:51:34 +03:00
TV
Udp Update UdpServer.cs 2020-01-13 09:00:30 +01:00
Updates
UserViews
WebSockets Fix warnings 2020-01-31 22:26:53 +01:00
ApplicationHost.cs Do not call UseContentRoot() on the web host builder 2020-03-15 17:42:57 +01:00
ConfigurationOptions.cs Merge remote-tracking branch 'upstream/master' into support-running-without-web-content 2020-03-11 23:04:47 +01:00
Emby.Server.Implementations.csproj Update deps 2020-01-28 22:42:07 +01:00
IStartupOptions.cs
ResourceFileManager.cs
ServerApplicationPaths.cs