aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Images
AgeCommit message (Collapse)Author
2020-07-21Move ImageService.cs to Jellyfin.Apicrobibero
2020-07-21Merge remote-tracking branch 'upstream/api-migration' into api-image-servicecrobibero
2020-07-20changes from mergecrobibero
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-17Merge pull request #2944 from crobibero/api-imagePatrick Barron
ImageNameService to Jellyfin.Api
2020-06-17Merge pull request #2946 from crobibero/api-image2David
Move RemoteImageService to Jellyfin.API
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-13Fix concurrency exceptionPatrick Barron
2020-06-13Remove RemoteImageService.cscrobibero
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-imagecrobibero
2020-06-11Properly remove profile imagesPatrick Barron
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-06-03Merge pull request #2767 from Bond-009/nullable3Vasily
Enable nullabe reference types for MediaBrowser.Model
2020-06-03Merge pull request #3179 from Bond-009/bugsAnthony Lavado
Fix some 'bugs' flagged by sonarcloud
2020-05-27Merge branch 'master' into nullable3Bond_009
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 ↵Vasily
and there
2020-05-19Fix compilation after rebaseVasily
2020-05-18Add BlurHash support to backendJesús Higueras
2020-05-132nd half of changesPatrick Barron
2020-05-12Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Data/SqliteUserDataRepository.cs # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Entities/User.cs # Jellyfin.Data/ISavingChanges.cs # Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj # Jellyfin.Server.Implementations/JellyfinDb.cs # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Model/Notifications/NotificationOptions.cs # MediaBrowser.sln
2020-05-12Initial migration codePatrick Barron
2020-05-06Merge pull request #2837 from Bond-009/async2dkanada
Minor IAsyncDisposable improvements
2020-04-20Move ImageByNameService to Jellyfin.Apicrobibero
2020-04-15Merge branch 'master' into nullable3Bond_009
2020-04-15Minor IAsyncDisposable improvementsBond_009
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-05Enable nullabe reference types for MediaBrowser.ModelBond_009
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
* Make baseurl case-insensitive
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-03-07Cleanup/simplificationBond-009
* Removed useless copies/allocations * Reduced unneeded complexity
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-02-05Complete rename ImageSize -> ImageDimensionsBond-009