| 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-14 | Merge pull request #7233 from Bond-009/warn60 | Cody Robibero | |
| 2022-02-14 | Merge pull request #7038 from Bond-009/serverdiscovery | Cody Robibero | |
| 2022-02-14 | Merge pull request #7290 from crobibero/dotnet-6.0.2 | Joshua M. Boniface | |
| 2022-02-14 | Fix MediaStreamSelector | Bond_009 | |
| 2022-02-14 | Fix option to disable server discovery | Bond_009 | |
| 2022-02-09 | Merge pull request #7286 from daullmer/sonarr-thumb | Bond-009 | |
| 2022-02-09 | Update tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs | David Ullmer | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-02-08 | Update to dotnet 6.0.2 | Cody Robibero | |
| Signed-off-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-02-08 | Add regression test for #7285 | David Ullmer | |
| 2022-02-07 | Bump coverlet.collector from 3.1.1 to 3.1.2 | dependabot[bot] | |
| Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-02-01 | Bump coverlet.collector from 3.1.0 to 3.1.1 (#7266) | dependabot[bot] | |
| Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2022-01-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 2022-01-20 | Merge pull request #6600 from cvium/keyframe_extraction_v1 | Cody Robibero | |
| 2022-01-19 | Merge pull request #7203 from 1337joe/fix-resolving-local-alternates | Claus Vium | |
| Fix resolving local alternates | |||
| 2022-01-16 | Merge pull request #7078 from 1337joe/metadata-merge-data | Bond-009 | |
| 2022-01-16 | Add alternate resolver test, generate extra folder names | Joe Rogers | |
| 2022-01-16 | Address review comments | Joe Rogers | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-01-15 | Add -extra suffix for consistency | Joe Rogers | |
| 2022-01-15 | Order rules so directory takes precedence over naming | Joe Rogers | |
| 2022-01-14 | Apply suggestions from code review | Claus Vium | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-01-12 | Apply suggestions from code review | Claus Vium | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-01-11 | Refactor and add scheduled task | cvium | |
| 2022-01-10 | Bump FsCheck.Xunit from 2.16.3 to 2.16.4 | dependabot[bot] | |
| Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.16.3 to 2.16.4. - [Release notes](https://github.com/fsharp/FsCheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](https://github.com/fsharp/FsCheck/compare/2.16.3...2.16.4) --- updated-dependencies: - dependency-name: FsCheck.Xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-01-08 | Merge pull request #7101 from Bond-009/imagejpg | Cody Robibero | |
| Remove incorrect mime type image/jpg | |||
| 2022-01-07 | Merge branch 'master' into keyframe_extraction_v1 | cvium | |
| # Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs | |||
| 2022-01-04 | Speed up Jellyfin.Naming.Tests | Bond_009 | |
| In my limited testing this saves ~4 seconds, from 19 to 15 seconds (in Xunit itself) | |||
| 2022-01-04 | Remove incorrect mime type image/jpg | Bond_009 | |
| 2022-01-03 | Merge pull request #7080 from crobibero/ws-token | Cody Robibero | |
| 2022-01-03 | Merge pull request #7052 from crobibero/image.jpeg | Cody Robibero | |
| 2022-01-04 | Embed ProviderUtils into MetadataService | Joe Rogers | |
| 2022-01-03 | Remove existing images when applying identify | Joe Rogers | |
| 2022-01-02 | Merge a couple tests, extract duplicate code | Joe Rogers | |
| 2022-01-02 | Add test for #6830 | Joe Rogers | |
| 2022-01-02 | Merge pull request #7058 from cvium/the_most_important_feature | Bond-009 | |
| 2022-01-01 | Use IAuthorizationContext for websocket | Cody Robibero | |
| 2022-01-01 | Remove file extension filter and fix build | cvium | |
| 2021-12-31 | Add ability to search by - | Cody Robibero | |
| 2021-12-31 | Add tests and documentation for ProviderUtils | Joe Rogers | |
| 2021-12-28 | Use dedicated resolvers for extras | cvium | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-25 | Merge pull request #7044 from 1337joe/fix-trailers-v2 | Cody Robibero | |
| Fix trailers v2 | |||
| 2021-12-25 | Add image/jpg to extension lookup | Cody Robibero | |
| 2021-12-24 | Add rule to pick up theme videos | Joe Rogers | |
| 2021-12-24 | Fix resolved type for Trailers | Joe Rogers | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-24 | Merge pull request #7029 from cvium/allocations_maybe | Cody Robibero | |
| 2021-12-22 | Merge pull request #7028 from cvium/everything_went_wrong | Cody Robibero | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-20 | Fix extras folders | cvium | |
