aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Manager/ItemImageProvider.cs
AgeCommit message (Expand)Author
2021-11-12Fix filtering images without dimensionsCody Robibero
2021-11-09Fix some warningsBond_009
2021-11-06Remove ImageType.Screenshot and ItemFields.ScreenshotJoe Rogers
2021-11-04Remove unused IHasScreenshots interfaceBond_009
2021-11-02Change RemoveImages to array, improve download testJoe Rogers
2021-11-02Fix edge case in multi-image replacingJoe Rogers
2021-11-01Refactor to validate all images up frontJoe Rogers
2021-11-01Validate multi-images, lazy-delete bg on refreshJoe Rogers
2021-10-31Add comments, minor cleanup, add testsJoe Rogers
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-09-25Remove sync FileStream hackBond_009
2021-09-21Apply suggestions from code reviewBond-009
2021-09-21ItemImageProvider: improve HTTP error handlingBond_009
2021-09-09Fix images "not loading" after manual identificationChris Tam
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-28Remove more and more warningsCody Robibero
2021-07-22Fix remaining MediaBrowser.Providers warningsRich Lander
2021-07-22Fix analysis issuesRich Lander
2021-06-27MediaBrowser.Providers: Remove some warningsBond_009
2021-05-24Remove some unnecessary allocationscvium
2021-04-01ensure only valid images are saved in ItemImageProviderClaus Vium
2020-11-17Pass cancellation where possibleBond_009
2020-11-14remove custom HttpExceptioncrobibero
2020-10-19Remove "download images in advance" optionferferga
2020-09-07Fix some warningsBond_009
2020-08-19Fix warningsBond_009
2020-08-17fix usingscrobibero
2020-08-17Remove IHttpClient from ItemImageProvidercrobibero
2020-06-22Fix scan crashedBond-009
2020-06-20Merge pull request #3380 from Bond-009/warn20Anthony Lavado
2020-06-20fix SA1503 for one line if statementstelans
2020-06-19Enable TreatWarningsAsErrors in Release for MediaBrowser.ProvidersBond_009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-05-27Remove "download images in advance" optionferferga
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-03-10remove useless interfacedkanada
2020-01-31Fix warningsBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2019-10-29Fix more warningsBond_009
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-27Fix more analyzer warningsBond_009
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListenerErwin de Haan