aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
AgeCommit message (Expand)Author
2020-04-22Merge branch 'master' into register-services-correctlyBond-009
2020-04-22Merge pull request #2846 from jellyfin/azureBond-009
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-17Add back warning message when Skia encoder cannot be usedMark Monteiro
2020-04-15Document JSON options changeZadenRB
2020-04-15Lowercase actual parameters in code and remove whitespace to comply with Styl...ZadenRB
2020-04-12Fix casing of JSON in Jellyfin API. Currently only affects startup wizard.ZadenRB
2020-04-11Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-10Merge pull request #2769 from mark-monteiro/configurable-repo-urlVasily
2020-04-06Merge branch 'master' into use-development-exception-pagedkanada
2020-04-05Add '--plugin-manifest-url' command line option and 'InstallationManager:Plug...Mark Monteiro
2020-04-05Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-05Register IImageEncoder in Jellyfin.Server instead of Emby.Server.ImplementationsMark Monteiro
2020-04-05Merge pull request #2636 from mark-monteiro/development-httpsBond-009
2020-04-04Convert properties in ApplicationHost to private readonly fields, where possibleMark Monteiro
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-02Merge branch 'master' into use-development-exception-pageMark 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 remote-tracking branch 'upstream/master' into use-development-exception...Mark Monteiro
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Merge pull request #2601 from mark-monteiro/support-running-without-web-contentVasily
2020-04-01Merge branch 'master' into usingsBond-009
2020-03-25Update .NET Core to 3.1.3Mark Monteiro
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-22Update all packages to .NET Core 3.1.2Mark Monteiro
2020-03-21Bind HTTPS ports when running with development environment flagMark Monteiro
2020-03-21Set 'ASPNETCORE_ENVIRONMENT=Development' when running from visual studioMark Monteiro
2020-03-21Run in development mode by default from Visual StudioMark Monteiro
2020-03-21Enable HTTP/2 supportMark Monteiro
2020-03-21Rename command line option to --nowebclient and config setting to HostWebClientMark Monteiro
2020-03-17Do not add command line flag to the config hierarchy unless it is explicitly setMark Monteiro
2020-03-15Add debugging profile for running the server without web contentMark Monteiro
2020-03-15Use the same key constant for command line config and all other configMark 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-15Add --nowebcontent command line flagMark 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