aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
AgeCommit message (Expand)Author
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
2020-03-05Improve migration logicVasily
2020-03-05Shuffle migrations in a more manageable structureVasily
2020-03-05Implement EnableThrottling migration for pre-10.5.0 to 10.5.0 or newerVasily
2020-03-05Add tracking of JF version used to run this config previouslyVasily
2020-03-03Merge remote-tracking branch 'upstream/master' into support-injecting-iconfig...Mark Monteiro
2020-03-03Increase min log level to 'Warning' framework namespacesMark 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