| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-27 | update based on suggestions | Gary Wilber | |
| 2020-09-27 | Fix InvalidOperationException in TvdbSeriesProvider | Gary Wilber | |
| 2020-09-27 | Fix invalid operation exception in TvdbEpisodeImageProvider.GetImages | Gary Wilber | |
| 2020-09-27 | better audio file check | Gary Wilber | |
| 2020-09-27 | interlocked increment | Gary Wilber | |
| 2020-09-27 | Merge pull request #4162 from BaronGreenback/DlnaServerBaseUrlFix | Bond-009 | |
| Fix for #4161: BaseUrl in DLNA | |||
| 2020-09-27 | Properly handle null structs in json | crobibero | |
| 2020-09-27 | Merge pull request #4204 from cvium/add_aspect_ratio_seriesprimary | dkanada | |
| Add series image aspect ratio when ep/season is missing an image | |||
| 2020-09-27 | Use SessionMessageType for WebSocket messages | Niels van Velzen | |
| 2020-09-26 | Increase scan speed for music libraries | Gary Wilber | |
| 2020-09-26 | Merge remote-tracking branch 'upstream/master' into package-install-repo | crobibero | |
| 2020-09-26 | Remove EOF counter | cvium | |
| 2020-09-26 | Merge pull request #74 from jellyfin/master | BaronGreenback | |
| Updating from upstream | |||
| 2020-09-25 | Translated using Weblate (Vietnamese) | hoanghuy309 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/ | |||
| 2020-09-25 | Add ProgressiveFileStream | cvium | |
| 2020-09-25 | Translated using Weblate (Afrikaans) | Eben van Deventer | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/ | |||
| 2020-09-25 | Translated using Weblate (Afrikaans) | Eben van Deventer | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/ | |||
| 2020-09-25 | Translated using Weblate (Afrikaans) | Eben van Deventer | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/ | |||
| 2020-09-25 | Translated using Weblate (Afrikaans) | Eben van Deventer | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/ | |||
| 2020-09-25 | Update BaseControlHandler.cs | BaronGreenback | |
| 2020-09-25 | Update BaseControlHandler.cs | BaronGreenback | |
| 2020-09-25 | Merge pull request #4209 from cvium/fix_forgotpassword | Bond-009 | |
| Add Dto to ForgotPassword | |||
| 2020-09-25 | Translated using Weblate (Thai) | radiusgreenhill | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/ | |||
| 2020-09-25 | Update DescriptionXmlBuilder.cs | BaronGreenback | |
| 2020-09-25 | Update DescriptionXmlBuilder.cs | BaronGreenback | |
| 2020-09-25 | Update DescriptionXmlBuilder.cs | BaronGreenback | |
| 2020-09-25 | Update BaseControlHandler.cs | BaronGreenback | |
| 2020-09-25 | Update PlayToController.cs | BaronGreenback | |
| 2020-09-25 | Add Dto to ForgotPassword | cvium | |
| 2020-09-25 | Merge pull request #4207 from joshuaboniface/update-readme | Joshua M. Boniface | |
| Revamp the main README | |||
| 2020-09-25 | Merge pull request #4208 from cvium/fix_identify | Bond-009 | |
| Fix Identify by renaming route parameter to match function argument | |||
| 2020-09-25 | Fix Identify by renaming route parameter to match function argument | cvium | |
| 2020-09-25 | Merge pull request #4205 from cvium/fix_aspectratio_calc | Bond-009 | |
| Fix aspect ratio calculation sometimes returning 0 or 1 | |||
| 2020-09-25 | Translated using Weblate (Vietnamese) | hoanghuy309 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/ | |||
| 2020-09-24 | Translated using Weblate (Vietnamese) | hoanghuy309 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/ | |||
| 2020-09-24 | Correct typo | Joshua M. Boniface | |
| 2020-09-24 | Fix bad line endings | Joshua M. Boniface | |
| 2020-09-24 | Revamp the main README | Joshua M. Boniface | |
| 1. Make the descriptions more consistent. 2. Link to the webpage first, then docs. 3. Make the Weblate reference similar to the others. | |||
| 2020-09-24 | Fix aspect ratio calculation returning 0 or 1 when item has no default AR | cvium | |
| 2020-09-24 | Add series image aspect ratio when ep/season is missing an image | cvium | |
| 2020-09-24 | Update Emby.Server.Implementations.csproj | BaronGreenback | |
| 2020-09-24 | Fixed build | Jim Cartlidge | |
| 2020-09-24 | Update SystemController.cs | BaronGreenback | |
| 2020-09-24 | Update DlnaEntryPoint.cs | BaronGreenback | |
| 2020-09-24 | fix conflict | Jim Cartlidge | |
| 2020-09-24 | Removed package reference. | Jim Cartlidge | |
| 2020-09-24 | Updated to master | Jim Cartlidge | |
| 2020-09-24 | Merge branch 'master' into NetworkPR2 | BaronGreenback | |
| 2020-09-23 | Preemptively throw a LiveTvConflictException when the tracked live streams ↵ | Ryan Petris | |
| for a given device/tuner will exceed the number of supported streams. | |||
| 2020-09-23 | Don't take a lock if there's no intention to manipulate the list of open ↵ | Ryan Petris | |
| streams. Instead, use a ConcurrentDictionary so that, in those situations, thread-safe access to the dictionary is ensured. | |||
