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
/
PlaylistsController.cs
Age
Commit message (
Expand
)
Author
2025-06-06
Add try catch (#14154)
sharinganthief
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
2024-11-19
Backport pull request #12934 from jellyfin/release-10.10.z
Shadowghost
2024-09-26
Add endpoint for getting playlists by id (#12697)
Tim Eisele
2024-05-05
Playlist fixes (#11487)
Tim Eisele
2024-04-14
Validate item access (#11171)
Cody Robibero
2024-04-03
Typo
Shadowghost
2024-04-03
Apply review suggestions
Shadowghost
2024-04-03
Apply review suggestions
Shadowghost
2024-04-03
Apply review suggestions
Shadowghost
2024-04-03
Fixup
Shadowghost
2024-04-03
Fixup
Shadowghost
2024-04-03
Return 204 on OpenAccess
Shadowghost
2024-04-03
Add endpoint to get user permissions
Shadowghost
2024-04-03
Enforce permissions
Shadowghost
2024-04-02
Apply review suggestions
Shadowghost
2024-04-01
Implement update endpoint
Shadowghost
2024-04-01
Apply review suggestions
Shadowghost
2024-03-27
Apply review suggestions
Shadowghost
2024-03-26
Apply review suggestions
Shadowghost
2024-03-26
Extend playlist creation capabilities
Shadowghost
2024-03-26
Add playlist ACL endpoints
Shadowghost
2024-02-17
Always make userId query parameter optional
Niels van Velzen
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-10-10
Convert string MediaType to enum MediaType
Cody Robibero
2023-05-15
Fix playlists library and migration (#9770)
Shadowghost
2023-05-12
Fix access to playlists not created by a user (#9746)
Shadowghost
2023-02-17
Validate requested user id (#8812)
Cody Robibero
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-05
Replace == null with is null
Bond_009
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-02-21
Optimize Guid comparisons
Bond_009
2022-01-20
Properly populate QueryResult
Cody Robibero
2021-02-10
Create BaseItemKind enum
crobibero
2021-01-20
Add ability to mark query parameter as obsolete.
crobibero
2020-12-10
Allow playlist to be created by query string
crobibero
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-11-16
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
crobibero
2020-11-10
Merge remote-tracking branch 'upstream/master' into query-fields
crobibero
2020-11-09
Add ModelBinder to ItemFilter
crobibero
2020-11-09
Add ModelBinder to ImageType
crobibero
2020-10-29
Make MrLinter happy
crobibero
2020-10-29
Remove AddItemFields
crobibero
2020-10-29
Merge remote-tracking branch 'upstream/master' into query-fields
crobibero
2020-10-09
Convert image type string to enum.
crobibero
2020-10-09
Convert field string to enum.
crobibero
2020-09-07
Fix api routes
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
[next]