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
/
InstantMixController.cs
Age
Commit message (
Expand
)
Author
2025-03-25
Fixed namespaces
JPVenson
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
2024-11-17
Applied coding style
JPVenson
2024-10-11
Applied Review Comments
JPVenson
2024-10-09
Ported new Item Repository architecture
JPVenson
2024-04-14
Validate item access (#11171)
Cody Robibero
2024-02-26
Rename route parameters that are id to be more descriptive
Cody Robibero
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
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-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-10-03
Fix warning: The nullable warning suppression expression is redundant (#2149)
KonH
2021-07-16
Remove obsolete attribute, clean controller name
Cody Robibero
2021-07-12
Remove extra endpoint
Cody Robibero
2021-03-13
Add missing InstantMix endpoints
crobibero
2021-02-10
Create BaseItemKind enum
crobibero
2020-11-21
Merge pull request #4486 from crobibero/split-api
Joshua M. Boniface
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-11-15
Remove api client generator errors
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
Merge remote-tracking branch 'upstream/master' into query-fields
crobibero
2020-11-09
Add ModelBinder to ImageType
crobibero
2020-11-06
> -> <
Bond_009
2020-11-06
Minor perf improvements
Bond_009
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
2020-08-06
Apply fixes from review
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-26
Add response code documentation
David
2020-06-26
Move InstantMixService to Jellyfin.Api
David