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
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
2024-09-24
Fix get sessions with api key (#12696)
gnattu
2024-09-18
Return empty response instead of not found
Shadowghost
2024-09-18
Add SessionInfoDto, DeviceInfoDto and implement JsonDelimitedArrayConverter.W...
Shadowghost
2024-09-18
Don't expose hwaccel type for non-admin (#12663)
gnattu
2024-04-21
Limit sessions per user (#11370)
Cody Robibero
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2024-01-06
Remove some unused client capabilities and sync code (#10812)
Niels van Velzen
2023-11-29
Make "activeWithinSeconds" independent from "controllableByUserId" in GetSess...
felix920506
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-10-10
Convert string MediaType to enum MediaType
Cody Robibero
2023-02-12
Merge branch 'master' into simplify_authz
cvium
2023-02-09
refactor: simplify authz
cvium
2023-02-04
Return NotFound when itemId isn't found
Bond_009
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-07
Fix wrong usage of ArgumentNullException.ThrowIfNull
Bond_009
2022-12-07
Use ArgumentException.ThrowIfNullOrEmpty
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-11
Fix some things that slipped through the cracks
Bond_009
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-02-21
Optimize Guid comparisons
Bond_009
2021-12-12
Use BaseItemKind where possible
Cody Robibero
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
[next]