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
/
PlaystateController.cs
Age
Commit message (
Expand
)
Author
2025-04-23
Deprecate OnPlaybackXXX API operations in favor of ReportPlaybackXXX
Niels van Velzen
2025-03-25
Fixed namespaces
JPVenson
2024-12-15
Applied review comments
JPVenson
2024-11-11
Fixed TopParent not beeing migrated
JPVenson
2024-05-07
Allow explicitly set userId for RequestHelpers.GetSession (#11505)
gnattu
2024-04-14
Validate item access (#11171)
Cody Robibero
2024-03-03
Move userId in API from route to optional query parameter (#11074)
Cody Robibero
2023-12-21
Add ITranscodeManager service
Patrick Barron
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
2023-02-01
Add 404 response to MarkPlayedItem/MarkUnplayedItem (#9211)
Chris Blake
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
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-04-10
Make device/session code async
Patrick Barron
2021-03-04
Specify defaults or set query parameter to nullable
crobibero
2020-11-21
Merge pull request #4526 from crobibero/mark-played
Joshua M. Boniface
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-11-20
Fix marking item as played
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Add missing references
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-08-18
remove unused directives
crobibero
2020-08-10
add proper converter for legacy datetime
crobibero
2020-08-10
fix route
crobibero
2020-08-10
fix datetime parsing
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-07-22
Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audio
David
2020-07-19
Continute work
David
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-26
Move PlaystateService.cs to Jellyfin.Api
crobibero