aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data
AgeCommit message (Collapse)Author
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-22remove nullable enablecvium
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-22review commentscvium
2023-08-22remove unused depscvium
2023-08-21fix userdata table not being committedcvium
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-21open before changing pragmascvium
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-21more usingcvium
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-06-02Merge pull request #9667 from Silvenga/restore-default-journal-sizeBond-009
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-05-04nameof instead of GetType().NameBond_009
2023-04-24Increased the max journal_size_limit to reduce the number of truncation ↵Mark Lopez
operations.
2023-04-24Dispose BlockingCollectionBond_009
2023-04-21Change number of read connections based on # of threads and add commentsBond_009
2023-04-21Get write connection for vacuumBond_009
2023-04-21Use BlockingCollectionBond_009
2023-04-21POC sql connection poolBond_009
2023-04-16Fix null parental rating comparison (#9618)Brad Beattie
2023-04-13Properly dispose prepared statementsBond_009
2023-04-10Merge pull request #9607 from goremykin/fix_analyzers_warnings_and_suggestionsBond-009
2023-04-07Augment similarity with person matchesBrad Beattie
The code comment says "genres, tags, studios, _person_, year?", but does no matching on common people between films. This PR augments similarity score treating people similar to tags.
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-06Remove redundant castsStepan Goremykin
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-03-01Allocate less ListsBond_009
2023-02-20Apply review suggestionShadowghost
2023-02-20Build ratingClause with StringBuilderShadowghost
2023-02-20Apply review suggestionsShadowghost
2023-02-20Properly build where clause for rating checksShadowghost
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2023-02-12Merge pull request #9297 from crobibero/livetv-tweaksClaus Vium
LiveTV fixes