aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-19Rewrite OrientImagePatrick Barron
2020-07-19Reuse paint objects.Patrick Barron
2020-07-19Simplify return statementsPatrick Barron
2020-07-19Convert to switch expressionsPatrick Barron
2020-07-19Remove unnecessary base constructor calls.Patrick Barron
2020-07-19Simplify arithmeticPatrick Barron
2020-07-19Remove redundant castsPatrick Barron
2020-07-19Convert to using declarationsPatrick Barron
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-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