aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common
AgeCommit message (Collapse)Author
2020-06-19Add JsonInto32ConverterDavid
Add additional swagger type mapping
2020-06-13Fix merge and buildcrobibero
2020-06-13merge master into api-migrationcrobibero
2020-06-11Update to .NET Core 3.1.5crobibero
2020-06-04Merge pull request #3236 from Bond-009/commonVasily
Enable StyleCop for MediaBrowser.Common
2020-06-03remove extra Clear callcrobibero
2020-06-03Enable StyleCop for MediaBrowser.CommonBond-009
2020-06-02Add Dictionary with non-string keys to System.Text.Jsoncrobibero
2020-06-02Fix Json Enum conversion, map all JsonDefaults properties to APIcrobibero
2020-05-24fix a few issues with the plugin manifestdkanada
2020-05-17Update to .NET Core 3.1.4Mark Monteiro
2020-04-29Merge pull request #2920 from Bond-009/tests2Vasily
Add some simple tests
2020-04-26Ensure transcoding path is created when it is retrievedMark Monteiro
2020-04-23Merge branch 'master' into nullable4Bond_009
2020-04-22Remove unused usingsMark Monteiro
This addresses the new issues identified in SonarCloud analysis
2020-04-22Merge branch 'master' into register-services-correctlyBond-009
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-21Address commentsBond_009
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-20Add some simple testsBond_009
2020-04-20add code suggestionsdkanada
2020-04-13Merge branch 'master' into register-services-correctlyMark Monteiro
2020-04-13merge branch master into plugindkanada
2020-04-11Merge pull request #2680 from mark-monteiro/remove-common-processBond-009
Remove CommonProcess and ProcessFactory
2020-04-11Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-11merge branch master into plugindkanada
2020-04-11remove release channel from plugin classesdkanada
2020-04-06Do not use IAsyncEnumerable unnecessarilyMark Monteiro
2020-04-05Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.SkiaBond_009
2020-04-05Document exceptionMark Monteiro
2020-04-04Remove unnecessary async and parameter from ApplicationHost initialization ↵Mark Monteiro
method
2020-04-03Add missing call to ConfigureAwait()Mark Monteiro
2020-04-03Merge remote-tracking branch 'upstream/master' into remove-common-processMark Monteiro
2020-04-02Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.CommonBond_009
2020-04-03Merge pull request #2731 from Bond-009/minor2dkanada
Minor improvements
2020-04-01Merge pull request #2601 from mark-monteiro/support-running-without-web-contentVasily
Support Running Server Without Web Content
2020-04-01Minor improvementsBond_009
2020-03-27Make HasExitedSafe() privateMark Monteiro
2020-03-27Use a TimeSpan instead of ms and support providing a custom CancellationTokenMark Monteiro
2020-03-27Remove unnecessary CommonProcess abstractionMark Monteiro
2020-03-25Update .NET Core to 3.1.3Mark Monteiro
2020-03-22Update all packages to .NET Core 3.1.2Mark Monteiro
2020-03-15Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-15Do not call UseContentRoot() on the web host builderMark Monteiro
This call has nothing to do with static web content and should not have ever been called with the web content path: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/?view=aspnetcore-3.1&tabs=windows#content-root Since this call is removed, the ContentRoot property is also removed from ApplicationHost as it is no longer needed. Finally, move validation of the static content path to the DashboardService where it is actually used.
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-10Merge branch 'master' into support-injecting-iconfigurationMark Monteiro
2020-03-05Add tests for alpha numeric sortingBond_009
2020-03-01Add NuGet reference to config abstractions in MediaBrowser.Common projectMark Monteiro
2020-02-28Do not save a reference to the startup config in ApplicationHostMark Monteiro