aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data
AgeCommit message (Collapse)Author
2023-02-11LiveTV fixesCody Robibero
2023-01-20Add "Allowed Tags" to Parental ControlsJpuc1143
2023-01-14Remove AddPeopleQueryIndex migrationBond_009
2023-01-14Set journal_size_limitBond_009
2023-01-14Change synchronous_mode to normalBond_009
2023-01-14Fine tune DB settingsBond_009
2023-01-07Fixing similar parental rating calculation (#8959)Brad Beattie
2022-12-28Augment tag searching to consider all ItemValuesBrad 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
fix: use a combination of ParentIndexNumber and IndexNumber to determine next up episodes Original-merge: 45f3fb1cfc54f4dced7f6e02b7fc433056678634 Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-10-28Backport pull request #8501 from jellyfin/release-10.8.zcvium
fix: set MinIndexNumber for the next up query Original-merge: 679e83082f76b0d6c54d0aa4b8fe1138c1a10ccd Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-10-07Fix localization lookupJoe Rogers
2022-10-07Add hearing impaired subtitle stream indicator (#7379)Joe Rogers
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
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
Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ```
2022-07-24Backport pull request #8166 from jellyfin/release-10.8.zJoshua Boniface
Bind @userid only when it's in the statement Authored-by: Joseph <1315585+joseph39@users.noreply.github.com> Merged-by: Claus Vium <cvium@users.noreply.github.com> Original-merge: 057e8ef24061a969d4ca31b5b115e14d5ba76fe4
2022-06-29Merge pull request #7964 from jellyfin/dovi-side-dataJoshua M. Boniface
(cherry picked from commit 39d185c7b19ed2da1ae46566152fb1cf182266cd) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-06-29Merge pull request #7940 from Shadowghost/fix-recommendationsCody Robibero
(cherry picked from commit 674931324926368791a47d7bd7ce59b4248f5a71) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20Merge pull request #7604 from Jellifi007/fixes-diactriticsBond-009
Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fixCody Robibero
(cherry picked from commit 60affd096595d68728506149d0ffce6e84b6b015) Signed-off-by: crobibero <cody@robibe.ro>
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
* remove dead code * reduce allocations
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