aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ItemLookupController.cs
AgeCommit message (Collapse)Author
2024-04-14Validate item access (#11171)Cody Robibero
2023-11-12Move API policies to MediaBrowser.CommonPatrick Barron
2023-02-09refactor: simplify authzcvium
2023-02-02Cleanup importsShadowghost
2023-02-02Migrate to file-scoped namespacesShadowghost
2023-01-23Minor improvements (#9156)Bond-009
2022-12-05Replace == null with is nullBond_009
2022-01-08Make identify flag describe purpose, not sourceJoe Rogers
2022-01-02Add refresh flag to remove existing data/imagesJoe Rogers
Fixes #7040
2021-12-24Update StyleCopBond_009
2021-11-16Remove unused dependenciescvium
2021-09-06Remove all unused usingsFernando Fernández
2021-05-02Remove /Items/RemoteSearch/Image API endpointJoshua M. Boniface
2021-03-07Use FileShare.None when creating filesDavid
2021-02-10Create BaseItemKind enumcrobibero
2020-11-21Remove UTF8 bom from some filesBond_009
2020-11-13Updated based on review feedbackcrobibero
2020-11-13Use null coalescing when possiblecrobibero
2020-11-13Convert NullReferenceException to ResourceNotFoundExceptioncrobibero
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-09-25Fix Identify by renaming route parameter to match function argumentcvium
2020-09-06Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-09-01Simplify file returnscrobibero
2020-09-01Set openapi schema type to file where possiblecrobibero
2020-08-17P E R F O R M A N C Ecrobibero
2020-08-17revert lastordefaultcrobibero
2020-08-17Remove IHttpClient from Providerscrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-04Fix all route for base url supportcrobibero
2020-06-22Add missing authorization policiesDavid
2020-06-21Fix response codecrobibero
2020-06-08Move ItemLookupService to Jellyfin.Apicrobibero