| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2020-11-27 | Don't return first episodes in next up | MrTimscampi | |
| 2020-10-17 | Use nameof where possible | Bond_009 | |
| 2020-07-15 | Fix warnings | Claus Vium | |
| 2020-07-15 | Only fetch Next Up for episodes that have been fully matched | Claus Vium | |
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs | |||
| 2020-05-29 | Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | Bond_009 | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part T-T | Erwin de Haan | |
