| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-13 | Fix parameters validation in ImageProcessor.GetCachePath | Oleg Shevchenko | |
| 2020-07-22 | Review usage of string.Substring (part 1) | Bond_009 | |
| Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice | |||
| 2020-06-13 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2020-06-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-11 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs | |||
| 2020-06-08 | reduce log spam when generating blurhashes | Kristupas Savickas | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick 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-03 | Merge pull request #2767 from Bond-009/nullable3 | Vasily | |
| Enable nullabe reference types for MediaBrowser.Model | |||
| 2020-06-01 | Move logic of computing Blurhash components to ImageProcessor | Vasily | |
| Also rename last few instances of GetImageHash to GetImageBlurHash for clarity | |||
| 2020-05-27 | Merge branch 'master' into nullable3 | Bond_009 | |
| 2020-05-21 | Rename Hash to BlurHash in all properties and methods for clarity | Vasily | |
| 2020-05-19 | Fix code smells | Vasily | |
| 2020-05-18 | Add BlurHash support to backend | Jesús Higueras | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-23 | Merge branch 'master' into nullable4 | Bond_009 | |
| 2020-04-22 | Remove unused usings | Mark Monteiro | |
| This addresses the new issues identified in SonarCloud analysis | |||
| 2020-04-22 | Merge branch 'master' into register-services-correctly | Bond-009 | |
| 2020-04-21 | Add <ProjectGuid> properties to all project files | Mark Monteiro | |
| This is required for SonarCloud analysis to run | |||
| 2020-04-05 | Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.Skia | Bond_009 | |
| 2020-04-04 | Register and construct IImageProcessor, SqliteItemRepository and ↵ | Mark Monteiro | |
| IImageEncoder correctly | |||
| 2020-04-04 | Eliminate circular dependency between LibraryManager and ImageProcessor | Mark Monteiro | |
| 2020-02-12 | Merge branch 'master' into images | Bond-009 | |
| 2020-01-22 | Remove FileSystem.GetStream | Bond-009 | |
| 2020-01-21 | Simplify image processing by removing image enhancers | Bond_009 | |
| 2019-11-01 | Rewrite hex encoder/decoder | Bond_009 | |
| 2019-08-16 | Fix build on .Net Core 2.x | Bond_009 | |
| 2019-08-11 | Document all public/internal members of Emby.Drawing | Bond_009 | |
| Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing | |||
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-03-14 | Adjusted AssemblyCopyright attribute values. | Erwin de Haan | |
| 2019-03-14 | Adjusted the Product Name so the User Agent is correct/better. | Erwin de Haan | |
| 2019-03-11 | Skip processing of images that don't exist | Claus Vium | |
| 2019-02-08 | Merge pull request #822 from Bond-009/imagedimensions | Vasily | |
| Complete rename ImageSize -> ImageDimensions | |||
| 2019-02-06 | Move some arrays to generics | Bond_009 | |
| 2019-02-05 | Complete rename ImageSize -> ImageDimensions | Bond-009 | |
| 2019-02-02 | Fix all warnings | Bond-009 | |
| 2019-01-30 | Merge branch 'master' into culture | Bond-009 | |
| 2019-01-28 | Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile` | Erwin de Haan | |
| 2019-01-28 | Unwrapped CreateDirectory and DeleteDirectory | Erwin de Haan | |
| 2019-01-28 | Unwrapped GetDirectoryName and DirectorySeperatorChar | Erwin de Haan | |
| 2019-01-27 | Fix more analyzer warnings | Bond_009 | |
| 2019-01-26 | Move Skia back into it's own project | Bond_009 | |
| 2019-01-26 | Change image dimentions from double to int | Bond_009 | |
| Rename ImageSize -> ImageDimensions | |||
| 2019-01-22 | Remove conditions that are always true/false | Bond_009 | |
| 2019-01-20 | Formatting | Andrew Rabert | |
| 2019-01-20 | Update appPaths position | Andrew Rabert | |
| 2019-01-20 | Update logger position | Andrew Rabert | |
| 2019-01-20 | Merge branch 'dev' into imagesize | Andrew Rabert | |
| 2019-01-20 | Replaced injections of ILogger with ILoggerFactory | William Taylor | |
| This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies. | |||
| 2019-01-20 | Touchup | Bond_009 | |
