aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
AgeCommit message (Collapse)Author
2020-01-28Update depsBond_009
2020-01-16Update SQLitePCL to new versionAnthony Lavado
2020-01-10Merge branch 'master' into warn12Bond_009
2020-01-02Merge pull request #2150 from Bond-009/releaseerrordkanada
Enable TreatWarningsAsErrors for some projects
2019-12-20Merge branch 'master' into warn12Bond_009
2019-12-18Enable analyzersBond-009
2019-12-18Merge pull request #1941 from Bond-009/mediaencodingdkanada
Make probesize and analyzeduration configurable and simplify circular dependencies
2019-12-14Move Emby.XmlTv to a NuGet package (#2042)Bond-009
* Move Emby.XmlTv to a NuGet package * Update Emby.Server.Implementations/Emby.Server.Implementations.csproj Co-Authored-By: Anthony Lavado <anthonylavado@me.com>
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-05Merge pull request #2050 from Bond-009/nullrefdkanada
Fix possible nullref when updating packages
2019-11-27Merge pull request #1503 from cvium/webapi_v2Vasily
Move StartupWizard to ASP.NET Web Api
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 possible nullref when updating packagesBond_009
2019-11-23Remove unused referenceClaus Vium
2019-11-23Move API stuff to the api projectClaus Vium
2019-11-23Add authentication and remove versioningClaus Vium
2019-11-21Update depsBond_009
2019-11-19Add SwaggerUIClaus Vium
2019-11-19Move StartupWizard to ASP.NET Web ApiClaus Vium
2019-11-01Use Mono.Nat Nuget packageBond_009
2019-11-01Update deps and add MultiThreading analyzerBond_009
2019-10-11Move to netcore3.0Bond_009
2019-09-11Update deps (#1735)Bond-009
2019-08-19Upgrade SQLitePCL to v2Bond_009
2019-08-11Update deps + document startup projectBond_009
* Fixed the release build * Documented all public/internal members of Jellyfin.Server * Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server This will ensure that any new public/internal members of Jellyfin.Server are documented
2019-08-11Merge pull request #1462 from Bond-009/installationmanagerdkanada
Improvements to InstallationManager
2019-08-09Fix doc releated warningsBond_009
2019-07-29Include library via NuGet instead of via sourceBond_009
2019-06-28Fix whitespaceBond_009
2019-06-14Update depsBond_009
2019-06-14Improvements to InstallationManagerBond_009
2019-06-01Fix more warningsBond-009
2019-03-13Merge pull request #1096 from dkanada/opensubsVasily
Remove open subtitles from the server
2019-03-11remove open subtitles from the serverdkanada
2019-03-07Fail on warnings for Jellyfin.ServerBond-009
2019-03-03Remove some unused referencesClaus Vium
2019-02-27Remove SocketHttpListenerClaus Vium
2019-02-26Undo some of the span abuseClaus Vium
2019-02-26Add response compression middlewareClaus Vium
2019-02-26kestrel initClaus Vium
2019-02-17Removed Reference and replaced with package referenceWilliam Taylor
2019-02-17Removed primitives from services in Program.csWilliam Taylor
This will make it easier to move dependency registration to a system without having to new up all the services first. Moved the primitives to an IConfiguration which is much easier to inject.
2019-02-12Move to Microsoft.Extensions.DependencyInjectionBond_009
This PR replaces SimpleInjector with Microsoft.Extensions.DependencyInjection.
2019-02-09Chnage to own NuGet packageBond_009
2019-02-04Fix loading of rating filesBond_009
2019-01-31Move Options to Jellyfin.Server and create interface filePloughPuff
Changes following review comments.
2019-01-31Use CommandLineParser package for handling CLI argsPloughPuff
2019-01-25Revert "Merge pull request #452 from Bond-009/activitydb"Erwin de Haan
This reverts commit 48ad18d12baeeb42ec0ec7df9473330dcbc76754, reversing changes made to fe197415cac19c0e4005c52761c5e7a37b8a4557.