| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-21 | Use GeneralCommandType enum in GeneralCommand name | Niels van Velzen | |
| 2020-09-21 | Translated using Weblate (Vietnamese) | hoanghuy309 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/ | |||
| 2020-09-21 | Translated using Weblate (Korean) | 장건 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/ | |||
| 2020-09-21 | Merge pull request #4186 from BaronGreenback/versionMatchFix | Bond-009 | |
| Fixes #4185 : FFMPeg version match exception. | |||
| 2020-09-21 | Translated using Weblate (Vietnamese) | hoanghuy309 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/ | |||
| 2020-09-21 | Translated using Weblate (Norwegian Bokmål) | josteinh | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/ | |||
| 2020-09-20 | Update SessionController.cs | BaronGreenback | |
| 2020-09-20 | Update DynamicHlsController.cs | BaronGreenback | |
| 2020-09-20 | Minor improvements | Bond_009 | |
| 2020-09-20 | Update Jellyfin.Api/Controllers/SessionController.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-09-20 | Translated using Weblate (French) | jeremletrol81 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/ | |||
| 2020-09-19 | Use TcpClient.Connect(). | Ryan Petris | |
| 2020-09-19 | Merge pull request #4183 from Ullmie02/tmdb-fix | Bond-009 | |
| Fix TMDB Season Images | |||
| 2020-09-19 | Translated using Weblate (Galician) | Anton Fernandez Príncipe | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gl/ | |||
| 2020-09-19 | Update TranscodingJobHelper.cs | BaronGreenback | |
| 2020-09-19 | Update EncoderValidator.cs | BaronGreenback | |
| 2020-09-19 | Update SessionController.cs | BaronGreenback | |
| 2020-09-19 | Update SessionController.cs | BaronGreenback | |
| 2020-09-19 | Update DynamicHlsController.cs | BaronGreenback | |
| 2020-09-19 | Update Jellyfin.Api/Controllers/SessionController.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-09-19 | Update Jellyfin.Api/Controllers/SessionController.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-09-19 | Update Jellyfin.Api/Controllers/SessionController.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-09-19 | Fix TMDB Season Images | David | |
| 2020-09-19 | Translated using Weblate (Vietnamese) | hoanghuy309 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/ | |||
| 2020-09-18 | Fix HD Home Run streaming. | Ryan Petris | |
| * Use LocalEndPoint instead of RemoteEndPoint when determining local address. * HdHomerunUdpStream.StartStreaming is meant to run until stream is closed, however HdHomerunUdpStream.Open needs to return as soon as stream is open to send stream url back to client. Therefore, StartStreaming should not be awaited on. * TcpClient(IPEndPoint) treats endpoint as the local endpoint; use TcpClient(string, int) instead as it treats endpoint as the remote endpoint. | |||
| 2020-09-18 | Update LocalizationManager.cs | hoanghuy309 | |
| 2020-09-18 | Merge pull request #4176 from MrTimscampi/skiasharp-dependency-blunder | dkanada | |
| Update SkiaSharp.NativeAssets.Linux to 2.80.2 | |||
| 2020-09-18 | Update SkiaSharp.NativeAssets.Linux to 2.80.2 | MrTimscampi | |
| 2020-09-17 | Merge pull request #4114 from crobibero/rpm-packaging | Joshua M. Boniface | |
| Add new files to rpm build | |||
| 2020-09-17 | Update SessionController.cs | BaronGreenback | |
| removed space | |||
| 2020-09-17 | Update DynamicHlsController.cs | BaronGreenback | |
| 2020-09-17 | Update SessionController.cs | BaronGreenback | |
| 2020-09-17 | Update DynamicHlsController.cs | BaronGreenback | |
| Removed container fields | |||
| 2020-09-17 | Inverted if statement | BaronGreenback | |
| 2020-09-17 | Update SessionController.cs | BaronGreenback | |
| 2020-09-17 | Update ApplicationHost.cs | BaronGreenback | |
| 2020-09-17 | add tonemap for AMD AMF | nyanmisaka | |
| 2020-09-17 | Added versioning to files without meta.json | BaronGreenback | |
| 2020-09-17 | Merge pull request #73 from jellyfin/master | BaronGreenback | |
| Updating from upstream | |||
| 2020-09-16 | Merge pull request #3401 from BaronGreenback/Plugins | Joshua M. Boniface | |
| Fix for windows plug-in upgrades issue: #1623 | |||
| 2020-09-16 | Do not implicitly reference ASP.NET Core Analyzers. | spookbits | |
| Also do not explicitly reference AspNetCore.App (fixes compiler warning). | |||
| 2020-09-16 | Update Jellyfin.Server/Properties/launchSettings.json | spooksbit | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-09-16 | Removed browser auto-load functionality from the server. | spookbits | |
| Added profiles in launchSettings to start either the web client or the swagger API page. Removed --noautorunwebapp as this is the default functionality. | |||
| 2020-09-16 | Merge pull request #4145 from jellyfin/dependabot/nuget/SkiaSharp-2.80.2 | Bond-009 | |
| Bump SkiaSharp from 2.80.1 to 2.80.2 | |||
| 2020-09-16 | Fix | Bond_009 | |
| 2020-09-16 | Rename PlugInManifest.cs to PluginManifest.cs | BaronGreenback | |
| 2020-09-16 | Minor improvements | Bond_009 | |
| 2020-09-16 | Update DescriptionXmlBuilder.cs | BaronGreenback | |
| 2020-09-16 | Update DescriptionXmlBuilder.cs | BaronGreenback | |
| 2020-09-16 | Update DescriptionXmlBuilder.cs | BaronGreenback | |
