aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-27update based on suggestionsGary Wilber
2020-09-27Fix InvalidOperationException in TvdbSeriesProviderGary Wilber
2020-09-27Fix invalid operation exception in TvdbEpisodeImageProvider.GetImagesGary Wilber
2020-09-27better audio file checkGary Wilber
2020-09-27interlocked incrementGary Wilber
2020-09-27Merge pull request #4162 from BaronGreenback/DlnaServerBaseUrlFixBond-009
Fix for #4161: BaseUrl in DLNA
2020-09-27Properly handle null structs in jsoncrobibero
2020-09-27Merge pull request #4204 from cvium/add_aspect_ratio_seriesprimarydkanada
Add series image aspect ratio when ep/season is missing an image
2020-09-27Use SessionMessageType for WebSocket messagesNiels van Velzen
2020-09-26Increase scan speed for music librariesGary Wilber
2020-09-26Merge remote-tracking branch 'upstream/master' into package-install-repocrobibero
2020-09-26Remove EOF countercvium
2020-09-26Merge pull request #74 from jellyfin/masterBaronGreenback
Updating from upstream
2020-09-25Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2020-09-25Add ProgressiveFileStreamcvium
2020-09-25Translated using Weblate (Afrikaans)Eben van Deventer
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
2020-09-25Translated using Weblate (Afrikaans)Eben van Deventer
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
2020-09-25Translated using Weblate (Afrikaans)Eben van Deventer
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
2020-09-25Translated using Weblate (Afrikaans)Eben van Deventer
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
2020-09-25Update BaseControlHandler.csBaronGreenback
2020-09-25Update BaseControlHandler.csBaronGreenback
2020-09-25Merge pull request #4209 from cvium/fix_forgotpasswordBond-009
Add Dto to ForgotPassword
2020-09-25Translated using Weblate (Thai)radiusgreenhill
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2020-09-25Update DescriptionXmlBuilder.csBaronGreenback
2020-09-25Update DescriptionXmlBuilder.csBaronGreenback
2020-09-25Update DescriptionXmlBuilder.csBaronGreenback
2020-09-25Update BaseControlHandler.csBaronGreenback
2020-09-25Update PlayToController.csBaronGreenback
2020-09-25Add Dto to ForgotPasswordcvium
2020-09-25Merge pull request #4207 from joshuaboniface/update-readmeJoshua M. Boniface
Revamp the main README
2020-09-25Merge pull request #4208 from cvium/fix_identifyBond-009
Fix Identify by renaming route parameter to match function argument
2020-09-25Fix Identify by renaming route parameter to match function argumentcvium
2020-09-25Merge pull request #4205 from cvium/fix_aspectratio_calcBond-009
Fix aspect ratio calculation sometimes returning 0 or 1
2020-09-25Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2020-09-24Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2020-09-24Correct typoJoshua M. Boniface
2020-09-24Fix bad line endingsJoshua M. Boniface
2020-09-24Revamp the main READMEJoshua 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-24Fix aspect ratio calculation returning 0 or 1 when item has no default ARcvium
2020-09-24Add series image aspect ratio when ep/season is missing an imagecvium
2020-09-24Update Emby.Server.Implementations.csprojBaronGreenback
2020-09-24Fixed buildJim Cartlidge
2020-09-24Update SystemController.csBaronGreenback
2020-09-24Update DlnaEntryPoint.csBaronGreenback
2020-09-24fix conflictJim Cartlidge
2020-09-24Removed package reference.Jim Cartlidge
2020-09-24Updated to masterJim Cartlidge
2020-09-24Merge branch 'master' into NetworkPR2BaronGreenback
2020-09-23Preemptively throw a LiveTvConflictException when the tracked live streams ↵Ryan Petris
for a given device/tuner will exceed the number of supported streams.
2020-09-23Don'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.