aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-21Merge pull request #2466 from dkanada/pluginVasily
Update plugin classes for nightly builds
2020-04-20Add some simple testsBond_009
2020-04-20add code suggestionsdkanada
2020-04-19Merge pull request #2829 from Bond-009/warn19dkanada
Fix some warnings
2020-04-17Add mime type for .mpegts files.randrey
2020-04-17Add mime types for ape and wv files.randrey
2020-04-17Update documentation for EnableUPnPMark Monteiro
2020-04-16Disable UPnP by defaultMark Monteiro
2020-04-15Add quick connectConfusedPolarBear
2020-04-15Fix release buildBond_009
2020-04-15Merge branch 'master' into nullable3Bond_009
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 branch master into plugindkanada
2020-04-11update description and overview for pluginsdkanada
2020-04-11add new property for version changelogsdkanada
2020-04-11rename target abi propertydkanada
2020-04-11standardize plugin version and guid propertiesdkanada
2020-04-11remove release channel from plugin classesdkanada
2020-04-11Fix some warningsBond_009
2020-04-09Address commentsBond_009
2020-04-08Forgot onePika
2020-04-08Port changes from #2773Pika
2020-04-07Merge pull request #2696 from mark-monteiro/fix-extrasVasily
Display Extras With Unknown Types
2020-04-08Merge pull request #2794 from ↵dkanada
mark-monteiro/dependabot/nuget/System.Text.Json-4.7.1 Bump System.Text.Json from 4.7.0 to 4.7.1
2020-04-07Fix check for profile supporting a codec - it should first check if profile ↵Vasily
is talking about media type For example, audio-only profiles have "VideoCodec" set to "null" which translates to "any codec", which breaks some logic later on
2020-04-06Use embedded title for other track typesPika
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-04-03Merge remote-tracking branch 'upstream/master' into remove-common-processMark Monteiro
2020-04-02Document HTTPS configuration optionsMark Monteiro
2020-04-02Replace EnableHttps and SupportsHttps with ListenWithHttps and ↵Mark Monteiro
CanConnectWithHttps
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Merge pull request #2601 from mark-monteiro/support-running-without-web-contentVasily
Support Running Server Without Web Content
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Add ExtraType.Unknown enum value and use it instead of nullMark Monteiro
2020-03-29Merge pull request #2639 from alset333/masterBond-009
Change DeinterlaceMethod's "bobandweave" to "yadif" or "yadif_bob", and set default value
2020-03-28Merge pull request #2667 from crobibero/emby-naming-warningsdkanada
Fix warnings in Emby.Naming
2020-03-27Delete unnecessary ProcessFactory abstractionMark Monteiro
2020-03-27Remove unnecessary CommonProcess abstractionMark Monteiro
2020-03-26Add documentation around Name, Id, and Type. Changed ExternalIdType to ↵Luke Foust
ExternalIdMediaType
2020-03-26Merge branch 'master' of https://github.com/lfoust/jellyfin into externalid-typeLuke Foust
2020-03-26Bump System.Text.Json from 4.7.0 to 4.7.1dependabot-preview[bot]
Bumps [System.Text.Json](https://github.com/dotnet/corefx) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-25Update .NET Core to 3.1.3Mark Monteiro
2020-03-25Fix warnings in Emby.Namingcrobibero
2020-03-24Remove unused usingsBond_009
2020-03-24Added support for netstandard2.0 besides netstandard2.1 (multi target ↵Jose
framework) to allow usage from UWP (netstandard 2.1 not available in UWP until .net 5)
2020-03-22Add type to externalids to distinguish them in the UILuke Foust
2020-03-22Update all packages to .NET Core 3.1.2Mark Monteiro
2020-03-19Merge pull request #1 from jellyfin/masterPeter Maar
Pull latest to my fork