| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-21 | Merge pull request #5105 from crobibero/image-null-ref | Claus Vium | |
| Add null check for ImageTags (cherry picked from commit e7e385d7a28bea54971d2ecad25e18cd286d7433) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-01-23 | Merge pull request #4961 from crobibero/person-blurhash-null-ref | Bond-009 | |
| Fix potential null reference (cherry picked from commit a8230c07eaa820a3db0961db9dce1a34d1a3c113) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-01-23 | Merge pull request #4920 from crobibero/person-blurhash | dkanada | |
| Attach correct Blurhash to BaseItemPerson (cherry picked from commit c117b12b6baece287dd35938889f64f22554ff3a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-13 | Merge pull request #4706 from cvium/fix_aspectratio_again | Claus Vium | |
| Only apply series image aspect ratio if episode/season has no primary image (cherry picked from commit 0d5f651ae9c38b2fcda7fb0f6d0051bc6a18586e) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-11-14 | Use string.Split(char) where possible instead of string.Split(char[]) | Bond_009 | |
| 2020-10-17 | Use nameof where possible | Bond_009 | |
| 2020-09-29 | Merge pull request #4236 from ConfusedPolarBear/warnings1 | Bond-009 | |
| Fix some warnings | |||
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-09-27 | Merge pull request #4204 from cvium/add_aspect_ratio_seriesprimary | dkanada | |
| Add series image aspect ratio when ep/season is missing an image | |||
| 2020-09-24 | Fix aspect ratio calculation returning 0 or 1 when item has no default AR | cvium | |
| 2020-09-24 | Add series image aspect ratio when ep/season is missing an image | cvium | |
| 2020-08-31 | Fix some warnings | Bond_009 | |
| 2020-08-13 | Remove unused methods in IDtoService | Patrick Barron | |
| 2020-06-16 | Enable BlurHash for People | crobibero | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-15 | fix SA1510 | telans | |
| 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-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-05-27 | Add blurhashes to ImageBlurHashes for all images | Vasily | |
| 2020-05-26 | Change image blurhash mapping to "image type to blurhash" | Vasily | |
| 2020-05-21 | Rename Hash to BlurHash in all properties and methods for clarity | Vasily | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-19 | More small optimizations | Vasily | |
| 2020-05-18 | Add BlurHash support to backend | Jesús Higueras | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-11 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-04 | Register IProviderManager correctly | Mark Monteiro | |
| 2020-04-04 | Register and construct DtoService correctly | Mark Monteiro | |
| 2020-04-01 | Use null-coalescing assignment | Mark Monteiro | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-04-01 | Add ExtraType.Unknown enum value and use it instead of null | Mark Monteiro | |
| 2020-03-28 | Simplify logic; remove unnecessary methods | Mark Monteiro | |
| 2020-03-28 | Display extras with an unknown type | Mark Monteiro | |
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2020-01-21 | Simplify image processing by removing image enhancers | Bond_009 | |
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-10-06 | add comment explaining a bug fix | dkanada | |
| 2019-10-06 | fix missing image on seasons without posters | dkanada | |
| 2019-09-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
| 2019-08-29 | More warning fixes | Bond_009 | |
| 2019-08-19 | Fix LocalTrailers playback. | SL1288 | |
| 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-25 | Seperate changes from #1023 | Bond-009 | |
| The unrelated changes from #1023 (and more) | |||
