aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Dto
AgeCommit message (Collapse)Author
2021-02-21Merge pull request #5105 from crobibero/image-null-refClaus Vium
Add null check for ImageTags (cherry picked from commit e7e385d7a28bea54971d2ecad25e18cd286d7433) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-01-23Merge pull request #4961 from crobibero/person-blurhash-null-refBond-009
Fix potential null reference (cherry picked from commit a8230c07eaa820a3db0961db9dce1a34d1a3c113) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-01-23Merge pull request #4920 from crobibero/person-blurhashdkanada
Attach correct Blurhash to BaseItemPerson (cherry picked from commit c117b12b6baece287dd35938889f64f22554ff3a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4706 from cvium/fix_aspectratio_againClaus Vium
Only apply series image aspect ratio if episode/season has no primary image (cherry picked from commit 0d5f651ae9c38b2fcda7fb0f6d0051bc6a18586e) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-10-17Use nameof where possibleBond_009
2020-09-29Merge pull request #4236 from ConfusedPolarBear/warnings1Bond-009
Fix some warnings
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-09-27Merge pull request #4204 from cvium/add_aspect_ratio_seriesprimarydkanada
Add series image aspect ratio when ep/season is missing an image
2020-09-24Fix aspect ratio calculation returning 0 or 1 when item has no default ARcvium
2020-09-24Add series image aspect ratio when ep/season is missing an imagecvium
2020-08-31Fix some warningsBond_009
2020-08-13Remove unused methods in IDtoServicePatrick Barron
2020-06-16Enable BlurHash for Peoplecrobibero
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-15fix SA1510telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
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-27Add blurhashes to ImageBlurHashes for all imagesVasily
2020-05-26Change image blurhash mapping to "image type to blurhash"Vasily
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-19More small optimizationsVasily
2020-05-18Add BlurHash support to backendJesús Higueras
2020-05-12Initial migration codePatrick Barron
2020-04-11Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-04Register IProviderManager correctlyMark Monteiro
2020-04-04Register and construct DtoService correctlyMark Monteiro
2020-04-01Use null-coalescing assignmentMark Monteiro
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-01Add ExtraType.Unknown enum value and use it instead of nullMark Monteiro
2020-03-28Simplify logic; remove unnecessary methodsMark Monteiro
2020-03-28Display extras with an unknown typeMark Monteiro
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-01-21Simplify image processing by removing image enhancersBond_009
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-10-06add comment explaining a bug fixdkanada
2019-10-06fix missing image on seasons without postersdkanada
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-08-29More warning fixesBond_009
2019-08-19Fix LocalTrailers playback.SL1288
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-03-25Seperate changes from #1023Bond-009
The unrelated changes from #1023 (and more)