aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-07Fix unreachable code & assign id to each profile.BaronGreenback
2021-03-07Use FileShare.None when creating filesDavid
2021-03-07Merge pull request #5385 from Bond-009/dlna2Bond-009
Use XDocument.LoadAsync instead of XDocument.Parse
2021-03-06Move EF Core dependency out of Jellyfin.DataPatrick Barron
2021-03-06Remove unused factory methodPatrick Barron
2021-03-06Enable nullable for Jellyfin.Data and remove unnecessary attributesPatrick Barron
2021-03-06Remove constructor side effects and remove unneeded parameterless constructorsPatrick Barron
2021-03-06Merge pull request #5381 from cvium/fix-network-substitutionBond-009
2021-03-06Remove redundant checkcvium
2021-03-06Remove redundant checkscvium
2021-03-06rider is a prickcvium
2021-03-06Update MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.csDavid Ullmer
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-03-06Use Uri.TryCreate and ImageType helper methodDavid
2021-03-06simplifycvium
2021-03-06Merge pull request #5354 from shortspider/AddFfmpegToReadmedkanada
Update README to include ffmpeg
2021-03-05Link to jellyfin-ffmpegNathan Mascitelli
2021-03-06Use XDocument.LoadAsync instead of XDocument.ParseBond_009
2021-03-06Merge pull request #5380 from Bond-009/pluginsBond-009
100% branch coverage for DashboardController
2021-03-06Merge pull request #5382 from crobibero/json-version-converterBond-009
2021-03-05Apply suggested formatting changesSmith00101010
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2021-03-05Merge pull request #5383 from cvium/fix-mergeversions-overflowBond-009
do not pick a linked item as primary when merging versions
2021-03-05Merge pull request #5377 from cvium/fix-tmdb-image-languagesBond-009
Do not use language or imagelanguages when searching for images with TMDb
2021-03-05do not pick a linked item as primary when merging versionscvium
2021-03-05Fix UpdateMediaPath model binding (#5378)Claus Vium
2021-03-05Apply suggestions from code reviewCody Robibero
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2021-03-05Add JsonVersionConverter and testscrobibero
2021-03-05make sure network path substitution matches correctlycvium
2021-03-05100% branch coverage for DashboardControllerBond_009
2021-03-05Merge pull request #5375 from crobibero/default-api-valueBond-009
Specify defaults or set query parameter to nullable
2021-03-05Translated using Weblate (Thai)Nichgon
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2021-03-05Do not use language or imagelanguages when searching for imagescvium
TMDb API returns all images if languages are excluded, which is needed for the All Languages toggle in Identify.
2021-03-04Specify defaults or set query parameter to nullablecrobibero
2021-03-04Merge pull request #5345 from BaronGreenback/IP6Fixdkanada
Dual IP4 / IP6 server fails on non-windows platforms
2021-03-04Merge pull request #5362 from crobibero/case-jsondkanada
Fix case-sensitive json parsing
2021-03-03Always use case insensitive json parsing for apicrobibero
2021-03-03Merge pull request #5356 from cvium/fix_provideridextensionsClaus Vium
return false when providerid is null or empty
2021-03-03Remove Content-Length header from DLNA HEAD request (#5335)BaronGreenback
2021-03-03Merge pull request #5359 from cvium/fix_broadcasttimer_disposedBond-009
Do nothing in timer callback when device locator is disposed
2021-03-03Do nothing in timer callback when device locator is disposedcvium
2021-03-03fix HasProviderId and add testscvium
2021-03-03revert removal of null checkcvium
2021-03-03return false when providerid is null or emptycvium
2021-03-02Update README to include ffmpegNathan Mascitelli
2021-03-02Fix TMDb search name containing year (#5349)David Ullmer
2021-03-02Update Jellyfin.Server/Program.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-03-02Merge pull request #5339 from Bond-009/hasprovideridsClaus Vium
Revert breaking change to HasProviderId
2021-03-02Merge pull request #5342 from BaronGreenback/errorMessageCorrectionBond-009
Corrected logging message
2021-03-01Move IHasPermissions.cs to correct namespacePatrick Barron
2021-03-01Kestrel workaroundBaronGreenback
2021-03-01Merge pull request #5338 from Bond-009/ssatestsClaus Vium
Remove tests that are upstreamed