Cody Robibero
e7b8d45bbb
Use helper function to compare guid ( #10825 )
10 months ago
Cody Robibero
c7a94d48ae
Convert ItemSortBy to enum ( #9765 )
...
* Convert ItemSortBy to enum
* Rename Unknown to Default
1 year ago
Steve Kowalik
9785b58b85
Correct docstring for /Upcoming
...
The docstring for /Upcoming looks very similar to /NextUp, also
including the same return value, when it should be slightly different,
correct it.
1 year ago
Bill Thornton
9c64f94458
Add option to include resumable items in next up requests
1 year ago
Cody Robibero
a527034ebe
Validate requested user id ( #8812 )
2 years ago
cvium
209edd38a4
refactor: simplify authz
2 years ago
Shadowghost
f5f890e685
Migrate to file-scoped namespaces
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
cvium
5dc30c6a6d
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2 years ago
Cody Robibero
12794d184a
Merge pull request #8261 from nielsvanvelzen/adjacentTo-guid
2 years ago
Niels van Velzen
bef4256d47
Use guid for seriesId API parameter
2 years ago
Niels van Velzen
61afd029df
Check for empty guid
2 years ago
Niels van Velzen
0f91244239
Use Guid for adjacentTo API parameter
2 years ago
Claus Vium
53209830e7
Merge pull request #7346 from Bond-009/guid
...
Optimize Guid comparisons
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
d9bc65469f
Fix query param spelling
3 years ago
Cody Robibero
32629cd7da
Use BaseItemKind where possible
3 years ago
KonH
7c282ec369
Fix warning: The nullable warning suppression expression is redundant ( #2149 )
3 years ago
Bond_009
653df7d8e5
Specify DateTimeStyles when possible
3 years ago
Cody Robibero
cba07b1ca6
Remove more and more warnings
3 years ago
Bond_009
6f8ccab788
Move non-jellyfin extensions to separate project
3 years ago
Claus Vium
61346dd2e2
Merge pull request #5828 from jackrvan/issue-5813
...
Add NextUpCutoffDate to NextUpQuery
3 years ago
Jack
accb974605
Add optional back
3 years ago
Jack
e3ff473bd4
Review notes to set value to Datetime min value instead of null
3 years ago
Jack
7a17de84d9
Add optional to nextUpDateCutoff help text
4 years ago
Bond_009
f46195899e
Improve perf of db save and query
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
crobibero
223b42aed3
Create BaseItemKind enum
4 years ago
crobibero
3b9567d583
Add query parameter to disable returning first episode as next up
4 years ago
crobibero
a15e126ef8
Fix inverted SkipWhile
4 years ago
crobibero
c083b29e29
Use Guid as API parameter type where possible
4 years ago
Greenback
e51ddd326c
Fixes spelling.
4 years ago
crobibero
7fe8ca2b77
Merge remote-tracking branch 'upstream/master' into query-fields
4 years ago
crobibero
0dd2b169a3
Add ModelBinder to ItemFilter
4 years ago
crobibero
b22831f7e5
Add ModelBinder to ImageType
4 years ago
crobibero
11d69fd3b1
Make MrLinter happy
4 years ago
crobibero
372f0eb38a
Remove AddItemFields
4 years ago
crobibero
b9406e5444
Merge remote-tracking branch 'upstream/master' into query-fields
4 years ago
crobibero
27e753ddb4
Convert image type string to enum.
4 years ago
crobibero
69360b749a
Convert field string to enum.
4 years ago
crobibero
63ebae2f9e
Remove nullable from required
4 years ago
crobibero
7294dc103f
Fix api routes
4 years ago
crobibero
fffa94fc33
Apply fixes from review
4 years ago
crobibero
8f6c2e7679
Remove leading slash from route attributes
4 years ago
crobibero
dbeeb7cf4a
fix merge conflicts
4 years ago
crobibero
5c66f9e471
changes from merge
4 years ago