aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
2020-04-04Register IAuthorizationContext correctlyMark Monteiro
2020-04-04Register ISessionContext correctlyMark Monteiro
2020-04-04Register IAuthService correctlyMark Monteiro
2020-04-04Move service initializations into correct methodMark Monteiro
2020-04-04Register ISubtitleEncoder correctlyMark Monteiro
2020-04-04Remove PluginInstalledBond_009
Doesn't do anything yet as all plugins (afaik) still require a restart
2020-04-03Merge remote-tracking branch 'upstream/master' into remove-common-processMark Monteiro
2020-04-02Replace EnableHttps and SupportsHttps with ListenWithHttps and ↵Mark Monteiro
CanConnectWithHttps
2020-04-02Merge pull request #2740 from JustAMan/fix-livetvBond-009
Fix GetLocalApiUrl for cases with https enabled
2020-04-02Fix GetLocalApiUrl for cases with https enabledVasily
This should fix LiveTV and tuners
2020-04-01Merge remote-tracking branch 'upstream/master' into development-httpsMark Monteiro
2020-04-01Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
do-not-instantiate-services-at-startup
2020-04-01Merge pull request #2601 from mark-monteiro/support-running-without-web-contentVasily
Support Running Server Without Web Content
2020-04-01Merge pull request #2447 from Bond-009/minorVasily
Add analyzers to MediaBrowser.Providers and minor improvements
2020-04-01Merge branch 'master' into minorBond_009
2020-04-01Try to not crash on unsupported plugin loadBond_009
2020-03-27Delete unnecessary ProcessFactory abstractionMark Monteiro
2020-03-27Remove unnecessary CommonProcess abstractionMark Monteiro
2020-03-25Check for null before disposingMark Monteiro
2020-03-21Register ServiceController with the DI frameworkMark Monteiro
2020-03-21Do not create unnecessary instances of IService at server startupMark Monteiro
2020-03-21Log all 'DOTNET_' and 'ASPNETCORE_' environment variables at application startupMark Monteiro
2020-03-21Log 'ASPNETCORE_ENVIRONMENT' value at application startupMark Monteiro
2020-03-18Merge pull request #2621 from mark-monteiro/log-env-vars-at-startupdkanada
Log 'JELLYFIN_' environment variables at application start
2020-03-18Merge pull request #2549 from dkanada/refactordkanada
Refactor some provider classes
2020-03-17Log 'JELLYFIN_' environment variables at application startMark Monteiro
2020-03-15Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-15Do not call UseContentRoot() on the web host builderMark Monteiro
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-15Construct ApplicationHost with DI framework instead of manuallyMark Monteiro
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-10Merge branch 'master' into support-injecting-iconfigurationMark Monteiro
2020-03-09start tvdb migration for plugin interfacedkanada
2020-03-03Revert unnecessary ordering changes in ApplicationHostMark Monteiro
2020-03-03Make Logger and LoggerFactory both protected in ApplicationHostMark Monteiro
2020-03-03Make LoggerFactory private in ApplicationHost and use it to construct ↵Mark Monteiro
loggers with context
2020-03-03Make logger private in ApplicationHostMark Monteiro
2020-03-03Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-injecting-iconfiguration
2020-03-03Fix compilation errorMark Monteiro
2020-03-03Register Serilog logging services correctlyMark Monteiro
2020-02-28Remove IConfiguration from service collectionMark Monteiro
This does not appear to be used anywhere and the web host already handles injecting this as a special case anyways
2020-02-28Do not save a reference to the startup config in ApplicationHostMark Monteiro
2020-02-26update plugin classes for nightly buildsdkanada
2020-02-23Merge pull request #2176 from Bond-009/nullable2dkanada
Enable nullable reference types for Emby.Photos and Emby.Notifications
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-23Minor improvementsBond_009
2020-02-23Merge pull request #2291 from Bond-009/sessionmanagerdkanada
Fix warnings in SessionManager
2020-02-21Merge pull request #2321 from Bond-009/imagesdkanada
Simplify image processing by removing image enhancers
2020-02-19Merge branch 'master' into sessionmanagerBond-009
2020-02-19Constructor of the LibraryManager takes the mediaEncoder as parameterUlrich Wagner
2020-02-12Another baseurl related fixBond_009
Baseurl always starts with a '/' (unless it's empty)