aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
AgeCommit message (Collapse)Author
2020-05-26Fix a bug in Emby.Notifications and clean upPatrick Barron
2020-05-26Make SonarCloud less angryPatrick Barron
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-20Make blurhash be computed during regular scans if it was not already computedVasily
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-18Add BlurHash support to backendJesús Higueras
2020-05-12Initial migration codePatrick Barron
2020-04-20Remove JsonIgnore from the DateLastSaved property of BaseItemAnthony Lavado
2020-04-19Minor improvementsBond_009
2020-04-10Fix misformed xml doc commentMark Monteiro
2020-04-07Merge pull request #2696 from mark-monteiro/fix-extrasVasily
Display Extras With Unknown Types
2020-04-04Update MediaBrowser.Controller/Entities/InternalPeopleQuery.csBond-009
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-04-03Update InternalPeopleQuery.csBond-009
2020-04-03Address commentsBond_009
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Code review suggestionsMark Monteiro
2020-04-01Address commentsBond_009
2020-04-01Merge branch 'master' into minorBond_009
2020-04-01Add ExtraType.Unknown enum value and use it instead of nullMark Monteiro
2020-03-28Simplify logic; remove unnecessary methodsMark Monteiro
2020-03-28Do not assign an invalid value of zero to ExtraTypeMark Monteiro
2020-03-28Display extras with an unknown typeMark Monteiro
2020-03-24Remove unused usingsBond_009
2020-03-22Add missing null check when retrieving extrasMark Monteiro
2020-03-18Merge pull request #2549 from dkanada/refactordkanada
Refactor some provider classes
2020-03-11Merge pull request #2502 from JustAMan/baseitem-equalsBond-009
Adds BaseItem.Equals method that compares items by their Id
2020-03-09remove unused files and fix some future warningsdkanada
2020-03-05Add inheritdoc comment and squash simple method bodiesVasily
2020-03-05Follow code review suggestionsVasily
2020-03-04Implement BaseItem.GetHashCode overrideVasily
2020-03-04Merge pull request #2476 from JustAMan/playto-sortdkanada
Bring back sorting when needed to fix PlayTo
2020-03-03Lower log level for BaseItem.Equals to debugVasily
2020-03-02Merge pull request #2474 from JustAMan/simplify-sortingBond-009
Simplify AlphanumericComparer, reduce code duplication
2020-03-02Replace foreach with for - MOAR SPEEDVasily
2020-03-02Apply suggestions from code reviewVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-03-02Speed up equality comparison of BaseItemVasily
2020-02-28Remove custom queue class as it is not neededVasily
2020-02-28Small speed improvement - no need to convert an array to a list to just ↵Vasily
iterate over it
2020-02-27Implement fast sortingVasily
2020-02-27Trying to be more safeVasily
2020-02-27Bring back sorting when needed to fix PlayToVasily
This is partial revert of https://github.com/jellyfin/jellyfin/pull/1011
2020-02-27Apply suggestions from code reviewVasily
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
2020-02-27Simplify AlphanumericComparer, reduce code duplicationVasily
2020-02-23Minor improvementsBond_009
2020-02-22add config options for musicbrainzdkanada
2020-02-20Fix photo serializationBond-009
2020-02-04Update MediaBrowser.Controller/Entities/PersonInfo.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-02-04Apply suggestions from code reviewBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-02-04Fix some warnings in MediaBrowser.ControllerBond_009
2020-01-31Fix warningsBond_009