aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/PlaystateController.cs
AgeCommit message (Collapse)Author
2025-04-23Deprecate OnPlaybackXXX API operations in favor of ReportPlaybackXXXNiels van Velzen
2025-03-25Fixed namespacesJPVenson
2024-12-15Applied review commentsJPVenson
2024-11-11Fixed TopParent not beeing migratedJPVenson
2024-05-07Allow explicitly set userId for RequestHelpers.GetSession (#11505)gnattu
2024-04-14Validate item access (#11171)Cody Robibero
2024-03-03Move userId in API from route to optional query parameter (#11074)Cody Robibero
* Move userId in API from route to optional query parameter * Standardize UserViewsController * Move userId to query in ImageController * Move userId to query in ItemsController * Move userId to query in PlaystateController * Move userId to query in SuggestionsController * Move userId from route to query in UserLibraryController * Clean up routes * Move userId to query in UserController * fix bad merge --------- Co-authored-by: Niels van Velzen <git@ndat.nl>
2023-12-21Add ITranscodeManager servicePatrick Barron
2023-02-12Merge branch 'master' into simplify_authzcvium
# Conflicts: # Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs
2023-02-09refactor: simplify authzcvium
2023-02-04Return NotFound when itemId isn't foundBond_009
2023-02-02Migrate to file-scoped namespacesShadowghost
2023-02-01Add 404 response to MarkPlayedItem/MarkUnplayedItem (#9211)Chris Blake
Fixes https://github.com/jellyfin/jellyfin/issues/9120
2022-12-05Replace == null with is nullBond_009
2022-10-11Fix some things that slipped through the cracksBond_009
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-04-10Make device/session code asyncPatrick Barron
2021-03-04Specify defaults or set query parameter to nullablecrobibero
2020-11-21Merge pull request #4526 from crobibero/mark-playedJoshua M. Boniface
Fix marking item as played
2020-11-21Remove UTF8 bom from some filesBond_009
2020-11-20Fix marking item as playedcrobibero
2020-09-06merge all attributescrobibero
2020-09-05Add missing referencescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-08-18remove unused directivescrobibero
2020-08-10add proper converter for legacy datetimecrobibero
2020-08-10fix routecrobibero
2020-08-10fix datetime parsingcrobibero
2020-08-04Fix all route for base url supportcrobibero
2020-07-22Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audioDavid
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Jellyfin.Api/Helpers/TranscodingJobHelper.cs
2020-07-19Continute workDavid
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-26Move PlaystateService.cs to Jellyfin.Apicrobibero