aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data
AgeCommit message (Expand)Author
2023-01-07Fixing similar parental rating calculation (#8959)Brad Beattie
2022-12-14Improve DB perf for everyone not using debug logging (#8827)Bond-009
2022-12-11Merge pull request #8842 from bradbeattie/masterBond-009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Search tags as wellBrad Beattie
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-05Fix build (#8859)Bond-009
2022-11-27Minor search update - full word titles matches first (#8757)SteveTheGrey
2022-10-31Backport pull request #8662 from jellyfin/release-10.8.zcvium
2022-10-28Backport pull request #8501 from jellyfin/release-10.8.zcvium
2022-10-07Fix localization lookupJoe Rogers
2022-10-07Add hearing impaired subtitle stream indicator (#7379)Joe Rogers
2022-10-07Merge pull request #8503 from Bond-009/ThrowIfNullClaus Vium
2022-10-06Fix minor warnings in Emby.Server.Implementations (#2149)Jan Sommer
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-07-24Backport pull request #8166 from jellyfin/release-10.8.zJoshua Boniface
2022-06-29Merge pull request #7964 from jellyfin/dovi-side-dataJoshua M. Boniface
2022-06-29Merge pull request #7940 from Shadowghost/fix-recommendationsCody Robibero
2022-05-20Merge pull request #7604 from Jellifi007/fixes-diactriticsBond-009
2022-05-20Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fixCody Robibero
2022-03-25Don't allow unknown sort-byCody Robibero
2022-03-10Add label for external audio/sub tracksJoe Rogers
2022-03-06Revert "chore: Add a read only connection for routes like Shows/NextUp"Cody Robibero
2022-03-05Merge pull request #7240 from jaysonsantos/add-readonly-connectionCody Robibero
2022-03-05Apply suggestions from code reviewCody Robibero
2022-02-16Merge pull request #7322 from Bond-009/db2Cody Robibero
2022-02-15Clean up SqliteItemRepositoryBond_009
2022-02-15Fix some warningsBond_009
2022-02-14Fix some warningsBond_009
2022-01-23fix: Avoid opening read connections without mutexesJayson Reis
2022-01-22chore: Add a read only connection for routes like Shows/NextUpJayson Reis
2022-01-20Properly populate QueryResultCody Robibero
2022-01-04Use provided SortOrderCody Robibero
2022-01-03Reverse all order-byCody Robibero
2021-12-31Fix orderby queryCody Robibero
2021-12-27Remove more warningsCody Robibero
2021-12-27More cleanupBond_009
2021-12-24Update StyleCopBond_009
2021-12-20Use our own Contains extensioncvium
2021-12-16Use string builder instead of string interpolationCody Robibero
2021-12-16Log warning for unknown BaseItemKind to Type mappingCody Robibero
2021-12-15Add mapping from BaseItemKind to Type.FullName for queryingCody Robibero
2021-12-14Use array instead of HashSetCody Robibero
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-11-15Fix some warningsBond_009
2021-10-06Fix the last few warningsBond_009
2021-10-02Fix warnings in DataPatrick Barron
2021-09-24Address commentsBond_009
2021-09-24Use new Enum.TryParse(ReadOnlySpan<char>) overloadBond_009