| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |||
| 2023-02-11 | LiveTV fixes | Cody Robibero | |
| 2023-01-20 | Add "Allowed Tags" to Parental Controls | Jpuc1143 | |
| 2023-01-14 | Remove AddPeopleQueryIndex migration | Bond_009 | |
| 2023-01-14 | Fine tune DB settings | Bond_009 | |
| 2023-01-07 | Fixing similar parental rating calculation (#8959) | Brad Beattie | |
| 2022-12-28 | Augment tag searching to consider all ItemValues | Brad Beattie | |
| 2022-12-14 | Improve DB perf for everyone not using debug logging (#8827) | Bond-009 | |
| 2022-12-11 | Merge pull request #8842 from bradbeattie/master | Bond-009 | |
| 2022-12-05 | Search tags as well | Brad Beattie | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-12-05 | Fix build (#8859) | Bond-009 | |
| 2022-11-27 | Minor search update - full word titles matches first (#8757) | SteveTheGrey | |
| 2022-10-31 | Backport pull request #8662 from jellyfin/release-10.8.z | cvium | |
| 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-28 | Backport pull request #8501 from jellyfin/release-10.8.z | cvium | |
| 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-07 | Fix localization lookup | Joe Rogers | |
| 2022-10-07 | Add hearing impaired subtitle stream indicator (#7379) | Joe Rogers | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_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-24 | Backport pull request #8166 from jellyfin/release-10.8.z | Joshua 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-29 | Merge pull request #7964 from jellyfin/dovi-side-data | Joshua M. Boniface | |
| (cherry picked from commit 39d185c7b19ed2da1ae46566152fb1cf182266cd) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-06-29 | Merge pull request #7940 from Shadowghost/fix-recommendations | Cody Robibero | |
| (cherry picked from commit 674931324926368791a47d7bd7ce59b4248f5a71) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-05-20 | Merge pull request #7604 from Jellifi007/fixes-diactritics | Bond-009 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-20 | Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fix | Cody Robibero | |
| (cherry picked from commit 60affd096595d68728506149d0ffce6e84b6b015) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-03-25 | Don't allow unknown sort-by | Cody Robibero | |
| 2022-03-10 | Add label for external audio/sub tracks | Joe Rogers | |
| 2022-02-15 | Clean up SqliteItemRepository | Bond_009 | |
| * remove dead code * reduce allocations | |||
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2022-01-20 | Properly populate QueryResult | Cody Robibero | |
| 2022-01-04 | Use provided SortOrder | Cody Robibero | |
| 2022-01-03 | Reverse all order-by | Cody Robibero | |
| 2021-12-31 | Fix orderby query | Cody Robibero | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-16 | Use string builder instead of string interpolation | Cody Robibero | |
| 2021-12-16 | Log warning for unknown BaseItemKind to Type mapping | Cody Robibero | |
| 2021-12-15 | Add mapping from BaseItemKind to Type.FullName for querying | Cody Robibero | |
