| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 2023-11-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-10-08 | Use null propagation | Stepan Goremykin | |
| 2023-10-08 | Remove redundant ToString call for value types | Stepan Goremykin | |
| 2023-08-28 | Merge pull request #10138 from cvium/sqlite_client_poc | Bond-009 | |
| 2023-08-25 | fix todos and add graylog back | cvium | |
| 2023-08-23 | move a computation out of transaction and skip season updates if name matches | cvium | |
| 2023-08-22 | remove nullable enable | cvium | |
| 2023-08-22 | Enable nullable for more files and add tests | Bond_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-22 | review comments | cvium | |
| 2023-08-22 | remove unused deps | cvium | |
| 2023-08-21 | fix userdata table not being committed | cvium | |
| 2023-08-21 | fix bad merge | cvium | |
| 2023-08-21 | Merge branch 'master' into sqlite_client_poc | cvium | |
| # Conflicts: # Emby.Server.Implementations/Data/SqliteItemRepository.cs | |||
| 2023-08-21 | remove readonly | cvium | |
| 2023-08-21 | open before changing pragmas | cvium | |
| 2023-08-21 | simplify extension methods | cvium | |
| 2023-08-21 | rename variable and fix crash | cvium | |
| 2023-08-21 | Reduce the amount of allocations in GetWhereClauses (#10114) | Bond-009 | |
| 2023-08-21 | remove runintransaction | cvium | |
| 2023-08-21 | more using | cvium | |
| 2023-08-21 | add missing using | cvium | |
| 2023-08-21 | fix guid blobs | cvium | |
| 2023-08-21 | loading works | cvium | |
| 2023-07-03 | Merge pull request #8914 from bradbeattie/augmented-tag-searching | Claus Vium | |
| Augment tag searching to consider individual ItemValues instead of the delimited tags field | |||
| 2023-06-05 | Source SQLite cache_size from an Environment Variable (#9666) | Mark Lopez | |
| 2023-06-02 | Merge pull request #9667 from Silvenga/restore-default-journal-size | Bond-009 | |
| 2023-05-15 | Audio normalization (#9222) | TelepathicWalrus | |
| Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-05-04 | nameof instead of GetType().Name | Bond_009 | |
| 2023-04-24 | Increased the max journal_size_limit to reduce the number of truncation ↵ | Mark Lopez | |
| operations. | |||
| 2023-04-24 | Dispose BlockingCollection | Bond_009 | |
| 2023-04-21 | Change number of read connections based on # of threads and add comments | Bond_009 | |
| 2023-04-21 | Get write connection for vacuum | Bond_009 | |
| 2023-04-21 | Use BlockingCollection | Bond_009 | |
| 2023-04-21 | POC sql connection pool | Bond_009 | |
| 2023-04-16 | Fix null parental rating comparison (#9618) | Brad Beattie | |
| 2023-04-13 | Properly dispose prepared statements | Bond_009 | |
| 2023-04-10 | Merge pull request #9607 from goremykin/fix_analyzers_warnings_and_suggestions | Bond-009 | |
| 2023-04-07 | Augment similarity with person matches | Brad 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-06 | Remove redundant 'else' keywords | Stepan Goremykin | |
| 2023-04-06 | Remove redundant casts | Stepan Goremykin | |
| 2023-03-25 | Convert Person.Type to use PersonKind enum (#9487) | Cody Robibero | |
| 2023-03-01 | Allocate less Lists | Bond_009 | |
| 2023-02-20 | Apply review suggestion | Shadowghost | |
| 2023-02-20 | Build ratingClause with StringBuilder | Shadowghost | |
| 2023-02-20 | Apply review suggestions | Shadowghost | |
| 2023-02-20 | Properly build where clause for rating checks | Shadowghost | |
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 2023-02-12 | Merge pull request #9297 from crobibero/livetv-tweaks | Claus Vium | |
| LiveTV fixes | |||
