aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-19Merge pull request #6563 from Bond-009/subtitleencoderClaus Vium
2021-09-18Merge pull request #6564 from Bond-009/azureClaus Vium
Fix Azure CI
2021-09-18Fix Azure CIBond_009
2021-09-18Add regression test for issue #5168Bond_009
2021-09-18Fix SubtitleEncoder and add regression testsBond_009
2021-09-17Add tests for DlnaControllerBond_009
2021-09-17Translated using Weblate (Galician)gbrea
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gl/
2021-09-16Merge pull request #6556 from nielsvanvelzen/openapi-security-schemeClaus Vium
Use standard Authorization header in OpenAPI specification
2021-09-15Translated using Weblate (Urdu (Pakistan))Meem Khan
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ur_PK/
2021-09-15Use more specific test commandNiels van Velzen
2021-09-15Use standard Authorization header in OpenAPI specificationNiels van Velzen
2021-09-14Dynamically populate LocalAddress based on HTTP requestFredrik Lindberg
Support populating the LocalAddress field in the system info endpoint based on the x-forwarded-host and x-forwarded-proto header. The x-forwarded-host header must contain both the host and port for the url to be properly constructed. Behind network configuration option that is disabled by default.
2021-09-14Translated using Weblate (French)emmanuel billeaud
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2021-09-14Merge pull request #6502 from crobibero/publish-jeff-extensionClaus Vium
Add Jellyfin.Extensions to package publish
2021-09-13Merge pull request #6555 from jellyfin/dependabot/nuget/libse-3.6.2Claus Vium
2021-09-13Merge pull request #6554 from jellyfin/dependabot/nuget/sharpcompress-0.29.0Claus Vium
2021-09-13Improve series name matchingFredrik Lindberg
Add a series path resolver that attempts to extract only the series name from a path that contains more information that just the name.
2021-09-13Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.csRob
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-09-13Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.csRob
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-09-13Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.csRob
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-09-13Fix namespaceCody Robibero
2021-09-13Bump libse from 3.6.0 to 3.6.2dependabot[bot]
Bumps [libse](https://github.com/SubtitleEdit/subtitleedit) from 3.6.0 to 3.6.2. - [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.6.0...3.6.2) --- updated-dependencies: - dependency-name: libse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13Bump sharpcompress from 0.28.3 to 0.29.0dependabot[bot]
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.28.3 to 0.29.0. - [Release notes](https://github.com/adamhathcock/sharpcompress/releases) - [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.28.3...0.29) --- updated-dependencies: - dependency-name: sharpcompress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13Translated using Weblate (French (Canada))cocool97
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
2021-09-12Fixing #6269 by comparing PremiereDate when episode comparison would ↵ankenyr
otherwise be equal.
2021-09-12Fix types and property namesCody Robibero
2021-09-12ci: unify name to web equivalent workflowh1dden-da3m0n
see jellyfin/jellyfin-web#2897 for reference
2021-09-12Fix #6171Mr. Chip53
2021-09-11Merge pull request #6457 from Izumiko/adultClaus Vium
2021-09-11Use TheoryData instead of MemberData and ClassDataianjazz246
2021-09-11Revert "Use TheoryData in UrlDecodeQueryFeatureTest"ianjazz246
This reverts commit c5393b25798098aa079c185971b7ac28e5f5b994.
2021-09-11Update ↵Claus Vium
Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
2021-09-11Update ↵Claus Vium
Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
2021-09-11Update ↵Claus Vium
Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-09-11Remove AsyncFile.OpenReadcvium
2021-09-11Use File.GetAttributes instead of creating a new FileInfocvium
2021-09-11Fix SA1614 and SA1116cvium
2021-09-11Include the MIT licensecvium
2021-09-11Read file length for symlinks, supersedes #5775 and #5824cvium
2021-09-10Use TheoryData in UrlDecodeQueryFeatureTestianjazz246
2021-09-10Merge pull request #5648 from OancaAndrei/syncplay-sessions-fixClaus Vium
Fix session references in SyncPlay
2021-09-10Merge pull request #6531 from GodTamIt/img-langBond-009
Fix images "not loading" after manual identification
2021-09-10Missing linebreaks that Rider apparently can't just do for me?cvium
2021-09-10Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueIdcvium
2021-09-10Don't throw when livestream file isn't foundcvium
2021-09-10Fix xmldoccvium
2021-09-10Remove the dependency on BaseAuthorizationHandlercvium
2021-09-10Merge branch 'master' into NetworkAccessPolicycvium
2021-09-10Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2021-09-10Remove more unused argscvium