index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Api
/
Controllers
/
TvShowsController.cs
Age
Commit message (
Expand
)
Author
2021-10-03
Fix warning: The nullable warning suppression expression is redundant (#2149)
KonH
2021-09-21
Specify DateTimeStyles when possible
Bond_009
2021-08-28
Remove more and more warnings
Cody Robibero
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-05-27
Merge pull request #5828 from jackrvan/issue-5813
Claus Vium
2021-05-26
Add optional back
Jack
2021-05-25
Review notes to set value to Datetime min value instead of null
Jack
2021-05-17
Add optional to nextUpDateCutoff help text
Jack
2021-04-21
Improve perf of db save and query
Bond_009
2021-04-16
Some code cleanup. Allow NextUpDateCutoff to be null
Jack
2021-04-15
Add NextUpCutoffDate to NextUpQuery
Jack
2021-02-10
Create BaseItemKind enum
crobibero
2021-01-15
Add query parameter to disable returning first episode as next up
crobibero
2021-01-02
Fix inverted SkipWhile
crobibero
2020-12-01
Use Guid as API parameter type where possible
crobibero
2020-11-18
Fixes spelling.
Greenback
2020-11-10
Merge remote-tracking branch 'upstream/master' into query-fields
crobibero
2020-11-09
Add ModelBinder to ItemFilter
crobibero
2020-11-09
Add ModelBinder to ImageType
crobibero
2020-10-29
Make MrLinter happy
crobibero
2020-10-29
Remove AddItemFields
crobibero
2020-10-29
Merge remote-tracking branch 'upstream/master' into query-fields
crobibero
2020-10-09
Convert image type string to enum.
crobibero
2020-10-09
Convert field string to enum.
crobibero
2020-09-09
Remove nullable from required
crobibero
2020-09-07
Fix api routes
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-04
Remove leading slash from route attributes
crobibero
2020-08-03
fix merge conflicts
crobibero
2020-07-20
changes from merge
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-24
remove unused parameters
crobibero
2020-06-24
Finish TvShowsController
David
2020-06-22
Move TvShowsService to Jellyfin.Api started
David