aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-07-12Fix EF Core memory leakPatrick Barron
2020-07-12Merge pull request #3535 from crobibero/syncplay-v10dkanada
Fix syncplay function name
2020-07-11Fix syncplay function namecrobibero
2020-07-09Ignore casing when authenticating usersPatrick Barron
2020-07-08Translated using Weblate (Marathi)rhythm493
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mr/
2020-07-08Merge pull request #3519 from jellyfin/azure-ciAnthony Lavado
Add conditionals to root YAML definition
2020-07-08Merge pull request #3522 from crobibero/syncplay-endpointsdkanada
Clean syncplay endpoint names
2020-07-07Fix log spam from EF CorePatrick Barron
2020-07-07Clean syncplay endpoint namescrobibero
2020-07-06Explicitly exit from inline scriptJoshua M. Boniface
2020-07-06Use weird other formating that AZP wantsJoshua M. Boniface
2020-07-06Remove unneeded conditions that are now in parentJoshua M. Boniface
2020-07-06Add conditionals to root YAML definitionJoshua M. Boniface
Prevents running builds (that get skipped) in PR CI, and prevents running tests (which are irrelevant) in Merge CI.
2020-07-06Merge pull request #3516 from jellyfin/dependabot/nuget/Moq-4.14.5dkanada
Bump Moq from 4.14.4 to 4.14.5
2020-07-06Bump Moq from 4.14.4 to 4.14.5dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.14.4 to 4.14.5. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.14.4...v4.14.5) Signed-off-by: dependabot[bot] <support@github.com>
2020-07-05Merge pull request #3513 from barronpm/plugin-exception-fixAnthony Lavado
Fix TypeLoadException during plugin load
2020-07-05Fix TypeLoadException during plugin loadPatrick Barron
2020-07-05Merge pull request #3505 from Bond-009/minor3Joshua M. Boniface
Minor fixes
2020-07-04Merge pull request #3502 from barronpm/array-emptyBond-009
Use Array.Empty
2020-07-04Update MediaBrowser.Providers/Plugins/Tmdb/Movies/TmdbMovieProvider.csBond-009
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-07-04Minor fixesBond_009
2020-07-04Use Array.EmptyPatrick Barron
2020-07-04update ffmpeg 4.3 from zeranoe buildsnyanmisaka
2020-07-04solve the green line issue on QSVnyanmisaka
2020-07-04add FFmpeg 4.3 detection and testsnyanmisaka