aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-20Add music album nfo parser testDavid
2021-01-20Add season nfo parser testDavid
2021-01-20Add episode nfo parser testDavid
2021-01-20Move existing tests to correct namespaceDavid
2021-01-20Translated using Weblate (German)David
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2021-01-20Translated using Weblate (Bulgarian)AdmiralAnimE
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/
2021-01-20Translated using Weblate (Bulgarian)AdmiralAnimE
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/
2021-01-19Merge pull request #4978 from BaronGreenback/MultipeProxiesClaus Vium
2021-01-19renamed func in testBaronGreenback
2021-01-19renamed.BaronGreenback
2021-01-19revertedBaronGreenback
2021-01-19Removed systemIp6 functionality.BaronGreenback
2021-01-19Changed mapping logicBaronGreenback
2021-01-19Changed testBaronGreenback
2021-01-19Simplified CodeBaronGreenback
2021-01-19Removed duplicationBaronGreenback
2021-01-18Merge pull request #5027 from crobibero/episode-first-upClaus Vium
2021-01-18Remove commented codecrobibero
2021-01-18Merge pull request #5025 from BaronGreenback/DlnaFixClaus Vium
2021-01-18Moved InternalsVisibleToBaronGreenback
2021-01-18revertedBaronGreenback
2021-01-17Translated using Weblate (Catalan)Oriol Serra
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2021-01-17rollbackBaronGreenback
2021-01-17Fix bug in GetItemIdBaronGreenback
2021-01-17Translated using Weblate (Turkish)Sinan
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2021-01-17revertedBaronGreenback
2021-01-17Moved internalVisibleToAttribute to .csjBaronGreenback
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-15Add query parameter to disable returning first episode as next upcrobibero
2021-01-15Revert "Don't return first episodes in next up"crobibero
2021-01-15Fixed for no data.BaronGreenback
2021-01-15Fixed encoding issueBaronGreenback
2021-01-13Assert.TrueBaronGreenback
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-13updatedBaronGreenback
2021-01-13Changed to address.BaronGreenback
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-12Fixed indentationBaronGreenback
2021-01-12Update MediaBrowser.Common/Net/INetworkManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-01-12Update MediaBrowser.Common/Net/INetworkManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-01-12Remove additional debug logging.BaronGreenback
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-12Fixed test on MacBaronGreenback
2021-01-12Impliments KnownNetworks and KnownProxiesBaronGreenback