aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-29Translated using Weblate (Hungarian)Adam Bokor
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2020-02-29add code suggestionsdkanada
2020-02-29prefix private fields with underscoredkanada
2020-02-29Fix download file with non-ASCII filenameSteven Tang
2020-02-28Remove IConfiguration from service collectionMark Monteiro
This does not appear to be used anywhere and the web host already handles injecting this as a special case anyways
2020-02-28Do not save a reference to the startup config in ApplicationHostMark Monteiro
2020-02-28Register configuration correctly with application using ↵Mark Monteiro
'ConfigureAppConfiguration()' in WebHostBuilder Without this, the correct instance of IConfiguration is not injected into services that rely on it
2020-02-28Add new 'nowebcontent' configuration flagMark Monteiro
2020-02-28Add commentBond_009
2020-02-28Fix possible race conditionBond_009
2020-02-28Translated using Weblate (Macedonian)Ilija Apostolovski
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/
2020-02-28Use constants for settings keysMark Monteiro
2020-02-28Added translation using Weblate (Macedonian)Ilija Apostolovski
2020-02-28Remove custom queue class as it is not neededVasily
2020-02-28Small speed improvement - no need to convert an array to a list to just ↵Vasily
iterate over it
2020-02-27Implement fast sortingVasily
2020-02-27Trying to be more safeVasily
2020-02-27Bring back sorting when needed to fix PlayToVasily
This is partial revert of https://github.com/jellyfin/jellyfin/pull/1011
2020-02-28use the custom server for external idsdkanada
2020-02-27Apply suggestions from code reviewVasily
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
2020-02-27Simplify AlphanumericComparer, reduce code duplicationVasily
2020-02-27Merge pull request #2472 from Narfinger/tests-fix3Bond-009
moves shows tests to Theory and InlineData format
2020-02-27moves shows tests to Theory and InlineData formatNarfinger
2020-02-26Translated using Weblate (Hebrew)sharkykh
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-02-26Fix possible race conditionBond_009
2020-02-27Merge pull request #2448 from Narfinger/tests-fix2dkanada
adds names from the episodenumber tests to path tests
2020-02-26Use IsHostingContent instead of explicitly checking ContentRootMark Monteiro
2020-02-26Fix ordering of search resultsVasily
2020-02-25Translated using Weblate (Hebrew)sharkykh
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-02-26update plugin classes for nightly buildsdkanada
2020-02-25Remove log message executed before logger is initializedMark Monteiro
2020-02-25Use the swagger API page as the default redirect path if not hosting the ↵Mark Monteiro
jellyfin-web content
2020-02-25Open the Swagger API page on server start if not hosting the static web contentMark Monteiro
2020-02-25Do not set a static content root if the jellyfin-web directory does not ↵Mark Monteiro
exist or is empty
2020-02-25Translated using Weblate (Malay)MOLOKAL
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
2020-02-25Merge pull request #2160 from Artiume/masterVasily
Force Transcoding LiveTV
2020-02-24partially fix issue with music scansdkanada
2020-02-23Translated using Weblate (Swedish)Andreas Olsson
Translation: Jellyfin/Jellyfin Translate-URL: http://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
2020-02-23Translated using Weblate (Norwegian Nynorsk)R0flcopt3r
Translation: Jellyfin/Jellyfin Translate-URL: http://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/
2020-02-23Translated using Weblate (Spanish (Dominican Republic))Daniel De Jesus
Translation: Jellyfin/Jellyfin Translate-URL: http://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_DO/
2020-02-23Improve controls for deinterlace method; matches with jellyfin-web changesPeter Maar
2020-02-23Merge pull request #21 from jellyfin/masterartiume
nightly
2020-02-24remove unused assignmentdkanada
2020-02-24update musicbrainz optionsdkanada
2020-02-24update external idsdkanada
2020-02-23Merge pull request #2444 from Narfinger/tests-fixdkanada
converted tests to inlinedata
2020-02-23Merge pull request #2176 from Bond-009/nullable2dkanada
Enable nullable reference types for Emby.Photos and Emby.Notifications
2020-02-23Merge pull request #2384 from Bond-009/warn16dkanada
Fix some warnings in Emby.Server.Implementations
2020-02-23Fix formattingBond_009
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591