aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
AgeCommit message (Expand)Author
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Address commentsBond_009
2020-04-01Merge branch 'master' into minorBond_009
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
2020-03-11Merge pull request #2502 from JustAMan/baseitem-equalsBond-009
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
2020-03-03Lower log level for BaseItem.Equals to debugVasily
2020-03-02Merge pull request #2474 from JustAMan/simplify-sortingBond-009
2020-03-02Replace foreach with for - MOAR SPEEDVasily
2020-03-02Apply suggestions from code reviewVasily
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 itera...Vasily
2020-02-27Implement fast sortingVasily
2020-02-27Trying to be more safeVasily
2020-02-27Bring back sorting when needed to fix PlayToVasily
2020-02-27Apply suggestions from code reviewVasily
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
2020-02-04Apply suggestions from code reviewBond-009
2020-02-04Fix some warnings in MediaBrowser.ControllerBond_009
2020-01-31Fix warningsBond_009
2020-01-24Fix another issue with DLNA responses not properly paginatingCarey Metcalfe
2020-01-10Merge branch 'master' into warn12Bond_009
2020-01-08merge branch master into media-attachmentsdkanada
2019-12-20Merge branch 'master' into warn12Bond_009
2019-12-11More warnings (removed)Bond_009
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
2019-11-23Merge pull request #1926 from Bond-009/authdkanada
2019-11-10Merge pull request #1965 from Bond-009/dbjsondkanada
2019-11-04Merge remote-tracking branch 'origin/master' into media-attachments-cleanAndrew Mahone
2019-11-01Deserialize with the correct type (and warning fixes)Bond_009
2019-10-29Fix more warningsBond_009
2019-10-22Retrieve media attachments in BaseItem.Andrew Mahone
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-10-20Don't shuffle some types by defaultBond_009
2019-10-15Fix Json serialization errorBond_009
2019-09-26Fix SetImage to avoid out of range exception (#1798)Anthony Lavado
2019-09-23Fix multiple mistakes and warningsBond_009