aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-19Fix tvdb actors urlcrobibero
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-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-17Translated using Weblate (Thai)Akachai Bunsorn
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
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-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-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
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-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-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-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-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
2020-07-14Merge pull request #3545 from jellyfin/dependabot/nuget/AutoFixture-4.13.0dkanada
Bump AutoFixture from 4.12.0 to 4.13.0
2020-07-13Merge branch 'master' into fix-memoryleakPatrick Barron
2020-07-13Remove EF Core ProxiesPatrick Barron
2020-07-13using System.Net.SocketsNeil Burrows
2020-07-13Update Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs Neil Burrows
Update log format message and log exception Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-13Prevent failure to bind to Auto Discover port being a fatal errorNeil Burrows
2020-07-13Bump AutoFixture from 4.12.0 to 4.13.0dependabot[bot]
Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.12.0...v4.13.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-07-13Translated using Weblate (Portuguese)kanenses
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2020-07-12Merge pull request #3533 from barronpm/user-login-casingJoshua M. Boniface
Make User Authentication Case-insensitive and remove EF Core Log spam
2020-07-13keep playstate during syncplay group creationdkanada
2020-07-12Use AsEnumerable instead of ToListPatrick Barron