Claus Vium
53209830e7
Merge pull request #7346 from Bond-009/guid
...
Optimize Guid comparisons
3 years ago
Bill Thornton
df70d7bdf1
Use IReadOnlyList for seriesKeys
3 years ago
Bill Thornton
055c63bdee
Include played and unplayed results in the same next up request
3 years ago
Bond_009
f50a250cd9
Optimize Guid comparisons
...
* 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
3 years ago
SenorSmartyPants
bbac59c6d6
Rewatching next up ( #7253 )
3 years ago
Cody Robibero
a60cb280a3
Properly populate QueryResult
3 years ago
Cody Robibero
7bfc6b5679
Remove more warnings
3 years ago
Bond_009
cbfa355e31
Update StyleCop
3 years ago
Cody Robibero
32629cd7da
Use BaseItemKind where possible
3 years ago
Bond_009
637e86478f
Fix some warnings
3 years ago
Claus Vium
61346dd2e2
Merge pull request #5828 from jackrvan/issue-5813
...
Add NextUpCutoffDate to NextUpQuery
3 years ago
Jack
e3ff473bd4
Review notes to set value to Datetime min value instead of null
4 years ago
Bond_009
7e8428e588
Enable nullable reference types for Emby.Server.Implementations
4 years ago
BaronGreenback
f2c10471bf
Code Clean up: Use Pattern Matching ( #5838 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
Jack
198cc6e76a
Some code cleanup. Allow NextUpDateCutoff to be null
4 years ago
Jack
d7855500c2
Add NextUpCutoffDate to NextUpQuery
4 years ago
Smith00101010
6293629d32
Apply suggested formatting changes
...
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
4 years ago
Moshe Schmidt
4bbfcaef83
Include specials in the calculation for the "Next Up" episode. Fixes #1479
4 years ago
crobibero
1455c2aa10
Remove commented code
4 years ago
crobibero
3b9567d583
Add query parameter to disable returning first episode as next up
4 years ago
crobibero
3d754fa5bf
Revert "Don't return first episodes in next up"
4 years ago
crobibero
ee23d06154
Use a more descriptive function name
4 years ago
crobibero
b670937c3d
Use typed UserManager GetPreference
4 years ago
Claus Vium
e042572588
Merge pull request #4633 from crobibero/guid-params
...
Use Guid as API parameter type where possible
4 years ago
Claus Vium
673d2c0d26
Update Emby.Server.Implementations/TV/TVSeriesManager.cs
4 years ago
MrTimscampi
371092cf62
Fix possible nullref
4 years ago
MrTimscampi
7ba9ba4780
Fix typo
4 years ago
crobibero
c083b29e29
Use Guid as API parameter type where possible
4 years ago
MrTimscampi
21a67a66d2
Prevent GetUpNext from returning episodes in progress
4 years ago
MrTimscampi
0dda909a60
Fix suggestion
4 years ago
MrTimscampi
c196ad3351
Don't return first episodes in next up
4 years ago
Bond_009
49569ca0a0
Use nameof where possible
4 years ago
Claus Vium
90fa1149fa
Fix warnings
4 years ago
Claus Vium
a23920e2ad
Only fetch Next Up for episodes that have been fully matched
4 years ago
telans
247f9c61e6
fix SA1513/SA1516
4 years ago
telans
3d9049ef08
fix SA1508
4 years ago
telans
acd4389653
fix SA1005
4 years ago
Patrick Barron
06f9cde22f
Merge branch 'master' into userdb-efcore
...
# 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
4 years ago
Bond_009
4748105dce
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
5 years ago
Patrick Barron
c464f700db
Remove redundant qualifiers
5 years ago
Patrick Barron
9ad839c776
Initial migration code
5 years ago
Bond-009
6032f31aa6
Use CultureInvariant string conversion for Guids
5 years ago
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
6 years ago
Erwin de Haan
25f0315e91
Visual Studio Reformat: Emby.Server.Implementations Part T-T
6 years ago
Erwin de Haan
ec1f5dc317
Mayor code cleanup
...
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.
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
a7b0b601fa
3.2.33.1
7 years ago
Luke Pulverenti
085470394e
update home screen sections
7 years ago
Luke Pulverenti
49b799adbe
3.2.30.8
7 years ago
Luke Pulverenti
39c4542cf6
update query objects
7 years ago