aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
AgeCommit message (Expand)Author
2020-04-06Merge branch 'master' into use-development-exception-pagedkanada
2020-04-05Merge pull request #2636 from mark-monteiro/development-httpsBond-009
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
2020-03-08Store migration names alongside Ids in configuration in order to assist with ...Mark Monteiro
2020-03-08Use a Guid to uniquely identify migrations instead of a string nameMark Monteiro
2020-03-08Use logging.json instead of logging.user.json for override settingsMark Monteiro
2020-03-08Clean up migration logging messagesMark Monteiro
2020-03-08Throw exception on migration failure to halt applicationMark Monteiro
2020-03-07Merge branch 'master' into logging-migrationJoshua M. Boniface
2020-03-07Documentation and log message cleanupMark Monteiro
2020-03-07do not ignore exceptions during migration executionMark Monteiro
2020-03-06Rename IUpdater to IMigrationRoutineMark Monteiro
2020-03-06Load user logging config file into application configurationMark Monteiro
2020-03-06Add migration to create "logging.user.json"Mark Monteiro
2020-03-06Create separate constants for the two logging file namesMark Monteiro
2020-03-06Implement review suggestionVasily
2020-03-06Disable logging.json migration as it is not ready yetVasily
2020-03-06More logging, mark all migrations as applied if setup wizard is not completeVasily
2020-03-05Fix commentVasily
2020-03-05Moved migration routines to their own directoryVasily
2020-03-05Extract "migrations" config name to a proper constantVasily