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 Fix more warnings 2019-11-27 16:29:56 +01:00
Branding More warnings (removed) 2019-12-11 00:13:57 +01:00
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 More warnings (removed) 2019-12-11 00:13:57 +01:00
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 More warnings (removed) 2019-12-11 00:13:57 +01:00
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 More warnings (removed) 2019-12-11 00:13:57 +01:00
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 Fix more warnings 2019-09-01 18:39:23 +02:00
Middleware Fix some warnings 2019-11-22 16:15:31 +01:00
Net Fix warnings 2020-01-31 22:26:53 +01:00
Networking Minor improvements to network code 2019-11-28 17:46:06 +01:00
Playlists Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
Properties Adjusted AssemblyCopyright attribute values. 2019-03-14 22:17:56 +01:00
ScheduledTasks Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
Security Return DB asap 2019-08-18 22:05:06 +02:00
Serialization Remove FileSystem.GetStream 2020-01-22 22:20:35 +01:00
Services Fix some warnings 2019-11-22 16:15:31 +01:00
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 Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
Udp Update UdpServer.cs 2020-01-13 09:00:30 +01:00
Updates Enable TreatWarningsAsErrors for some projects 2019-12-13 20:11:37 +01:00
UserViews Don't shuffle some types by default 2019-10-20 16:08:40 +02:00
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 Finalise removal of --ffprobe switch 2019-03-12 22:09:18 +00:00
ResourceFileManager.cs Simplify file serving code 2019-06-10 00:53:16 +02:00
ServerApplicationPaths.cs Remove unused fields and properties 2019-12-04 21:53:01 +01:00