aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2021-09-21Merge pull request #6569 from crobibero/dotnet-5.0.10Joshua M. Boniface
Update to dotnet 5.0.10
2021-09-21Merge pull request #6553 from ankenyr/masterClaus Vium
2021-09-21Specify DateTimeStyles when possibleBond_009
2021-09-20Merge pull request #6538 from cvium/livetv_oh_noBond-009
2021-09-20Merge pull request #6571 from Dixin/masterClaus Vium
Fix extra folder name and type mapping.
2021-09-20Bump DiscUtils.Udf from 0.16.4 to 0.16.13dependabot[bot]
Bumps [DiscUtils.Udf](https://github.com/DiscUtils/DiscUtils) from 0.16.4 to 0.16.13. - [Release notes](https://github.com/DiscUtils/DiscUtils/releases) - [Changelog](https://github.com/DiscUtils/DiscUtils/blob/develop/Changelog.txt) - [Commits](https://github.com/DiscUtils/DiscUtils/commits) --- updated-dependencies: - dependency-name: DiscUtils.Udf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-19Fix extra folder type resolving.Dixin
2021-09-19Upgrade to dotnet 5.0.10Cody Robibero
2021-09-19Reduce allocationsBond_009
2021-09-17Translated using Weblate (Galician)gbrea
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gl/
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-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-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-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-12Fix #6171Mr. Chip53
2021-09-10Merge pull request #5648 from OancaAndrei/syncplay-sessions-fixClaus Vium
Fix session references in SyncPlay
2021-09-10Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueIdcvium
2021-09-10Don't throw when livestream file isn't foundcvium
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
2021-09-10Remove the unused argcvium
2021-09-10Kill ProgressiveFileCopier and seek to end for ongoing livetvcvium
2021-09-08Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2021-09-08Translated using Weblate (Czech)Lukáš Kucharczyk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2021-09-07Merge pull request #6522 from ferferga/efcore-improvementsClaus Vium
2021-09-07Fix it for real(tm) this timeBond-009
2021-09-07Fix log messageBond-009
2021-09-07Ignore published server url for local accesscvium
2021-09-07Use GetSmartApiUrl instead (hopefully it works)cvium
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06Remove Linq to index searchCody Robibero
2021-09-06Bump prometheus-net.DotNetRuntime from 4.2.0 to 4.2.1dependabot[bot]
Bumps [prometheus-net.DotNetRuntime](https://github.com/djluck/prometheus-net.DotNetRuntime) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/djluck/prometheus-net.DotNetRuntime/releases) - [Commits](https://github.com/djluck/prometheus-net.DotNetRuntime/compare/4.2.0...4.2.1) --- updated-dependencies: - dependency-name: prometheus-net.DotNetRuntime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
Use async FileStreams where it makes sense
2021-09-06merge branch 'master' into syncplay-sessions-fixdkanada
2021-09-06merge branch 'master' into syncplay-clear-queuedkanada
2021-09-05Merge branch 'master' into TVFixcvium
2021-09-03Suggestions from reviewCody Robibero
2021-09-03Add SchedulesDirect json testsCody Robibero
2021-09-03Fix some warningsBond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-03Enable nullable for SchedulesDirectCody Robibero
2021-09-03Merge pull request #6475 from crobibero/warn-259810Bond-009
Remove more and more warnings
2021-09-03Translated using Weblate (Bulgarian)siankatabg
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/