| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-05 | do not pick a linked item as primary when merging versions | cvium | |
| 2021-03-04 | Merge pull request #5345 from BaronGreenback/IP6Fix | dkanada | |
| Dual IP4 / IP6 server fails on non-windows platforms | |||
| 2021-03-04 | Merge pull request #5362 from crobibero/case-json | dkanada | |
| Fix case-sensitive json parsing | |||
| 2021-03-03 | Always use case insensitive json parsing for api | crobibero | |
| 2021-03-03 | Merge pull request #5356 from cvium/fix_provideridextensions | Claus Vium | |
| return false when providerid is null or empty | |||
| 2021-03-03 | Remove Content-Length header from DLNA HEAD request (#5335) | BaronGreenback | |
| 2021-03-03 | Merge pull request #5359 from cvium/fix_broadcasttimer_disposed | Bond-009 | |
| Do nothing in timer callback when device locator is disposed | |||
| 2021-03-03 | Do nothing in timer callback when device locator is disposed | cvium | |
| 2021-03-03 | fix HasProviderId and add tests | cvium | |
| 2021-03-03 | revert removal of null check | cvium | |
| 2021-03-03 | return false when providerid is null or empty | cvium | |
| 2021-03-02 | Fix TMDb search name containing year (#5349) | David Ullmer | |
| 2021-03-02 | Update Jellyfin.Server/Program.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-02 | Merge pull request #5339 from Bond-009/hasproviderids | Claus Vium | |
| Revert breaking change to HasProviderId | |||
| 2021-03-02 | Merge pull request #5342 from BaronGreenback/errorMessageCorrection | Bond-009 | |
| Corrected logging message | |||
| 2021-03-01 | Kestrel workaround | BaronGreenback | |
| 2021-03-01 | Merge pull request #5338 from Bond-009/ssatests | Claus Vium | |
| Remove tests that are upstreamed | |||
| 2021-03-01 | correction of ip6 loopback | BaronGreenback | |
| 2021-03-01 | Changed message | BaronGreenback | |
| 2021-03-01 | Revert breaking change | Bond_009 | |
| 2021-03-01 | Remove tests that are upstreamed | Bond_009 | |
| libse (the SSA parser we use) has these same tests now | |||
| 2021-03-01 | Merge pull request #5317 from Bond-009/notnullwhen | Bond-009 | |
| MaybeNullWhen(false) -> NotNullWhen(true) | |||
| 2021-03-01 | Merge pull request #5299 from Bond-009/tests13 | Bond-009 | |
| 2021-03-01 | Merge pull request #5328 from jellyfin/dependabot/nuget/Moq-4.16.1 | Bond-009 | |
| Bump Moq from 4.16.0 to 4.16.1 | |||
| 2021-03-01 | Bump Moq from 4.16.0 to 4.16.1 | dependabot[bot] | |
| Bumps [Moq](https://github.com/moq/moq4) from 4.16.0 to 4.16.1. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.16.0...v4.16.1) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-03-01 | Merge pull request #5327 from ↵ | Bond-009 | |
| jellyfin/dependabot/nuget/Microsoft.NET.Test.Sdk-16.9.1 Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 | |||
| 2021-03-01 | Merge pull request #5326 from jellyfin/dependabot/nuget/libse-3.6.0 | Bond-009 | |
| Bump libse from 3.5.8 to 3.6.0 | |||
| 2021-03-01 | Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 | dependabot[bot] | |
| Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.3 to 16.9.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.8.3...v16.9.1) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-03-01 | Bump libse from 3.5.8 to 3.6.0 | dependabot[bot] | |
| Bumps [libse](https://github.com/SubtitleEdit/subtitleedit) from 3.5.8 to 3.6.0. - [Release notes](https://github.com/SubtitleEdit/subtitleedit/releases) - [Changelog](https://github.com/SubtitleEdit/subtitleedit/blob/master/Changelog.txt) - [Commits](https://github.com/SubtitleEdit/subtitleedit/compare/3.5.8...3.6.0) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-03-01 | Translated using Weblate (Hungarian) | Csaba | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/ | |||
| 2021-02-28 | Translated using Weblate (Swedish) | Sebastian | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/ | |||
| 2021-02-28 | Merge pull request #5314 from barronpm/cleanup | dkanada | |
| Remove unused entity | |||
| 2021-02-28 | MaybeNullWhen(false) -> NotNullWhen(true) | Bond_009 | |
| 2021-02-27 | Merge pull request #5181 from BaronGreenback/Fix_IPHostIP6Parsing | Claus Vium | |
| 2021-02-27 | Merge pull request #5274 from BaronGreenback/bindfix | Claus Vium | |
| 2021-02-27 | performance | BaronGreenback | |
| 2021-02-27 | Update Jellyfin.Networking/Manager/NetworkManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-02-27 | Update Jellyfin.Networking/Manager/NetworkManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-02-27 | Merge pull request #5278 from BaronGreenback/STRMFix | Claus Vium | |
| Fix for #5168 | |||
| 2021-02-27 | Merge pull request #5312 from BaronGreenback/FixFor5280 | Claus Vium | |
| 2021-02-27 | Merge pull request #5073 from BaronGreenback/ffmpeg | Claus Vium | |
| Fix for 4933: Alternative ffmpeg fix | |||
| 2021-02-27 | Update Emby.Server.Implementations/ApplicationHost.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-02-27 | Update MediaBrowser.Controller/IServerApplicationHost.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-02-27 | Remove unused entity | Patrick Barron | |
| 2021-02-27 | removed bad merge code | BaronGreenback | |
| 2021-02-27 | fix for override ports contained in PublishedServerUrl | BaronGreenback | |
| 2021-02-26 | Translated using Weblate (Afrikaans) | Eben van Deventer | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/ | |||
| 2021-02-25 | Merge pull request #5217 from jellyfin/auto-manifest | dkanada | |
| handle plugin manifests automatically | |||
| 2021-02-24 | Translated using Weblate (Galician) | Raúl Estévez | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gl/ | |||
| 2021-02-24 | Clean up code | Bond_009 | |
