aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2020-07-22Use System.Text.Json in LiveTvManagerPatrick Barron
2020-07-22Use interfaces in app host constructorsPatrick Barron
2020-07-22Merge pull request #3508 from BaronGreenback/nullableBond-009
Part 1: nullable Emby.DLNA
2020-07-22Simplify logicBill Thornton
2020-07-22Optimize StringBuilder.Append callsBond_009
2020-07-22Address commentsBond_009
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-22Cleanup after mergeDavid
2020-07-22Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audioDavid
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Jellyfin.Api/Helpers/TranscodingJobHelper.cs
2020-07-21Skip image processing for live tv sourcesBill Thornton
2020-07-20Merge remote-tracking branch 'upstream/master' into api-migration-mergecrobibero
2020-07-20Merge pull request #3620 from BaronGreenback/IPFixBond-009
Fix for #3607 and #3515
2020-07-20Update Emby.Server.Implementations/Networking/NetworkManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-20Two fixesBaronGreenback
2020-07-20Fix warningsBond_009
2020-07-19Continute workDavid
2020-07-19Merge pull request #3585 from Ken-g6/2354-soft-link-sizesBond-009
2354 fix soft link sizes
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-18Remove obsolete network path codePatrick Barron
2020-07-18Merge 'master' updates into 2354-soft-link-sizesKen Brazier
2020-07-18Changes a suggested.BaronGreenback
2020-07-17Update .NET Core to 3.1.6Patrick Barron
2020-07-17Increase delete loggingcrobibero
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-07-17specify plugin repo on installcrobibero
2020-07-17Add files via uploadBaronGreenback
2020-07-17Update ServiceHandler.csBaronGreenback
2020-07-17Translated using Weblate (German)David
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-07-17Update ServiceHandler.csBaronGreenback
2020-07-17Update ServiceController.csBaronGreenback
2020-07-17Update HttpListenerHost.csBaronGreenback
2020-07-17Update HttpListenerHost.csBaronGreenback
2020-07-17Update ApplicationHost.csBaronGreenback
2020-07-17Update ApplicationHost.csBaronGreenback
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-16Catch HttpRequestException when requesting pluginscrobibero
2020-07-15Fix warningsClaus Vium
2020-07-15Only fetch Next Up for episodes that have been fully matchedClaus Vium
2020-07-15Merge pull request #3549 from neilsb/masterdkanada
Prevent failure to bind to Auto Discover port being a fatal error
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 #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-13using System.Net.SocketsNeil Burrows