| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-20 | Add music album nfo parser test | David | |
| 2021-01-20 | Add season nfo parser test | David | |
| 2021-01-20 | Add episode nfo parser test | David | |
| 2021-01-20 | Move existing tests to correct namespace | David | |
| 2021-01-20 | Translated using Weblate (German) | David | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/ | |||
| 2021-01-20 | Translated using Weblate (Bulgarian) | AdmiralAnimE | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/ | |||
| 2021-01-20 | Translated using Weblate (Bulgarian) | AdmiralAnimE | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/ | |||
| 2021-01-19 | Merge pull request #4978 from BaronGreenback/MultipeProxies | Claus Vium | |
| 2021-01-19 | renamed func in test | BaronGreenback | |
| 2021-01-19 | renamed. | BaronGreenback | |
| 2021-01-19 | reverted | BaronGreenback | |
| 2021-01-19 | Removed systemIp6 functionality. | BaronGreenback | |
| 2021-01-19 | Changed mapping logic | BaronGreenback | |
| 2021-01-19 | Changed test | BaronGreenback | |
| 2021-01-19 | Simplified Code | BaronGreenback | |
| 2021-01-19 | Removed duplication | BaronGreenback | |
| 2021-01-18 | Merge pull request #5027 from crobibero/episode-first-up | Claus Vium | |
| 2021-01-18 | Remove commented code | crobibero | |
| 2021-01-18 | Merge pull request #5025 from BaronGreenback/DlnaFix | Claus Vium | |
| 2021-01-18 | Moved InternalsVisibleTo | BaronGreenback | |
| 2021-01-18 | reverted | BaronGreenback | |
| 2021-01-17 | Translated using Weblate (Catalan) | Oriol Serra | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/ | |||
| 2021-01-17 | rollback | BaronGreenback | |
| 2021-01-17 | Fix bug in GetItemId | BaronGreenback | |
| 2021-01-17 | Translated using Weblate (Turkish) | Sinan | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/ | |||
| 2021-01-17 | reverted | BaronGreenback | |
| 2021-01-17 | Moved internalVisibleToAttribute to .csj | BaronGreenback | |
| 2021-01-16 | Merge pull request #5007 from jellyfin/create | Joshua M. Boniface | |
| 2021-01-16 | Merge pull request #4970 from BaronGreenback/networkTestCorrection | Joshua M. Boniface | |
| 2021-01-16 | Merge pull request #4956 from jceresini/master | Joshua M. Boniface | |
| Fix rpm package dependencies | |||
| 2021-01-15 | Add query parameter to disable returning first episode as next up | crobibero | |
| 2021-01-15 | Revert "Don't return first episodes in next up" | crobibero | |
| 2021-01-15 | Fixed for no data. | BaronGreenback | |
| 2021-01-15 | Fixed encoding issue | BaronGreenback | |
| 2021-01-13 | Assert.True | BaronGreenback | |
| 2021-01-13 | Translated using Weblate (Norwegian Bokmål) | Alexander Brissman | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/ | |||
| 2021-01-13 | updated | BaronGreenback | |
| 2021-01-13 | Changed to address. | BaronGreenback | |
| 2021-01-13 | Translated using Weblate (Turkish) | Deniz | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/ | |||
| 2021-01-12 | Translated using Weblate (Chinese (Traditional)) | 趙映翔 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/ | |||
| 2021-01-12 | Translated using Weblate (Catalan) | Oriol Serra | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/ | |||
| 2021-01-12 | Fixed indentation | BaronGreenback | |
| 2021-01-12 | Update MediaBrowser.Common/Net/INetworkManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-01-12 | Update MediaBrowser.Common/Net/INetworkManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-01-12 | Remove additional debug logging. | BaronGreenback | |
| 2021-01-12 | Fix Omdb caching | Bond_009 | |
| 2021-01-12 | Merge pull request #5004 from jellyfin/camera-upload | Bond-009 | |
| remove unused notification type | |||
| 2021-01-12 | Open FileStream with FileMode.Create instead of FileMode.OpenOrCreate | Bond_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-12 | Fixed test on Mac | BaronGreenback | |
| 2021-01-12 | Impliments KnownNetworks and KnownProxies | BaronGreenback | |
