aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-27Use a TimeSpan instead of ms and support providing a custom CancellationTokenMark Monteiro
2020-03-27Make sure Process objects are all disposed correctlyMark Monteiro
2020-03-27Delete unnecessary ProcessFactory abstractionMark Monteiro
2020-03-27Remove unnecessary CommonProcess abstractionMark Monteiro
2020-03-26Same with SubtitleScheduledTasksferferga
2020-03-26Translated RefreshChannelScheduledTask as wellferferga
2020-03-26Fix NullReferenceException at startupferferga
2020-03-26Add documentation around Name, Id, and Type. Changed ExternalIdType to ↵Luke Foust
ExternalIdMediaType
2020-03-26Apply suggestionsferferga
2020-03-26Merge branch 'master' of https://github.com/lfoust/jellyfin into externalid-typeLuke Foust
2020-03-26Remove an unused stringferferga
2020-03-26Remove commentsferferga
2020-03-26Translate Scheduled Tasks (names and descriptions)ferferga
2020-03-26Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0dependabot-preview[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.4.0 to 16.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.4.0...v16.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-26Bump System.Text.Json from 4.7.0 to 4.7.1dependabot-preview[bot]
Bumps [System.Text.Json](https://github.com/dotnet/corefx) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-26Update Emby.Naming/Subtitles/SubtitleParser.csCody Robibero
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-03-26Merge pull request #2674 from JustAMan/fix-attachments-scanBond-009
Make variables binding correspond with column names
2020-03-26Make variables binding correspond with column namesVasily
2020-03-26Merge pull request #2668 from mark-monteiro/fix-application-host-disposedkanada
Fix ApplicationHost Dispose() method
2020-03-25implement suggestionscrobibero
2020-03-26Merge pull request #2669 from mark-monteiro/update-net-coredkanada
Update .NET Core to 3.1.3
2020-03-25implement suggestionscrobibero
2020-03-25revert xml docs indentationcrobibero
2020-03-25Update .NET Core to 3.1.3Mark Monteiro
2020-03-25Check for null before disposingMark Monteiro
2020-03-25Move check for web client directory to application startup in Program.csMark Monteiro
2020-03-25Fix warnings in Emby.Namingcrobibero
2020-03-25Translated using Weblate (German)Mathis
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-03-24Merge pull request #2657 from villagra/masterBond-009
Add netstandard2.0 as TargetFramework
2020-03-24Merge pull request #2655 from lfoust/tvdbruntimefixBond-009
Fix FormatException when mapping TVDB series
2020-03-24Merge pull request #2653 from iwalton3/fix-embedded-subtitlesBond-009
Fix embedded mkv subtitles.
2020-03-24Update Jellyfin.Server/Program.csBond-009
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-03-24Use 'Length' instead of 'Any()' for an arrayMark Monteiro
2020-03-24Use more specific mv source globJoshua M. Boniface
2020-03-24Remove extra ;Bond_009
2020-03-24Remove unused usingsBond_009
2020-03-24Added support for netstandard2.0 besides netstandard2.1 (multi target ↵Jose
framework) to allow usage from UWP (netstandard 2.1 not available in UWP until .net 5)
2020-03-24Remove old stuffJoshua M. Boniface
2020-03-24Clean up redundant Makefile stepsJoshua M. Boniface
2020-03-23Update info in Fedora specJoshua M. Boniface
2020-03-23Fix makefile formattingJoshua M. Boniface
2020-03-23Unify dep installation and updateJoshua M. Boniface
2020-03-23Go back to cp-based control archive but rightJoshua M. Boniface
2020-03-23Update package description for DebianJoshua M. Boniface
2020-03-23Remove arch from macosJoshua M. Boniface
2020-03-23Bump shared_version to 10.6.0 tooJoshua M. Boniface
2020-03-23Use git checkout instead of file copies to cleanJoshua M. Boniface
2020-03-23Add CODEOWNERS for GitHubJoshua M. Boniface
2020-03-23Add Windows buildJoshua M. Boniface
2020-03-23Add .tar.gz-based buildsJoshua M. Boniface