aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ItemLookupController.cs
AgeCommit message (Expand)Author
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