aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-17Update HttpListenerHost.csBaronGreenback
2020-07-17Update HttpListenerHost.csBaronGreenback
2020-07-17Update ApplicationHost.csBaronGreenback
2020-07-17Update ApplicationHost.csBaronGreenback
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-16Update Jellyfin.Server/Program.csDavid
Co-authored-by: Cody Robibero <cody@robibe.ro>
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 #3556 from Ullmie02/api-slowPatrick Barron
Add X-Response-Time-ms header and log slow server response time (Jellyfin.Api)
2020-07-15Merge pull request #3562 from rotvel/feature/fix-audio-transcodingAnthony Lavado
Fix audio file transcoding.
2020-07-15Fix warningsClaus Vium
2020-07-15Merge pull request #3565 from Ullmie02/api-removePatrick Barron
Remove unused MediaBrowser.Api files (api-migration)
2020-07-15Change to IAsyncEnumerableClaus Vium
2020-07-15Fetch image keytypes before querying imagesClaus Vium
2020-07-15Remove unused api filesDavid
2020-07-15Move SyncPlay api to Jellyfin.ApiDavid
2020-07-15Only fetch Next Up for episodes that have been fully matchedClaus Vium
2020-07-15Simplify name of IsCopyDocMax Git
2020-07-15Move videostream null check to start of GetHardwareAcceleratedVideoDecoderMax Git
2020-07-15Merge pull request #3549 from neilsb/masterdkanada
Prevent failure to bind to Auto Discover port being a fatal error
2020-07-14Move field to the controllerDavid
2020-07-14Merge pull request #3557 from crobibero/fix-update-userAnthony Lavado
Fix update user
2020-07-14Fix update usercrobibero
2020-07-14Translated using Weblate (Afrikaans)Raif Coonjah
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
2020-07-14Add X-Response-Time-ms header and log slow server response timeDavid
2020-07-14Merge pull request #3500 from nyanmisaka/vpp-qsvdkanada
Add FFmpeg 4.3 detection and solve the green line on QSV HWA
2020-07-14Merge pull request #3555 from cvium/fix_disposed_contextdkanada
Fix disposed database context
2020-07-14Don't recreate JsonSerializerOptions every timeDavid
2020-07-14Use ToList instead of AsEnumerable due to delayed executionClaus Vium
2020-07-14Merge pull request #3541 from jellyfin/pausedkanada
Keep playstate during syncplay group creation
2020-07-14update commentdkanada
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-07-13Fix circular dependencyPatrick Barron
2020-07-13Remove UserManager.AddPartsPatrick Barron
2020-07-13Merge pull request #3539 from barronpm/fix-memoryleakJoshua M. Boniface
Fix EF Core Memory Leak
2020-07-13Merge pull request #3553 from joshuaboniface/fix-azure-fuckeryBond-009
Explicitly add what Azure used to do implicitly
2020-07-13Explicitly add what Azure used to do implicitlyJoshua M. Boniface
... before they changed it on us out of nowhere.
2020-07-13Use AsEnumerable for UserManager.UsersPatrick Barron