| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-04 | Register IAuthorizationContext correctly | Mark Monteiro | |
| 2020-04-04 | Register ISessionContext correctly | Mark Monteiro | |
| 2020-04-04 | Register IAuthService correctly | Mark Monteiro | |
| 2020-04-04 | Move service initializations into correct method | Mark Monteiro | |
| 2020-04-04 | Register ISubtitleEncoder correctly | Mark Monteiro | |
| 2020-04-04 | Remove PluginInstalled | Bond_009 | |
| Doesn't do anything yet as all plugins (afaik) still require a restart | |||
| 2020-04-03 | Merge remote-tracking branch 'upstream/master' into remove-common-process | Mark Monteiro | |
| 2020-04-02 | Replace EnableHttps and SupportsHttps with ListenWithHttps and ↵ | Mark Monteiro | |
| CanConnectWithHttps | |||
| 2020-04-02 | Merge pull request #2740 from JustAMan/fix-livetv | Bond-009 | |
| Fix GetLocalApiUrl for cases with https enabled | |||
| 2020-04-02 | Fix GetLocalApiUrl for cases with https enabled | Vasily | |
| This should fix LiveTV and tuners | |||
| 2020-04-01 | Merge remote-tracking branch 'upstream/master' into development-https | Mark Monteiro | |
| 2020-04-01 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| do-not-instantiate-services-at-startup | |||
| 2020-04-01 | Merge pull request #2601 from mark-monteiro/support-running-without-web-content | Vasily | |
| Support Running Server Without Web Content | |||
| 2020-04-01 | Merge pull request #2447 from Bond-009/minor | Vasily | |
| Add analyzers to MediaBrowser.Providers and minor improvements | |||
| 2020-04-01 | Merge branch 'master' into minor | Bond_009 | |
| 2020-04-01 | Try to not crash on unsupported plugin load | Bond_009 | |
| 2020-03-27 | Delete unnecessary ProcessFactory abstraction | Mark Monteiro | |
| 2020-03-27 | Remove unnecessary CommonProcess abstraction | Mark Monteiro | |
| 2020-03-25 | Check for null before disposing | Mark Monteiro | |
| 2020-03-21 | Register ServiceController with the DI framework | Mark Monteiro | |
| 2020-03-21 | Do not create unnecessary instances of IService at server startup | Mark Monteiro | |
| 2020-03-21 | Log all 'DOTNET_' and 'ASPNETCORE_' environment variables at application startup | Mark Monteiro | |
| 2020-03-21 | Log 'ASPNETCORE_ENVIRONMENT' value at application startup | Mark Monteiro | |
| 2020-03-18 | Merge pull request #2621 from mark-monteiro/log-env-vars-at-startup | dkanada | |
| Log 'JELLYFIN_' environment variables at application start | |||
| 2020-03-18 | Merge pull request #2549 from dkanada/refactor | dkanada | |
| Refactor some provider classes | |||
| 2020-03-17 | Log 'JELLYFIN_' environment variables at application start | Mark Monteiro | |
| 2020-03-15 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-15 | Do not call UseContentRoot() on the web host builder | Mark 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-15 | Construct ApplicationHost with DI framework instead of manually | Mark Monteiro | |
| 2020-03-11 | Merge branch 'master' into warn17 | Bond-009 | |
| 2020-03-10 | Merge branch 'master' into support-injecting-iconfiguration | Mark Monteiro | |
| 2020-03-09 | start tvdb migration for plugin interface | dkanada | |
| 2020-03-03 | Revert unnecessary ordering changes in ApplicationHost | Mark Monteiro | |
| 2020-03-03 | Make Logger and LoggerFactory both protected in ApplicationHost | Mark Monteiro | |
| 2020-03-03 | Make LoggerFactory private in ApplicationHost and use it to construct ↵ | Mark Monteiro | |
| loggers with context | |||
| 2020-03-03 | Make logger private in ApplicationHost | Mark Monteiro | |
| 2020-03-03 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-injecting-iconfiguration | |||
| 2020-03-03 | Fix compilation error | Mark Monteiro | |
| 2020-03-03 | Register Serilog logging services correctly | Mark Monteiro | |
| 2020-02-28 | Remove IConfiguration from service collection | Mark Monteiro | |
| This does not appear to be used anywhere and the web host already handles injecting this as a special case anyways | |||
| 2020-02-28 | Do not save a reference to the startup config in ApplicationHost | Mark Monteiro | |
| 2020-02-26 | update plugin classes for nightly builds | dkanada | |
| 2020-02-23 | Merge pull request #2176 from Bond-009/nullable2 | dkanada | |
| Enable nullable reference types for Emby.Photos and Emby.Notifications | |||
| 2020-02-23 | Fix some warnings | Bond_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-23 | Minor improvements | Bond_009 | |
| 2020-02-23 | Merge pull request #2291 from Bond-009/sessionmanager | dkanada | |
| Fix warnings in SessionManager | |||
| 2020-02-21 | Merge pull request #2321 from Bond-009/images | dkanada | |
| Simplify image processing by removing image enhancers | |||
| 2020-02-19 | Merge branch 'master' into sessionmanager | Bond-009 | |
| 2020-02-19 | Constructor of the LibraryManager takes the mediaEncoder as parameter | Ulrich Wagner | |
| 2020-02-12 | Another baseurl related fix | Bond_009 | |
| Baseurl always starts with a '/' (unless it's empty) | |||
