aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Dto
AgeCommit message (Collapse)Author
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-07Merge pull request #8381 from 1hitsong/lyric-lrc-file-supportClaus Vium
2022-09-23Backport pull request #8399 from jellyfin/release-10.8.zLogicalPhallacy
Respect visibility for people items (rebased) Original-merge: e6124bc154c9f95fdd491f309623def6b3df0171 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-15Create ILyricManager1hitsong
2022-09-15Auto stash before merge of "lyric-lrc-file-support" and ↵1hitsong
"origin/lyric-lrc-file-support"
2022-09-11Create ILyricsProvider1hitsong
2022-04-28Merge pull request #7634 from neilsb/patch-1Cody Robibero
Correct LocalTrailerCount in API (cherry picked from commit fcb65ac38df99d85c48f3918b420172c737d9b0e) Signed-off-by: crobibero <cody@robibe.ro>
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2022-02-17Remove some dead codeBond_009
2022-01-22Use Guid for BaseItemDto parent idsNiels van Velzen
2022-01-22Use Guid for BaseItemPerson.IdNiels van Velzen
2022-01-15Remove unnecessary array allocationDmitry Lyzo
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-01-14Fix duplication of local trailersDmitry Lyzo
2021-12-27More cleanupBond_009
2021-12-24Merge pull request #6819 from ↵Cody Robibero
cvium/why_should_we_use_the_imageinfo_when_we_can_guess
2021-12-20Use our own Contains extensioncvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-11-19Small optimization to child count fieldcvium
2021-11-10Simplifycvium
2021-11-10Reduce indentationcvium
2021-11-10Try to use Width and Height from ImageInfo to determine aspect ratiocvium
2021-11-09Fix some warningsBond_009
down to 580
2021-11-09Fix some warningsBond_009
609 left
2021-11-06Remove ImageType.Screenshot and ItemFields.ScreenshotJoe Rogers
2021-10-08Use new Random.Shared instead of creating new instancesBond_009
2021-09-03Fix some warningsBond_009
2021-08-28Remove more and more warningsCody Robibero
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-02-10Create BaseItemKind enumcrobibero
2021-01-25Add null check for ImageTagscrobibero
2021-01-05Fix potential null referencecrobibero
2021-01-01Add only correct person blurhashcrobibero
2020-12-06Only apply series image aspect ratio if episode/season has no primary imagecvium
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