aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-07Apply review suggestionsShadowghost
2022-10-07Update fuzzing projects to .net6Bond_009
2022-10-07Apply review suggestionsShadowghost
2022-10-07Apply review suggestionsShadowghost
2022-10-07Apply review suggestionsShadowghost
2022-10-07Merge pull request #8408 from Shadowghost/baseurl-redirectClaus Vium
Redirect natively if no baseurl is set
2022-10-07Merge branch 'master' into providermanager-cleanupClaus Vium
2022-10-07Merge pull request #6751 from Bond-009/tests12Claus Vium
Fix DLNA UpdateProfile test
2022-10-07Apply review suggestionsShadowghost
2022-10-07Merge branch 'master' into network-rewriteShadowghost
2022-10-07Apply review suggestionsShadowghost
2022-10-07Merge pull request #8503 from Bond-009/ThrowIfNullClaus Vium
2022-10-07Merge pull request #8505 from JJS/CompilerWarningsClaus Vium
2022-10-07Merge pull request #8500 from cvium/fix_authcontext_usageClaus Vium
2022-10-06Fix minor warnings in MediaBrowser.Model/Configuration (#2149)Jan Sommer
2022-10-06Fix minor warnings in Emby.Server.Implementations (#2149)Jan Sommer
2022-10-06Remove extra argumentBond_009
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ```
2022-10-06fix Release buildcvium
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-10-06Translated using Weblate (Uyghur)YusanTayir
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ug/
2022-10-05Merge pull request #8460 from jellyfin/dependabot/github_actions/actions/stale-6Cody Robibero
Bump actions/stale from 5 to 6
2022-10-05Merge pull request #8488 from ↵Cody Robibero
jellyfin/dependabot/github_actions/actions/setup-dotnet-3 Bump actions/setup-dotnet from 2 to 3
2022-10-04Merge pull request #8483 from crobibero/fix-data-streamCody Robibero
Added handling of streams of type "data"
2022-10-03Bump actions/setup-dotnet from 2 to 3dependabot[bot]
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03Add xiph tag parsingShadowghost
2022-10-03Add apple tag parsingShadowghost
2022-10-03Translated using Weblate (Korean)kimpig
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2022-10-01Declare VirtualInterfaceNames as string array for consistencyShadowghost
2022-10-01Update taglibsharp, add audible tag parsingShadowghost
2022-10-01Merge branch 'master' into network-rewriteShadowghost
2022-10-01Streams with CodecType "data" (like "epg" streams in DVBmarkus
recordings) get ignored. This results in wrong stream specifiers for all subsequent streams. This fix correctly handles "data" streams without any further processing.
2022-10-01Redirect natively if no baseurl is setShadowghost
2022-09-30Translated using Weblate (Croatian)Stjepan Mrgnaić
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
2022-09-29Merge pull request #8469 from hannesbraun/remove-redundant-usingBond-009
2022-09-28Fix subtitle selection behaviourjgriff6
2022-09-28Translated using Weblate (Uyghur)يادىكار ياقۇپ
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ug/
2022-09-28Translated using Weblate (Estonian)rimasx
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
2022-09-28Translated using Weblate (Latvian)radiogalva
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
2022-09-28Translated using Weblate (Portuguese)dynamic-core
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2022-09-28Translated using Weblate (Portuguese (Portugal))Cota Fainado
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2022-09-28Remove redundant using directivesHannes Braun
2022-09-26Format returns1hitsong
2022-09-26Update MediaBrowser.Controller/Lyrics/LyricInfo.cs1hitsong
Co-authored-by: Bond-009 <bond.009@outlook.com>
2022-09-26Merge pull request #8459 from ↵Bond-009
jellyfin/dependabot/nuget/Microsoft.NET.Test.Sdk-17.3.2
2022-09-26Bump actions/stale from 5 to 6dependabot[bot]
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.3.1...v17.3.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-25Merge pull request #8426 from ↵Bond-009
jellyfin/dependabot/nuget/SQLitePCLRaw.bundle_e_sqlite3-2.1.2
2022-09-25Merge pull request #8431 from ↵Bond-009
jellyfin/dependabot/nuget/Serilog.Settings.Configuration-3.4.0
2022-09-23Backport pull request #8433 from jellyfin/release-10.8.zCody Robibero
Update to dotnet 6.0.9 Original-merge: 4ec82ec662834867742a08dff680c938c4a5542a Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>