aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
AgeCommit message (Collapse)Author
2020-05-14Address review commentsPatrick Barron
2020-05-02Migrate activity db to EF CorePatrick Barron
2020-04-26Added option to disable metrics collection and defaulted it to offsparky8251
2020-04-22Merge pull request #2846 from jellyfin/azureBond-009
Remove requirement to build web during server builds
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-13Bump Mono.Nat from 2.0.0 to 2.0.1dependabot-preview[bot]
Bumps [Mono.Nat](https://github.com/mono/Mono.Nat) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/mono/Mono.Nat/releases) - [Commits](https://github.com/mono/Mono.Nat/compare/Mono.Nat-2.0.0...Mono.Nat-2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-08Merge pull request #2793 from mark-monteiro/remove-interactive-extensionsdkanada
Remove Ix.NET
2020-04-06Remove reference to System.Interactive.AsyncMark Monteiro
2020-04-07Bump sharpcompress from 0.24.0 to 0.25.0dependabot-preview[bot]
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/adamhathcock/sharpcompress/releases) - [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.24...0.25) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-01Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
use-development-exception-page
2020-03-25Update .NET Core to 3.1.3Mark Monteiro
2020-03-22Update all packages to .NET Core 3.1.2Mark Monteiro
2020-03-21Do not handle exceptions manually when in development modeMark Monteiro
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