aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/TV
AgeCommit message (Collapse)Author
2021-04-11Merge pull request #5258 from Smith00101010/next-up-specials-fixBond-009
(cherry picked from commit 9d548c62ba7389ae7b1758f468ef322f59676110) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-01-23Merge pull request #5027 from crobibero/episode-first-upClaus Vium
(cherry picked from commit 65c09f82c58d2845862a91feee6e2ed078f95609) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-30Merge pull request #4771 from crobibero/typed-get-preferenceClaus Vium
Use typed UserManager GetPreference (cherry picked from commit 21d2e9ff0cc0933484b2a7768d7a36446b36616a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
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
2016-12-06update series queriesLuke Pulverenti
2016-11-21update next up queriesLuke Pulverenti
2016-11-21reduce library queriesLuke Pulverenti
2016-11-19move sync repository to portable projectLuke Pulverenti
2016-11-15rework genre viewsLuke Pulverenti
2016-11-03move classesLuke Pulverenti
2016-11-03move classes to portable server libLuke Pulverenti