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
/
YearsController.cs
Age
Commit message (
Expand
)
Author
2025-04-26
Fix distinction queries (#14007)
Tim Eisele
2025-03-25
Fixed namespaces
JPVenson
2025-03-25
WIP 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-28
Updated all instances of ImmutableList to ImmutableArray
JPVenson
2024-10-09
WIP porting new Repository structure
JPVenson
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-11-09
Merge branch 'master' into media-type
Cody Robibero
2023-11-09
Convert ItemSortBy to enum (#9765)
Cody Robibero
2023-10-10
Convert string MediaType to enum MediaType
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-12-05
Replace != null with is not null
Bond_009
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-12-20
Use our own Contains extension
cvium
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-02-10
Create BaseItemKind enum
crobibero
2021-01-23
Use ArrayModelBinder for sortBy and sortOrder
crobibero
2020-12-01
Use GetParentItem where applicable
crobibero
2020-12-01
Use Guid as API parameter type where possible
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-06
merge all attributes
crobibero
2020-09-05
Add missing references
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-24
remove unused parameters
crobibero
2020-06-24
Move YearsService.cs to Jellyfin.Api
crobibero
2020-06-24
move YearsService.cs to Jellyfin.Api
crobibero