| Age | Commit message (Collapse) | Author |
|
development/debugging
|
|
Also use a list instead of an array to store executed migrations in the configuration class
|
|
|
|
|
|
Also save migration configuration after each migration instead of at the end in case an exception is thrown part way through the list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enable TreatWarningsAsErrors for some projects
|
|
Move to .Net Core 3.1
|
|
|
|
Analyzers are only run in debug build, so setting TreatWarningsAsErrors
for release build will catch the compiler warnings until we resolve all
analyzer warnings.
|
|
|
|
|
|
|
|
gelf fromat
|
|
|
|
Move StartupWizard to ASP.NET Web Api
|
|
Enable nullable reference types for Jellyfin.Server
|
|
dependencies
Makes the probesize and analyzeduration configurable with env args.
(`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
|