aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
AgeCommit message (Collapse)Author
2020-03-15Rename IsNoWebContent to NoWebContentMark Monteiro
2020-03-11Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-11Use config setting to decide if web content should be hostedMark Monteiro
Also fail server startup if web content is expected but missing
2020-03-10Merge branch 'master' into support-injecting-iconfigurationMark Monteiro
2020-03-08Use logging.json instead of logging.user.json for override settingsMark Monteiro
2020-03-06Load user logging config file into application configurationMark Monteiro
2020-03-06Create separate constants for the two logging file namesMark Monteiro
2020-03-05Improve migration logicVasily
2020-03-05Implement EnableThrottling migration for pre-10.5.0 to 10.5.0 or newerVasily
2020-03-03Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-injecting-iconfiguration
2020-03-03Register Serilog logging services correctlyMark Monteiro
2020-02-28Do not save a reference to the startup config in ApplicationHostMark Monteiro
2020-02-28Register configuration correctly with application using ↵Mark Monteiro
'ConfigureAppConfiguration()' in WebHostBuilder Without this, the correct instance of IConfiguration is not injected into services that rely on it
2020-02-28Use constants for settings keysMark Monteiro
2020-02-26Use IsHostingContent instead of explicitly checking ContentRootMark Monteiro
2020-02-25Remove log message executed before logger is initializedMark Monteiro
2020-02-25Use the swagger API page as the default redirect path if not hosting the ↵Mark Monteiro
jellyfin-web content
2020-02-25Do not set a static content root if the jellyfin-web directory does not ↵Mark Monteiro
exist or is empty
2020-02-12Merge branch 'master' into imagesBond-009
2020-01-31Fix warningsBond_009
2020-01-27Fix spacing logsBond-009
2020-01-21Simplify image processing by removing image enhancersBond_009
2020-01-16Add brackets around thread idBond-009
2020-01-13Add thread ID and source to loggingBond-009
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-11-27Merge pull request #1503 from cvium/webapi_v2Vasily
Move StartupWizard to ASP.NET Web Api
2019-11-27Merge pull request #1942 from Bond-009/nullableVasily
Enable nullable reference types for Jellyfin.Server
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium
2019-11-22Validate https certificatesBond_009
2019-10-29Update Jellyfin.Server/Program.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-26Enable nullable reference types for Jellyfin.ServerBond_009
2019-10-23Reload logging.json on changesClaus Vium
2019-09-29Log startup timeBond_009
2019-09-27Don't log revision numberBond_009
2019-09-24Remove submodule and add clone and build to CIErwin de Haan
2019-09-11Update deps (#1735)Bond-009
2019-08-18Fix possible hidden exceptionsBond_009
If an error occurred while starting the server which in turn caused an exception in the dispose method of the apphost, the first exception wouldn't get logged.
2019-08-11Improve clickable linkBond_009
2019-08-11Update deps + document startup projectBond_009
* Fixed the release build * Documented all public/internal members of Jellyfin.Server * Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server This will ensure that any new public/internal members of Jellyfin.Server are documented
2019-08-09Fix more warningsBond_009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
2019-07-07Fix merge errorsBond_009
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-07-06Fixes issues with HttpClientManagerBond_009
2019-06-28Add removed lineBond_009
2019-06-28Final fixesBond-009
2019-06-28MoreBond-009
2019-06-09Improve main code flowBond_009
Improved the way how some parts of the code depend on eachother Fixed some style issues
2019-06-05Merge pull request #1366 from Bond-009/warn3Anthony Lavado
Fix more warnings