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
/
SyncPlayController.cs
Age
Commit message (
Expand
)
Author
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2023-01-04
Fix all warnings in Jellyfin.Api (#9003)
Bond-009
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2021-09-06
merge branch 'master' into syncplay-clear-queue
dkanada
2021-04-10
Make device/session code async
Patrick Barron
2021-02-10
Create BaseItemKind enum
crobibero
2021-01-24
Clear playlist in SyncPlay group
Ionut Andrei Oanca
2020-12-07
Update authorization policies for SyncPlay
Ionut Andrei Oanca
2020-12-04
Fix access policies to SyncPlay
Ionut Andrei Oanca
2020-12-03
Move SyncPlay request DTOs to proper namespace
Ionut Andrei Oanca
2020-12-03
Rename 'track' into 'item' in SyncPlay
Ionut Andrei Oanca
2020-12-03
Move request validation to auth policies
cvium
2020-11-28
Create common interface for SyncPlay requests
Ionut Andrei Oanca
2020-11-28
Move query parameters to request body in SyncPlay
Ionut Andrei Oanca
2020-11-27
Merge branch 'master' into syncplay-enhanced
Joshua M. Boniface
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-11-15
Patch data-races and minor changes in SyncPlay
Ionut Andrei Oanca
2020-11-14
Hide some property setters, init null values, update namespaces
Ionut Andrei Oanca
2020-11-14
Address requested changes and fix some warnings
Ionut Andrei Oanca
2020-10-16
Add playlist-sync and group-wait to SyncPlay
Ionut Andrei Oanca
2020-08-06
Apply fixes from review
crobibero
2020-08-03
fix openapi validation errors
crobibero
2020-07-22
Update Jellyfin.Api/Controllers/SyncPlayController.cs
David
2020-07-22
Apply suggestions from code review
David
2020-07-22
Add response code documentation
David
2020-07-21
Change enum values
David
2020-07-15
Move SyncPlay api to Jellyfin.Api
David