aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
AgeCommit message (Expand)Author
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
2020-02-28Do not save a reference to the startup config in ApplicationHostMark Monteiro
2020-02-28Register configuration correctly with application using 'ConfigureAppConfigur...Mark Monteiro
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 jell...Mark Monteiro
2020-02-25Do not set a static content root if the jellyfin-web directory does not exist...Mark Monteiro
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
2019-11-27Merge pull request #1942 from Bond-009/nullableVasily
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
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
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