| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2022-02-17 | Remove some dead code | Bond_009 | |
| 2022-01-22 | Use Guid for BaseItemDto parent ids | Niels van Velzen | |
| 2022-01-22 | Use Guid for BaseItemPerson.Id | Niels van Velzen | |
| 2022-01-15 | Remove unnecessary array allocation | Dmitry Lyzo | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-01-14 | Fix duplication of local trailers | Dmitry Lyzo | |
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-24 | Merge pull request #6819 from ↵ | Cody Robibero | |
| cvium/why_should_we_use_the_imageinfo_when_we_can_guess | |||
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-11-19 | Small optimization to child count field | cvium | |
| 2021-11-10 | Simplify | cvium | |
| 2021-11-10 | Reduce indentation | cvium | |
| 2021-11-10 | Try to use Width and Height from ImageInfo to determine aspect ratio | cvium | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-11-06 | Remove ImageType.Screenshot and ItemFields.Screenshot | Joe Rogers | |
| 2021-10-08 | Use new Random.Shared instead of creating new instances | Bond_009 | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-02-10 | Create BaseItemKind enum | crobibero | |
| 2021-01-25 | Add null check for ImageTags | crobibero | |
| 2021-01-05 | Fix potential null reference | crobibero | |
| 2021-01-01 | Add only correct person blurhash | crobibero | |
| 2020-12-06 | Only apply series image aspect ratio if episode/season has no primary image | cvium | |
| 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 | |
