aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-01Merge pull request #4597 from nyanmisaka/opencl-intelJoshua M. Boniface
Add NEO OpenCL runtime for Intel Tone mapping
2020-12-01Merge pull request #4580 from crobibero/efcore-datetimeClaus Vium
Specify default DateTimeKind from EFCore
2020-12-01Merge pull request #4629 from crobibero/auth-handlerClaus Vium
Provide NoResult instead of Fail in CustomAuthenticationHandler
2020-12-01Merge pull request #4628 from MrTimscampi/no-next-resumableClaus Vium
Prevent GetUpNext from returning episodes in progress
2020-12-01Return NoResult only when request doesn't have a token.crobibero
2020-12-01Update Emby.Server.Implementations/TV/TVSeriesManager.csClaus Vium
2020-12-01Update Startup.csBaronGreenback
Missed a config move
2020-12-01Split nested conditionalcrobibero
2020-12-01Merge pull request #4630 from jellyfin/uuidBill Thornton
Add tests for GetUuid
2020-12-01Merge pull request #4626 from nyanmisaka/audio-bitrateBill Thornton
Do not extract audio stream bitrate info for videos from formatInfo
2020-12-01Fix possible nullrefMrTimscampi
2020-12-01Fix typoMrTimscampi
2020-12-01Merge pull request #4632 from crobibero/muzicbrainz-xmlClaus Vium
Fix MusicBrainz request Accept header.
2020-12-01fix inverted conditioncrobibero
2020-12-01fix spacingcrobibero
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-12-01Fix MusicBrainz request Accept header.crobibero
2020-12-01Translated using Weblate (Romanian)4d1m
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
2020-12-01Add tests for GetUuidBond_009
2020-12-01Provide NoResult instead of Fail in CustomAuthenticationHandlercrobibero
2020-12-01Prevent GetUpNext from returning episodes in progressMrTimscampi
2020-12-01do not extract audio stream bitrate info for videos from formatInfonyanmisaka
2020-11-30Merge pull request #4591 from jellyfin/schedulesdirectClaus Vium
Clean up SchedulesDirect
2020-11-30Translated using Weblate (Greek)xnick
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2020-12-01Merge branch 'master' into hdr-extractNyanmisaka
2020-11-30Merge pull request #4607 from nyanmisaka/fix-image-extractionBond-009
Fix the I-frame image extraction filter string
2020-11-30Fix OpenApi generation for BlurHashcrobibero
2020-11-30Merge pull request #4622 from ↵Bond-009
jellyfin/dependabot/nuget/prometheus-net.DotNetRuntime-3.4.1 Bump prometheus-net.DotNetRuntime from 3.4.0 to 3.4.1
2020-11-30Bump prometheus-net.DotNetRuntime from 3.4.0 to 3.4.1dependabot[bot]
Bumps [prometheus-net.DotNetRuntime](https://github.com/djluck/prometheus-net.DotNetRuntime) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/djluck/prometheus-net.DotNetRuntime/releases) - [Commits](https://github.com/djluck/prometheus-net.DotNetRuntime/compare/3.4.0...3.4.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30Merge pull request #4623 from jellyfin/dependabot/nuget/Moq-4.15.2Bond-009
Bump Moq from 4.15.1 to 4.15.2
2020-11-30Merge pull request #4621 from ↵Bond-009
jellyfin/dependabot/nuget/ServiceStack.Text.Core-5.10.2 Bump ServiceStack.Text.Core from 5.10.0 to 5.10.2
2020-11-30Merge pull request #4613 from jellyfin/DLNAEventFixClaus Vium
[Fix] NotificationType was never set in dlna event manager
2020-11-30Merge pull request #4620 from nyanmisaka/fix-transcodeReasonsBond-009
Fix transcoding reasons report
2020-11-30Bump Moq from 4.15.1 to 4.15.2dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.15.1 to 4.15.2. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/commits/v4.15.2) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30Bump ServiceStack.Text.Core from 5.10.0 to 5.10.2dependabot[bot]
Bumps [ServiceStack.Text.Core](https://github.com/ServiceStack/ServiceStack.Text) from 5.10.0 to 5.10.2. - [Release notes](https://github.com/ServiceStack/ServiceStack.Text/releases) - [Commits](https://github.com/ServiceStack/ServiceStack.Text/compare/v5.10...v5.10.2) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30fix trascodeReasons reportnyanmisaka
2020-11-30Address requested changes from reviewIonut Andrei Oanca
2020-11-29Translated using Weblate (Turkish)Enes
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2020-11-29Translated using Weblate (Portuguese)TF
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2020-11-29Translated using Weblate (Turkish)Enes
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2020-11-29allow to extract music bitrate info from formatInfonyanmisaka
2020-11-29Add sudo to package dependenciesAJ Jordan
It's used in the restart.sh script. For Debian, this is a Recommends because virtually everyone will need this (default APT policy is to install recommended packages so this works ok), but technically you can configure the server to run as root and then you wouldn't need it. For Fedora... frankly I got confused by their Weak Dependencies etc. so I just made it a hard dependency.
2020-11-29Don't restart with sudo(8) if it's not availableAJ Jordan
Some environments, like system containers, have no reason to have sudo(8) installed. In these environments restart.sh will silently fail because /usr/bin/sudo does not exist to execute, so test that sudo exists and don't try to use it otherwise. Note also that hardcoding sudo's path is wrong: it can be installed in other places. On FreeBSD, for example, it is /usr/local/bin/sudo when installed from ports.
2020-11-29Remove useless which(1) calls in restart.shAJ Jordan
at(1) runs commandlines with /bin/sh anyway, which resolves paths. No need to do it ourselves.
2020-11-29Merge pull request #4525 from crobibero/transcode-file-task-scheduleClaus Vium
Set DeleteTranscodeFileTask to trigger every 24h
2020-11-29Fix restart.sh to look at what's actually bootedAJ Jordan
The old code was wrong because e.g. systemd can be *installed* on the system, but not actually used as PID1. In that case we would pick `systemctl`, but it wouldn't actually work because PID1 was some other init system.
2020-11-29add hdr tone mapping to image extractionnyanmisaka
2020-11-29fix image extractionnyanmisaka
2020-11-29increase the default image extraction timeoutnyanmisaka
2020-11-28Update DlnaEventManager.csBaronGreenback