aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ItemLookupController.cs
AgeCommit message (Collapse)Author
2021-05-02Merge pull request from GHSA-rgjw-4fwc-9v96Joshua M. Boniface
Remove /Images/Remote API endpoint (cherry picked from commit e71cd8274ace8237a84882ffddba4fba12fbc6c1) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-03-08Merge pull request #5402 from Ullmie02/fix-null-sizeJoshua M. Boniface
Use FileShare.None when creating files (cherry picked from commit 480dd66428e2a8bf76c0747256f2e99b15aae212) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
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