aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/SqliteItemRepository.cs
AgeCommit message (Collapse)Author
2024-10-08Removed BaseSqliteRepositoryJPVenson
2024-10-08WIP migration sqlite item repository to efcoreJPVenson
2024-10-08Added Sorting and GroupingJPVenson
2024-10-08WIP BaseItem search refactoringJPVenson
2024-10-08Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserDataJPVenson
2024-09-29Do not consider tags in search (#12741)Tim Eisele
2024-09-25Update SqliteItemRepository.cs - incorporate review suggestionelfalem
Co-authored-by: Bond-009 <bond.009@outlook.com>
2024-09-23Ensure user's own playlists are accessible regardless of allowed tagselfalem
2024-09-08WIP move baseitem to jellyfin.dbJPVenson
2024-07-23Merge branch 'master' into fix-hwa-video-rotationNyanmisaka
2024-07-21Backport pull request #12278 from jellyfin/release-10.9.zBond-009
Fix localization of audio title Original-merge: f7a90b6383aed557c0c2d3a824fc00340f72fe40 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-07-15Add check for ProviderIds to prevent '=' from appearing in keys, also ↵Erwin de Haan
support '=' in the values. (#12274)
2024-06-06Merge pull request #11972 from Bond-009/numconnsBond-009
Remove old connection count props
2024-06-06Backport pull request #11986 from jellyfin/release-10.9.zBond-009
Use only 1 write connection/DB Original-merge: cc4563a4779ff7e86526b09f5ac5a2e7ec71e56b Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-06Backport pull request #11969 from jellyfin/release-10.9.zBond-009
Create readonly DB connections when possible Original-merge: a46c17e19fd593591b733208bc9b0488f8df9539 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-05Remove old connection count propsBond_009
Not used with the new SQLite lib
2024-06-01Backport pull request #11762 from jellyfin/release-10.9.zShadowghost
Mark Audio as RequiresDeserialization and backfill data Original-merge: e2c909f50f34cc06fcd39a02407d1f5b7bb37a1e Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-01Backport pull request #11743 from jellyfin/release-10.9.zShadowghost
Fix replace logic Original-merge: 2ddb15c7845a944d980364209c2304f03cebf025 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17Backport pull request #11698 from jellyfin/release-10.9.zBond-009
Fix not binding to SQL parameters Original-merge: d303ca56e3684433073cd0dbd8625885907628cf Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-04-30More efficient array creation (#11468)Bond-009
2024-04-30Fix incomplete tag query for whitelist tags (#11416)gnattu
2024-04-28Improve audio normalizationBond_009
* Move calculation of LUFS to a scheduled task as it's pretty slow * Correctly calculate album LUFS * Don't try to convert replaygain tags to LUFS values
2024-03-30Register video rotation side data in DBnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-27Refactor out static constructorSaid Aroua
See CA1810 for more details
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
* Convert ItemSortBy to enum * Rename Unknown to Default
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-10-08Use null propagationStepan Goremykin
2023-10-08Remove redundant ToString call for value typesStepan Goremykin
2023-08-28Merge pull request #10138 from cvium/sqlite_client_pocBond-009
2023-08-25fix todos and add graylog backcvium
2023-08-23move a computation out of transaction and skip season updates if name matchescvium
2023-08-22Enable nullable for more files and add testsBond_009
Adds basic tests for FFProbeVideoInfo.CreateDummyChapters Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component
2023-08-22remove unused depscvium
2023-08-21fix bad mergecvium
2023-08-21Merge branch 'master' into sqlite_client_poccvium
# Conflicts: # Emby.Server.Implementations/Data/SqliteItemRepository.cs
2023-08-21remove readonlycvium
2023-08-21simplify extension methodscvium
2023-08-21rename variable and fix crashcvium
2023-08-21Reduce the amount of allocations in GetWhereClauses (#10114)Bond-009
2023-08-21remove runintransactioncvium
2023-08-21add missing usingcvium
2023-08-21fix guid blobscvium
2023-08-21loading workscvium
2023-07-03Merge pull request #8914 from bradbeattie/augmented-tag-searchingClaus Vium
Augment tag searching to consider individual ItemValues instead of the delimited tags field
2023-06-05Source SQLite cache_size from an Environment Variable (#9666)Mark Lopez
2023-05-15Audio normalization (#9222)TelepathicWalrus
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-04-21Change number of read connections based on # of threads and add commentsBond_009
2023-04-21POC sql connection poolBond_009