aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/TV
AgeCommit message (Collapse)Author
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
2017-09-053.2.30.8Luke Pulverenti
2017-09-04update query objectsLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-01improve nextup queriesLuke Pulverenti
2017-05-24update main projectsLuke Pulverenti
2017-05-21update data queriesLuke Pulverenti
2017-03-21improve next up performanceLuke Pulverenti
2017-01-31fix showing first episodes when next up emptyLuke Pulverenti
2016-12-15stop guide refresh when neededLuke Pulverenti
2016-12-12update next up queryLuke Pulverenti
2016-12-12update season queriesLuke Pulverenti
2016-12-12move book support into the coreLuke Pulverenti