aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/FilterController.cs
AgeCommit message (Collapse)Author
2025-02-13Make 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
2024-04-14Validate item access (#11171)Cody Robibero
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-04-06Remove unused using directivesStepan Goremykin
2023-02-17Validate requested user id (#8812)Cody Robibero
2023-02-09refactor: simplify authzcvium
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-19Use Order() introduced in .NET 7 (#8923)Bond-009
2022-12-05Replace == null with is nullBond_009
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2021-12-27Remove more warningsCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-02-10Create BaseItemKind enumcrobibero
2020-12-03Merge pull request #4643 from crobibero/empty-lib-null-refClaus Vium
Fix null reference when getting filters of an empty library
2020-12-02The future is nowcrobibero
2020-12-02Cleaner type checkingcrobibero
2020-12-02Fix null reference when getting filters of an empty librarycrobibero
2020-12-02Apply suggestions from reviewcrobibero
2020-12-01Split nested conditionalcrobibero
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-21Remove UTF8 bom from some filesBond_009
2020-11-16Add missing manual splitscrobibero
2020-11-14Missed some stuffBond_009
2020-08-04Fix all route for base url supportcrobibero
2020-07-20changes from mergecrobibero
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-24remove unused parameterscrobibero
2020-06-22Add missing authorization policiesDavid
2020-06-19Convert pragma to supresswarningcrobibero
2020-06-18Remove nullable, add async taskcrobibero
2020-06-17Update Jellyfin.Api/Controllers/FilterController.csCody Robibero
Co-authored-by: David <davidullmer@outlook.de>
2020-06-10Update Jellyfin.Api/Controllers/FilterController.csCody Robibero
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-06-10Update Jellyfin.Api/Controllers/FilterController.csCody Robibero
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-06-08Add response codescrobibero
2020-06-07Move FilterService to Jellyfin.Apicrobibero