aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
AgeCommit message (Collapse)Author
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
2020-06-11Fix build errorsPatrick Barron
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-09Fix a small number of compile warningsaled
2020-06-09Merge pull request #3258 from aled/2149-fix-a-small-number-of-compile-warnings-1Bond-009
Fix a small number of compile warnings
2020-06-07Apply review suggestions and fix bugPatrick Barron
2020-06-06Fix a small number of compile warningsaled
2020-06-06Make books resumable and have duration of 1 secondDaniyar Itegulov
2020-06-05Use typed logger where possiblecrobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-05-28Convert non-local image to local before computing blurhashVasily
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