aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-19Remove the old Emby conflictsJoshua M. Boniface
It's been long enough that this is no longer an issue. We still conflict on the ports 8096 and 8190, but this will simply result in a failure to start; allow users to get themselves into that situation if they wish.
2020-07-19Fix bad dependency handling in 10.6.0-1Joshua M. Boniface
Fixes the incorrect dependency handling from 10.6.0, which was missing the Replaces and Breaks entries on jellyfin-server. Thus apt would complain about /etc/default/jellyfin being in two packages and fail to upgrade. With this configuration, I've verified that apt now handles this situation properly.
2020-07-19Merge pull request #3596 from joshuaboniface/fix-typov10.6.0Bond-009
Fix typo in CI configuration
2020-07-19Fix typo in CI configurationJoshua M. Boniface
2020-07-19Merge pull request #3575 from jellyfin/ffmpeg-dependsJoshua M. Boniface
Bump the minimun required jellyfin-ffmpeg version
2020-07-19Revert "bump the minimum required jellyfin-ffmpeg ver to 4.3.1-1"Joshua M. Boniface
This reverts commit d3fa6b428a9a2220856d9a91266c1b6c7833093e. Don't change this, since 4.3.1 won't build on Stretch but we still want to support it.
2020-07-19Merge pull request #3569 from nyanmisaka/textsub-fixJoshua M. Boniface
Fix QSV subtitle burn-in on windows and P010 detect
2020-07-19Merge pull request #3593 from joshuaboniface/nuget-publishJoshua M. Boniface
Add NuGet publish step to tag CI
2020-07-19Add NuGet publish step to tag CIJoshua M. Boniface
2020-07-19Merge pull request #3591 from crobibero/clear-existing-imageAnthony Lavado
Remove profile image before setting new
2020-07-19Merge pull request #3590 from crobibero/tvdb-actorsBond-009
Fix tvdb actors url
2020-07-19Merge pull request #3585 from Ken-g6/2354-soft-link-sizesBond-009
2354 fix soft link sizes
2020-07-19Remove profile image before setting newcrobibero
2020-07-19Fix tvdb actors urlcrobibero
2020-07-18Merge pull request #3587 from crobibero/user-update-policyAnthony Lavado
fix UserManager UpdatePolicy
2020-07-18fix UserManager UpdatePolicycrobibero
2020-07-18FullName property instead of ToString in ↵Ken
Emby.Server.Implementations/IO/ManagedFileSystem.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-18Spacing standard on Emby.Server.Implementations/IO/ManagedFileSystem.csKen
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-18Merge pull request #3586 from barronpm/remove-networkpathAnthony Lavado
Remove obsolete network path code
2020-07-18Merge pull request #3582 from barronpm/update-dotnetAnthony Lavado
Update .NET Core to 3.1.6
2020-07-18Merge pull request #3579 from crobibero/activity-log-useridAnthony Lavado
Add UserId filter to ActivityLog Entries endpoint
2020-07-18Remove obsolete network path codePatrick Barron
2020-07-18Merge 'master' updates into 2354-soft-link-sizesKen Brazier
2020-07-17Update .NET Core to 3.1.6Patrick Barron
2020-07-17Merge pull request #3581 from crobibero/delete-loggingAnthony Lavado
Increase delete logging
2020-07-17Increase delete loggingcrobibero
2020-07-17Add UserId filter to ActivityLog Entries endpointcrobibero
2020-07-17Translated using Weblate (German)David
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-07-17enhance platform check and 10bit detectNyanmisaka
2020-07-17Translated using Weblate (Thai)Akachai Bunsorn
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2020-07-17utilize jellyfin-ffmpeg for portable x64nyanmisaka
2020-07-17bump the minimum required jellyfin-ffmpeg ver to 4.3.1-1nyanmisaka
2020-07-17Merge pull request #3573 from crobibero/plugin-request-exceptiondkanada
Catch HttpRequestException when requesting plugins
2020-07-16Merge pull request #3563 from cvium/fix_next_upJoshua M. Boniface
Only fetch Next Up for episodes that have been fully matched
2020-07-17fix indentNyanmisaka
2020-07-17Match the size of subtitle stream and video streamNyanmisaka
2020-07-16Translated using Weblate (Malay)ADRI IDZWAN MANSOR
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
2020-07-16Merge remote-tracking branch 'upstream/master' into plugin-request-exceptioncrobibero
2020-07-16Merge pull request #3570 from crobibero/async-cancellationAnthony Lavado
Add EnumeratorCancellation attribute
2020-07-16Catch HttpRequestException when requesting pluginscrobibero
2020-07-16Add EnumeratorCancellation attributecrobibero
2020-07-16Fix QSV subtitle burn-in on windows and P010 detectNyanmisaka
2020-07-16Merge pull request from jellyfin/masterNyanmisaka
2020-07-15Merge pull request #3566 from cvium/fix_tvdb_a_littleAnthony Lavado
TVDB: Fetch image keytypes before querying images
2020-07-15Merge pull request #3562 from rotvel/feature/fix-audio-transcodingAnthony Lavado
Fix audio file transcoding.
2020-07-15Fix warningsClaus Vium
2020-07-15Change to IAsyncEnumerableClaus Vium
2020-07-15Fetch image keytypes before querying imagesClaus Vium
2020-07-15Only fetch Next Up for episodes that have been fully matchedClaus Vium
2020-07-15Simplify name of IsCopyDocMax Git