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
/
CollectionController.cs
Age
Commit message (
Collapse
)
Author
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
* Make the JsonConverters for delimited arrays more generic Also adds some tests for serialization (with different types) as we didn't have any before. * Ignore warnings
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-02-13
Add permission for collection management
Shadowghost
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-02-10
Create BaseItemKind enum
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-02
Rename itemIds to ids
cvium
2020-09-09
Remove nullable from required
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-08-21
Make some methods async
Bond_009
2020-08-06
Apply fixes from review
crobibero
2020-08-04
fix attribute ordering
crobibero
2020-08-04
Remove leading slash from route attributes
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-25
Add missing response code documentation
David
2020-06-25
Move CollectionService to Jellyfin.Api
David