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
/
FilterController.cs
Age
Commit message (
Expand
)
Author
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
2024-04-14
Validate item access (#11171)
Cody Robibero
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-10-10
Convert string MediaType to enum MediaType
Cody Robibero
2023-04-06
Remove unused using directives
Stepan Goremykin
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-19
Use Order() introduced in .NET 7 (#8923)
Bond-009
2022-12-05
Replace == null with is null
Bond_009
2022-02-21
Optimize Guid comparisons
Bond_009
2021-12-27
Remove more warnings
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
2020-12-03
Merge pull request #4643 from crobibero/empty-lib-null-ref
Claus Vium
2020-12-02
The future is now
crobibero
2020-12-02
Cleaner type checking
crobibero
2020-12-02
Fix null reference when getting filters of an empty library
crobibero
2020-12-02
Apply suggestions from review
crobibero
2020-12-01
Split nested conditional
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
Add missing manual splits
crobibero
2020-11-14
Missed some stuff
Bond_009
2020-08-04
Fix all route for base url support
crobibero
2020-07-20
changes from merge
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-24
remove unused parameters
crobibero
2020-06-22
Add missing authorization policies
David
2020-06-19
Convert pragma to supresswarning
crobibero
2020-06-18
Remove nullable, add async task
crobibero
2020-06-17
Update Jellyfin.Api/Controllers/FilterController.cs
Cody Robibero
2020-06-10
Update Jellyfin.Api/Controllers/FilterController.cs
Cody Robibero
2020-06-10
Update Jellyfin.Api/Controllers/FilterController.cs
Cody Robibero
2020-06-08
Add response codes
crobibero
2020-06-07
Move FilterService to Jellyfin.Api
crobibero