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
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-05-18
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-04-10
Make device/session code async
Patrick Barron
2021-03-31
Apply suggestions from code review
BrianCArnold
2021-03-31
Update SessionController.cs
BrianCArnold
2021-03-30
Update SessionController.cs
BrianCArnold
2021-03-29
Added Required attribute to Text property of MessageCommand.
Brian Arnold
2021-03-27
Removed null check for body object and user [Required] attribute in replacement.
Brian C. Arnold
2021-03-27
Fixed comment and code block runes to match coding
Brian Arnold
2021-03-27
Changed SessionController.SendMessageCommand
Brian Arnold
2021-03-26
Update Jellyfin.Api/Controllers/SessionController.cs
lmaonator
2021-03-26
Fix stream selection having no effect when casting
lmaonator
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