aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/RemoteImageController.cs
AgeCommit message (Expand)Author
2021-12-24Update StyleCopBond_009
2021-12-20Use our own Contains extensioncvium
2021-11-16Remove unused dependenciescvium
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-09-25Remove sync FileStream hackBond_009
2021-09-19Reduce allocationsBond_009
2021-09-06Remove all unused usingsFernando Fernández
2021-09-02Use async FileStreams where it makes senseBond_009
2021-05-02Remove /Images/Remote API endpointJoshua M. Boniface
2021-03-07Use FileShare.None when creating filesDavid
2020-11-15Merge remote-tracking branch 'upstream/master' into dotnet-5crobibero
2020-11-14Access last element by index where possibleBond_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-06Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-09-04Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-01Set openapi schema type to file where possiblecrobibero
2020-08-31use named clientcrobibero
2020-08-21Make some methods asyncBond_009
2020-08-16Dispose httpclient responsecrobibero
2020-08-16Remove all using for HttpClientcrobibero
2020-08-13Remove httpclient from Jellyfin.Apicrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-05Fix remote imagesDavid
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-22Add missing authorization policiesDavid
2020-06-20Add missing attributes, fix response codes, fix route parameter casingcrobibero
2020-06-18Remove nullable, add async taskcrobibero