aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/RemoteImageController.cs
AgeCommit message (Expand)Author
2021-03-08Merge pull request #5402 from Ullmie02/fix-null-sizeJoshua M. Boniface
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