aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-18Bump sharpcompress from 0.26.0 to 0.27.1dependabot[bot]
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.26.0 to 0.27.1. - [Release notes](https://github.com/adamhathcock/sharpcompress/releases) - [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.26...0.27.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-17Translated using Weblate (Catalan)Oriol Serra
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2021-01-17Translated using Weblate (Turkish)Sinan
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2021-01-16Merge pull request #5007 from jellyfin/createJoshua M. Boniface
2021-01-16Merge pull request #4970 from BaronGreenback/networkTestCorrectionJoshua M. Boniface
2021-01-16Merge pull request #4956 from jceresini/masterJoshua M. Boniface
Fix rpm package dependencies
2021-01-13Translated using Weblate (Norwegian Bokmål)Alexander Brissman
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2021-01-13Translated using Weblate (Turkish)Deniz
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2021-01-12Translated using Weblate (Chinese (Traditional))趙映翔
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2021-01-12Translated using Weblate (Catalan)Oriol Serra
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2021-01-12Fix Omdb cachingBond_009
2021-01-12Merge pull request #5004 from jellyfin/camera-uploadBond-009
remove unused notification type
2021-01-12Open FileStream with FileMode.Create instead of FileMode.OpenOrCreateBond_009
> The OpenWrite method opens a file if one already exists for the file path, or creates a new file if one does not exist. For an existing file, it does not append the new text to the existing text. Instead, it overwrites the existing characters with the new characters. If you overwrite a longer string (such as "This is a test of the OpenWrite method") with a shorter string (such as "Second run"), the file will contain a mix of the strings ("Second runtest of the OpenWrite method"). Ref: https://docs.microsoft.com/en-us/dotnet/api/system.io.file.openwrite?view=net-5.0#remarks
2021-01-12remove unused notification typedkanada
2021-01-11Merge pull request #5002 from jellyfin/dependabot/nuget/coverlet.collector-3.0.0Bond-009
Bump coverlet.collector from 1.3.0 to 3.0.0
2021-01-11Bump coverlet.collector from 1.3.0 to 3.0.0dependabot[bot]
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 1.3.0 to 3.0.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.0.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-10Merge pull request #4997 from crobibero/subtitle-upload-authClaus Vium
Require elevated auth to upload subtitles
2021-01-10Require elevated auth to upload subtitlescrobibero
2021-01-10Merge pull request #4994 from Bond-009/artistnfoClaus Vium
Add tests for artist nfo
2021-01-09Add tests for artist nfoBond_009
2021-01-09Merge pull request #4992 from Bond-009/seriesnfoClaus Vium
Add tests for series nfo
2021-01-09Add tests for series nfoBond_009
2021-01-09Merge pull request #4989 from Bond-009/nfotestsBond-009
2021-01-09Merge pull request #4980 from Ullmie02/chineseBond-009
Add additional chinese languages
2021-01-09Merge pull request #4899 from jellyfin/nullableguidBond-009
Cover all branches in JsonNullableGuidConverter
2021-01-09Merge pull request #4945 from obradovichv/fix-string-culture-specificityBond-009
2021-01-09Fix release build ... againBond_009
2021-01-09Fix release buildBond_009
2021-01-09Add tests for NFO parsersBond_009
2021-01-09Merge pull request #4961 from crobibero/person-blurhash-null-refBond-009
Fix potential null reference
2021-01-08Merge pull request #4877 from jellyfin/assBond-009
2021-01-08Merge pull request #4878 from jellyfin/srtBond-009
Add tests for srt parser
2021-01-08Merge pull request #4976 from BaronGreenback/dlnaPortFixBond-009
Fixed DLNA Server on RC2
2021-01-08Merge pull request #4906 from Spacetech/library_scan_ignore_inaccessibleBond-009
Ignore inaccessible files & folders during library scans
2021-01-08Translated using Weblate (German)Christian
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2021-01-08Add additional chinese languagesDavid Ullmer
2021-01-07Update DlnaEntryPoint.csBaronGreenback
2021-01-07Translated using Weblate (Korean)minystory
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2021-01-07Translated using Weblate (Malayalam)Oatavandi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ml/
2021-01-07Merge pull request #4962 from thornbill/fix-playstate-nameBond-009
Fix capitalization of Playstate message
2021-01-07Merge pull request #4968 from ianjazz246/fix-music-album-displayBond-009
Fix library with music directly under artist folder
2021-01-06optimizationBaronGreenback
2021-01-06Update NetworkManager.csBaronGreenback
Changed split character
2021-01-06Update NetworkParseTests.csBaronGreenback
2021-01-06Merge pull request #4943 from crobibero/omdb-fixBond-009
2021-01-06Fix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolverIan
2021-01-06Added translation using Weblate (Malayalam)Oatavandi
2021-01-06Add serialize testcrobibero
2021-01-05Translated using Weblate (Urdu (Pakistan))GlibTongue
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ur_PK/
2021-01-05Fix capitalization of Playstate messageBill Thornton