aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
AgeCommit message (Expand)Author
2020-07-04Minor fixesBond_009
2020-06-15Remove code for handling single hyphen argumentsBond_009
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-10Fix mergeMark Monteiro
2020-05-10Merge branch 'master' into simplify-https-configMark Monteiro
2020-05-07Merge pull request #2969 from BaronGreenback/my-featuredkanada
2020-05-06Made changes to message and exception classBaronGreenback
2020-05-03Merge remote-tracking branch 'upstream/master' into integration-testsMark Monteiro
2020-04-26Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
2020-04-26Merge pull request #2798 from JustAMan/fix-livetv-againJoshua M. Boniface
2020-04-262969 - re-issed code to address when developer doesn't have certificate insta...BaronGreenback
2020-04-26Remove unnecessary properties from SystemInfo response objectMark Monteiro
2020-04-26Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
2020-04-23Merge remote-tracking branch 'upstream/master' into integration-testsMark Monteiro
2020-04-23http in development mode crashed -Admin
2020-04-20Expose some methods in Program.cs so they can be used to initialize the appli...Mark Monteiro
2020-04-08Make sure Jellyfin listens on localhost no matter whatVasily
2020-04-06Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
2020-04-05Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-05Merge pull request #2636 from mark-monteiro/development-httpsBond-009
2020-04-04Remove unnecessary async and parameter from ApplicationHost initialization me...Mark Monteiro
2020-04-04Register and construct ILocalizationManager correctlyMark Monteiro
2020-04-04Register and construct IImageProcessor, SqliteItemRepository and IImageEncode...Mark Monteiro
2020-04-04Remove unnecessary fields in ApplicationHostMark Monteiro
2020-04-02Replace EnableHttps and SupportsHttps with ListenWithHttps and CanConnectWith...Mark Monteiro
2020-04-02Merge pull request #2634 from mark-monteiro/enable-http2Vasily
2020-04-01Merge remote-tracking branch 'upstream/master' into development-httpsMark Monteiro
2020-04-01Merge branch 'master' into usingsBond-009
2020-03-25Move check for web client directory to application startup in Program.csMark Monteiro
2020-03-24Update Jellyfin.Server/Program.csBond-009
2020-03-24Remove unused usingsBond_009
2020-03-21Bind HTTPS ports when running with development environment flagMark Monteiro
2020-03-21Enable HTTP/2 supportMark Monteiro
2020-03-21Rename command line option to --nowebclient and config setting to HostWebClientMark Monteiro
2020-03-15Do not call UseContentRoot() on the web host builderMark Monteiro
2020-03-15Merge command line options into framework configurationMark Monteiro
2020-03-15Construct ApplicationHost with DI framework instead of manuallyMark Monteiro
2020-03-15Make startup config nullable when configuring app configurationMark Monteiro
2020-03-15Use startup configuration to set the default redirect pathMark Monteiro
2020-03-15Rename IsNoWebContent to NoWebContentMark Monteiro
2020-03-11Merge remote-tracking branch 'upstream/master' into support-running-without-w...Mark Monteiro
2020-03-11Use config setting to decide if web content should be hostedMark Monteiro
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 support-injecting-iconfig...Mark Monteiro
2020-03-03Register Serilog logging services correctlyMark Monteiro