aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/TV
AgeCommit message (Collapse)Author
2022-09-23Backport pull request #8348 from jellyfin/release-10.8.zClaus 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-14Use guid for seriesId API parameterNiels van Velzen
2022-03-11Merge pull request #7346 from Bond-009/guidClaus Vium
Optimize Guid comparisons
2022-03-02Use IReadOnlyList for seriesKeysBill Thornton
2022-03-01Include played and unplayed results in the same next up requestBill Thornton
2022-02-21Optimize Guid comparisonsBond_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-20Rewatching next up (#7253)SenorSmartyPants
2022-01-20Properly populate QueryResultCody Robibero
2021-12-27Remove more warningsCody Robibero
2021-12-24Update StyleCopBond_009
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-09-03Fix some warningsBond_009
2021-05-27Merge pull request #5828 from jackrvan/issue-5813Claus Vium
Add NextUpCutoffDate to NextUpQuery
2021-05-25Review notes to set value to Datetime min value instead of nullJack
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-05Code 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-16Some code cleanup. Allow NextUpDateCutoff to be nullJack
2021-04-15Add NextUpCutoffDate to NextUpQueryJack
2021-03-05Apply suggested formatting changesSmith00101010
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2021-02-28Include specials in the calculation for the "Next Up" episode. Fixes #1479Moshe Schmidt
2021-01-18Remove commented codecrobibero
2021-01-15Add query parameter to disable returning first episode as next upcrobibero
2021-01-15Revert "Don't return first episodes in next up"crobibero
2020-12-13Use a more descriptive function namecrobibero
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-12-03Merge pull request #4633 from crobibero/guid-paramsClaus Vium
Use Guid as API parameter type where possible
2020-12-01Update Emby.Server.Implementations/TV/TVSeriesManager.csClaus Vium
2020-12-01Fix possible nullrefMrTimscampi
2020-12-01Fix typoMrTimscampi
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-12-01Prevent GetUpNext from returning episodes in progressMrTimscampi
2020-11-27Fix suggestionMrTimscampi
2020-11-27Don't return first episodes in next upMrTimscampi
2020-10-17Use nameof where possibleBond_009
2020-07-15Fix warningsClaus Vium
2020-07-15Only fetch Next Up for episodes that have been fully matchedClaus Vium
2020-06-16fix SA1513/SA1516telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-04Merge branch 'master' into userdb-efcorePatrick 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-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part T-TErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-023.2.33.1Luke Pulverenti
2017-10-01update home screen sectionsLuke Pulverenti