| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-03-25 | Merge branch 'master' into feature/DatabaseRefactor | JPVenson | |
| 2025-03-18 | Add fast-path to getting just the SeriesPresentationUniqueKey for NextUp ↵ | Cody Robibero | |
| (#13687) * Add more optimized query to calculate series that should be processed for next up * Filter series based on last watched date | |||
| 2025-01-26 | Prepared Seperation of Database components for future multi provider support | JPVenson | |
| 2024-11-17 | Fixed server side distinct filter | JPVenson | |
| 2024-09-07 | Migrated UserData from library sqlite db to jellyfin.db | JPVenson | |
| 2024-08-28 | Merge pull request #11665 from Bond-009/getuserbyid | Cody Robibero | |
| 2024-08-25 | Backport pull request #12414 from jellyfin/release-10.9.z | fredrik-eriksson | |
| Revert "NextUp query respects Limit (#11956)" Original-merge: 9810d22d96529839e78eb16abf37e94b2b269961 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-08-05 | Replace UserId with User in NextUpQuery | Bond_009 | |
| 2024-06-05 | Backport pull request #11956 from jellyfin/release-10.9.z | cptn-x | |
| NextUp query respects Limit Original-merge: 484aea1cdb93804b8388cdf3dfa3344942ad9119 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-09-06 | Add option to include resumable items in next up requests | Bill Thornton | |
| 2023-02-15 | Enable nullable for more files | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 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-09-23 | Backport pull request #8348 from jellyfin/release-10.8.z | Claus Vium | |
| Revert "Revert "refactor: use season number and episode number for NextUp ordering instead of SortName"" Original-merge: 88d5230babbc9498a6142ef56b1c0a9731936a40 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-08-14 | Use guid for seriesId API parameter | Niels van Velzen | |
| 2022-03-11 | Merge pull request #7346 from Bond-009/guid | Claus Vium | |
| Optimize Guid comparisons | |||
| 2022-03-02 | Use IReadOnlyList for seriesKeys | Bill Thornton | |
| 2022-03-01 | Include played and unplayed results in the same next up request | Bill Thornton | |
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2022-02-20 | Rewatching next up (#7253) | SenorSmartyPants | |
| 2022-01-20 | Properly populate QueryResult | Cody Robibero | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-05-27 | Merge pull request #5828 from jackrvan/issue-5813 | Claus Vium | |
| Add NextUpCutoffDate to NextUpQuery | |||
| 2021-05-25 | Review notes to set value to Datetime min value instead of null | Jack | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-05-05 | Code Clean up: Use Pattern Matching (#5838) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-04-16 | Some code cleanup. Allow NextUpDateCutoff to be null | Jack | |
| 2021-04-15 | Add NextUpCutoffDate to NextUpQuery | Jack | |
| 2021-03-05 | Apply suggested formatting changes | Smith00101010 | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2021-02-28 | Include specials in the calculation for the "Next Up" episode. Fixes #1479 | Moshe Schmidt | |
| 2021-01-18 | Remove commented code | crobibero | |
| 2021-01-15 | Add query parameter to disable returning first episode as next up | crobibero | |
| 2021-01-15 | Revert "Don't return first episodes in next up" | crobibero | |
| 2020-12-13 | Use a more descriptive function name | crobibero | |
| 2020-12-11 | Use typed UserManager GetPreference | crobibero | |
| 2020-12-03 | Merge pull request #4633 from crobibero/guid-params | Claus Vium | |
| Use Guid as API parameter type where possible | |||
| 2020-12-01 | Update Emby.Server.Implementations/TV/TVSeriesManager.cs | Claus Vium | |
| 2020-12-01 | Fix possible nullref | MrTimscampi | |
| 2020-12-01 | Fix typo | MrTimscampi | |
| 2020-12-01 | Use Guid as API parameter type where possible | crobibero | |
| 2020-12-01 | Prevent GetUpNext from returning episodes in progress | MrTimscampi | |
| 2020-11-27 | Fix suggestion | MrTimscampi | |
