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
/
SessionController.cs
Age
Commit message (
Expand
)
Author
2020-11-21
Convert ClientCapabilities to a Dto with JsonConverters
crobibero
2020-11-16
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
crobibero
2020-10-14
Remove CommaDelimitedArrayModelBinderProvider
crobibero
2020-10-02
Merge branch '4214-supported-commands-enum' of https://github.com/skyfrk/jell...
github@esslinger.dev
2020-10-02
feat: implement CommaDelimitedArrayModelBinderProvider
github@esslinger.dev
2020-10-01
fix: remove unused null check
Simon Eßlinger
2020-10-01
feat: use CommaDelimitedArrayModelBinder to retain API
github@esslinger.dev
2020-10-01
feat: convert supportedCommands strings to enums
github@esslinger.dev
2020-09-23
Merge pull request #4192 from nielsvanvelzen/generalcommand-sucks
Anthony Lavado
2020-09-21
Use GeneralCommandType in SessionController parameters
Niels van Velzen
2020-09-21
Use GeneralCommandType enum in GeneralCommand name
Niels van Velzen
2020-09-20
Update SessionController.cs
BaronGreenback
2020-09-20
Update Jellyfin.Api/Controllers/SessionController.cs
BaronGreenback
2020-09-19
Update SessionController.cs
BaronGreenback
2020-09-19
Update SessionController.cs
BaronGreenback
2020-09-19
Update Jellyfin.Api/Controllers/SessionController.cs
BaronGreenback
2020-09-19
Update Jellyfin.Api/Controllers/SessionController.cs
BaronGreenback
2020-09-19
Update Jellyfin.Api/Controllers/SessionController.cs
BaronGreenback
2020-09-17
Update SessionController.cs
BaronGreenback
2020-09-17
Update SessionController.cs
BaronGreenback
2020-09-17
Update SessionController.cs
BaronGreenback
2020-09-09
Remove nullable from required
crobibero
2020-09-07
fix play command route
crobibero
2020-09-07
Fix api routes
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-08-21
Fix dlna play to
crobibero
2020-08-10
fix route typo
crobibero
2020-08-09
parameter isn't actually required
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-08-03
fix openapi validation errors
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-22
Add missing authorization policies
David
2020-06-20
Add missing attributes, fix response codes, fix route parameter casing
crobibero
2020-06-19
Use new authorization and session functions
David
2020-06-12
Move SessionService to Jellyfin.Api
David