| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-22 | SqliteItemRepository: remove redundant operations | Bond_009 | |
| removed: * nameof -> FullName lookup * IndexOf before Replace * Enum.GetNames -> Enum.Parse roundtrip | |||
| 2021-04-21 | Merge pull request #5878 from Artiume/patch-2 | Bond-009 | |
| 2021-04-21 | Merge pull request #5881 from cvium/tmdb-episode-externalids | Bond-009 | |
| Add tvrage and imdb ids for episodes | |||
| 2021-04-21 | Update MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs | Bond-009 | |
| 2021-04-21 | Merge pull request #5877 from Bond-009/circ1 | Bond-009 | |
| EncodingHelper: Fix circular dependency | |||
| 2021-04-21 | Merge pull request #5876 from Bond-009/nullref5 | Bond-009 | |
| DeepCopy: Throw ArgumentNullException if one of the args is null | |||
| 2021-04-21 | Merge pull request #5867 from Bond-009/provider | Bond-009 | |
| ProviderManager: fix discard and 2 warnings | |||
| 2021-04-21 | Merge pull request #5870 from cvium/fix-tmdbpersonprovider | Bond-009 | |
| 2021-04-21 | Merge pull request #5866 from Bond-009/httpmsghandler | Bond-009 | |
| Switch from HttpClientHandler to SocketsHttpHandler | |||
| 2021-04-21 | Merge pull request #5808 from cvium/semi-fix-collection-perf | Bond-009 | |
| 2021-04-21 | Merge pull request #5807 from Bond-009/refreshdelay | Bond-009 | |
| Remove throttle in refresh code | |||
| 2021-04-21 | Update var names | artiume | |
| 2021-04-21 | Add tvrage and imdb ids for episodes | cvium | |
| 2021-04-20 | Fix Audiobook Resume | artiume | |
| https://github.com/jellyfin/jellyfin/issues/5703 | |||
| 2021-04-20 | EncodingHelper: Fix circular dependency | Bond_009 | |
| 2021-04-20 | DeepCopy: Throw ArgumentNullException if one of the args is null | Bond_009 | |
| 2021-04-20 | Merge pull request #5859 from cvium/fix-streambuilder-permissions | Bond-009 | |
| Respect user settings for transcode and remux | |||
| 2021-04-20 | Merge pull request #5873 from cvium/fix-displaypref-migration | Bond-009 | |
| 2021-04-20 | use int.Parse | cvium | |
| 2021-04-20 | use int.Parse | cvium | |
| 2021-04-20 | Merge pull request #5744 from mohd-akram/absolute-dvd-order | Bond-009 | |
| 2021-04-20 | Check for empty string when migrating displaypreferences | cvium | |
| 2021-04-20 | Fix TMDb Person Provider | cvium | |
| 2021-04-19 | ProviderManager: fix discard and 2 warnings | Bond_009 | |
| 2021-04-19 | Switch from HttpClientHandler to SocketsHttpHandler | Bond_009 | |
| SocketsHttpHandler is the default for .Net Core 2.1 and newer Set RequestHeaderEncoding to UTF-8 by default | |||
| 2021-04-19 | Merge pull request #5683 from jellyfin/dependabot/nuget/Newtonsoft.Json-13.0.1 | Bond-009 | |
| Bump Newtonsoft.Json from 12.0.3 to 13.0.1 | |||
| 2021-04-19 | Merge pull request #5799 from ↵ | Bond-009 | |
| jellyfin/dependabot/nuget/AutoFixture.Xunit2-4.16.0 Bump AutoFixture.Xunit2 from 4.15.0 to 4.16.0 | |||
| 2021-04-19 | Bump AutoFixture.Xunit2 from 4.15.0 to 4.16.0 | dependabot[bot] | |
| Bumps [AutoFixture.Xunit2](https://github.com/AutoFixture/AutoFixture) from 4.15.0 to 4.16.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.15.0...v4.16.0) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-04-19 | Merge pull request #5690 from ↵ | Bond-009 | |
| jellyfin/dependabot/nuget/AutoFixture.AutoMoq-4.16.0 Bump AutoFixture.AutoMoq from 4.15.0 to 4.16.0 | |||
| 2021-04-19 | Merge pull request #5863 from cvium/fix-index-migration | Bond-009 | |
| use IF NOT EXISTS in migration | |||
| 2021-04-19 | Use StringComparison.Ordinal | Mohamed Akram | |
| 2021-04-19 | Merge pull request #5852 from cvium/fix-person-creation | Bond-009 | |
| Add Person to TypedBaseItems if it's new | |||
| 2021-04-19 | Bump AutoFixture.AutoMoq from 4.15.0 to 4.16.0 | dependabot[bot] | |
| Bumps [AutoFixture.AutoMoq](https://github.com/AutoFixture/AutoFixture) from 4.15.0 to 4.16.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.15.0...v4.16.0) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-04-19 | Merge pull request #5809 from jellyfin/dependabot/nuget/AutoFixture-4.16.0 | Bond-009 | |
| Bump AutoFixture from 4.15.0 to 4.16.0 | |||
| 2021-04-19 | Merge pull request #5860 from cvium/fix-notification-user-list | Bond-009 | |
| Fix notification disabled users list | |||
| 2021-04-19 | use IF NOT EXISTS in migration | cvium | |
| 2021-04-19 | Add review changes | Mohamed Akram | |
| 2021-04-19 | Fix notification disabled users list | cvium | |
| 2021-04-19 | Respect user settings for transcode and remux | cvium | |
| 2021-04-19 | Merge pull request #5848 from sgmoore/IndexError | Claus Vium | |
| Fix ArgumentOutOfRangeException scanning AudioBooks | |||
| 2021-04-18 | Add Person to TypedBaseItems if it's new | cvium | |
| 2021-04-17 | Fix ArgumentOutOfRangeException scanning AudioBooks | Stephen Moore | |
| AudioResolver.ResolveMultipleAudio method can attempt to access the first item in a List without checking if the list is empty which throws an ArgumentOutOfRangeException and stops the 'Scan Library' process. | |||
| 2021-04-17 | Merge pull request #5843 from BaronGreenback/Cleanup4 | Bond-009 | |
| Code Clean up: Remove unused using directives | |||
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-15 | Enable nullability for ServerDiscoveryInfo (#5804) | Cody Robibero | |
| 2021-04-14 | Merge pull request #5810 from ↵ | Bond-009 | |
| jellyfin/dependabot/github_actions/eps1lon/actions-label-merge-conflict-v2.0.1 Bump eps1lon/actions-label-merge-conflict from v2.0.0 to v2.0.1 | |||
| 2021-04-14 | Merge pull request #5729 from crobibero/dotnet5.0.5 | Joshua M. Boniface | |
| Update to dotnet 5.0.5 | |||
| 2021-04-14 | Merge pull request #5612 from Bond-009/passwordhash | Bond-009 | |
| 2021-04-14 | Bump eps1lon/actions-label-merge-conflict from v2.0.0 to v2.0.1 | dependabot[bot] | |
| Bumps [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict) from v2.0.0 to v2.0.1. - [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases) - [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md) - [Commits](https://github.com/eps1lon/actions-label-merge-conflict/compare/v2.0.0...b8bf8341285ec9a4567d4318ba474fee998a6919) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-04-14 | Add workflows for rebase and automation (#5451) | Bond-009 | |
| Add workflows for rebase and automation | |||
