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
/
GenresController.cs
Age
Commit message (
Expand
)
Author
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-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-12-08
Convert CollectionType to use lowercase enum names
Cody Robibero
2023-11-09
Convert CollectionType, SpecialFolderType to enum (#9764)
Cody Robibero
2023-11-09
Convert ItemSortBy to enum (#9765)
Cody Robibero
2023-02-23
Enable nullable for more files
Bond_009
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
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-04-29
Update Jellyfin.Api/Controllers/GenresController.cs
Cody Robibero
2021-04-28
Add ability to sort on Genre, MusicGenre, Artist
crobibero
2021-02-10
Create BaseItemKind enum
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-15
Merge remote-tracking branch 'upstream/master' into dotnet-5
crobibero
2020-11-13
Fix nullability errors in Jellyfin.Api (part 1)
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
Revert "Make /MusicGenres obsolete"
cvium
2020-11-06
Make /MusicGenres obsolete
cvium
2020-11-05
Fix build and clean up MusicGenres
cvium
2020-11-05
Fix Persons, Genres and Studios endpoints
cvium
2020-11-02
Merge remote-tracking branch 'upstream/master' into query-fields
crobibero
2020-11-02
Merge pull request #4328 from crobibero/trigger-warning
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-27
Merge remote-tracking branch 'upstream/master' into query-fields
crobibero
2020-10-27
Merge remote-tracking branch 'upstream/master' into query-image-type
crobibero
2020-10-14
Remove CommaDelimitedArrayModelBinderProvider
crobibero
2020-10-09
Convert image type string to enum.
crobibero
2020-10-09
Convert filters 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-07-07
Make query parameters nullable or set default value
crobibero
2020-07-06
Add missing using
David
2020-07-06
Add authorization attribute
David
2020-07-04
Move GenresService to Jellyfin.Api
David