aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
2020-04-04Register ISubtitleManager correctlyMark Monteiro
2020-04-04Remove unnecessary fields in ApplicationHostMark Monteiro
2020-04-04Register IProviderManager correctlyMark Monteiro
2020-04-04Register and construct DtoService correctlyMark Monteiro
2020-04-04Construct LiveTvDtoService and LiveTvManager correctlyMark Monteiro
2020-04-04Register IChannerManager correctlyMark Monteiro
2020-04-04Register ISessionManager, IDlnaManager and ICollectionManager correctly; ↵Mark Monteiro
replace private properties with fields
2020-04-04Register ILiveTvManager and IPlaylistManager correctlyMark Monteiro
2020-04-04Register IUserViewManager correctlyMark Monteiro
2020-04-04Register INotificationManager correctly; resolve services correctlyMark Monteiro
2020-04-04Register IDeviceDiscovery, IChapterManager, IAttachmentExtractor correctlyMark Monteiro
2020-04-04Register IEncodingManager correctly; remove unnecessary properties in ↵Mark Monteiro
ApplicationHost
2020-04-04Register and initialize IActivityRepository correctlyMark Monteiro
2020-04-04Register IResourceFileManager correctlyMark Monteiro
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