aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Images/ImageService.cs
AgeCommit message (Expand)Author
2020-07-21Move ImageService.cs to Jellyfin.Apicrobibero
2020-07-21Merge remote-tracking branch 'upstream/api-migration' into api-image-servicecrobibero
2020-07-19Remove profile image before setting newcrobibero
2020-06-20implement all non image get endpointscrobibero
2020-06-19Start move ImageService.cs to Jellyfin.Apicrobibero
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-13Fix concurrency exceptionPatrick Barron
2020-06-11Properly remove profile imagesPatrick Barron
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
2020-06-03Merge pull request #3179 from Bond-009/bugsAnthony Lavado
2020-05-26Fix a bug in Emby.Notifications and clean upPatrick Barron
2020-05-26Make SonarCloud less angryPatrick Barron
2020-05-25Fix some 'bugs' flagged by sonarcloudBond_009
2020-05-26Rename ImageInfo.Hash to ImageInfo.BlurHashVasily
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-20Fix profile images.Patrick Barron
2020-05-20Fix issues and add profile image supportPatrick Barron
2020-05-19Compute hash only when one is not computed in DB, small optimizations here an...Vasily
2020-05-19Fix compilation after rebaseVasily
2020-05-18Add BlurHash support to backendJesús Higueras
2020-05-132nd half of changesPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-04-13Merge branch 'master' into register-services-correctlyMark Monteiro
2020-04-05Remove unnecessary casts and explicit array typesPatrick Barron
2020-04-05Convert using statements to using declarations where applicablePatrick Barron
2020-04-04Eliminate circular dependency between LibraryManager and ImageProcessorMark Monteiro
2020-02-12Merge branch 'master' into imagesBond-009
2020-01-22Remove FileSystem.GetStreamBond-009
2020-01-21Simplify image processing by removing image enhancersBond_009
2019-12-10Fix typoBond-009
2019-11-25* Add support for multi segment base urlsBond_009
2019-08-11Document all public/internal members of Emby.DrawingBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-03-07Cleanup/simplificationBond-009
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ...Claus Vium
2019-02-05Complete rename ImageSize -> ImageDimensionsBond-009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-26Change image dimentions from double to intBond_009
2019-01-19Remove allowSlowMethods from image processingAndrew Rabert
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ApiErwin de Haan
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-22update image aspect ratio detectionLuke Pulverenti
2017-10-03remove unneeded async signaturesLuke Pulverenti
2017-09-07update image processorLuke Pulverenti
2017-09-03add web socket error handlingLuke Pulverenti