aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
AgeCommit message (Collapse)Author
2020-03-08Store migration names alongside Ids in configuration in order to assist with ↵Mark Monteiro
development/debugging
2020-03-08Use a Guid to uniquely identify migrations instead of a string nameMark Monteiro
Also use a list instead of an array to store executed migrations in the configuration class
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
Also save migration configuration after each migration instead of at the end in case an exception is thrown part way through the list
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-03Increase min log level to 'Warning' framework namespacesMark Monteiro
2020-03-03Register Serilog logging services correctlyMark Monteiro
2020-02-12Merge branch 'master' into imagesBond-009
2020-01-31Fix warningsBond_009
2020-01-28Update depsBond_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
2020-01-10Merge branch 'master' into warn12Bond_009
2020-01-02Merge pull request #2150 from Bond-009/releaseerrordkanada
Enable TreatWarningsAsErrors for some projects
2020-01-01Merge pull request #2107 from Bond-009/dotnet3.1Joshua M. Boniface
Move to .Net Core 3.1
2019-12-20Merge branch 'master' into warn12Bond_009
2019-12-13Enable TreatWarningsAsErrors for some projectsBond_009
Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings.
2019-12-11More warnings (removed)Bond_009
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-12-06Move to .Net Core 3.1Bond_009
2019-11-29added required nuget package to enable serilog based centralized logging in ↵excelite
gelf fromat
2019-11-28added filesize limit for logfiles and a maximum logfile countexcelite
2019-11-27Merge pull request #1503 from cvium/webapi_v2Vasily
Move StartupWizard to ASP.NET Web Api
2019-11-27Merge pull request #1942 from Bond-009/nullableVasily
Enable nullable reference types for Jellyfin.Server
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-24Fix more review commentsClaus Vium
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium
2019-11-22Validate https certificatesBond_009
2019-11-21Update depsBond_009
2019-11-01Update deps and add MultiThreading analyzerBond_009
2019-10-29Update Jellyfin.Server/Program.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>