aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-14Access last element by index where possibleBond_009
2020-11-14Use string.Trim(char) instead of string.Trim(char[]) where possibleBond_009
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-11-14Handle ignore-wait request in waiting state in SyncPlayIonut Andrei Oanca
2020-11-14Translated using Weblate (Hungarian)Adam Bokor
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2020-11-14Merge pull request #4473 from crobibero/binder-no-throwClaus Vium
Don't throw exception when converting values using binder or JsonConv…
2020-11-14Merge pull request #4477 from nyanmisaka/attachment-return-typeClaus Vium
Fix return type for GetAttachment
2020-11-14Remove extraneous newlinecrobibero
2020-11-14Replace foreach loop with FindIndexIonut Andrei Oanca
2020-11-14Update Jellyfin.Api/ModelBinders/CommaDelimitedArrayModelBinder.csCody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2020-11-14fix return type for GetAttachmentnyanmisaka
2020-11-14Updated based on review feedbackcrobibero
2020-11-14Merge pull request #4476 from crobibero/plugin-update-exceptionClaus Vium
Fix plugin update exception
2020-11-14Address requested changes and fix some warningsIonut Andrei Oanca
2020-11-14fix cinyanmisaka
2020-11-14Apply suggestions from code reviewNyanmisaka
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-14minor changesnyanmisaka
2020-11-14add aac_adtstoasc bitstream filter for mpegts to mp4 conversionnyanmisaka
2020-11-13Updated based on review feedbackcrobibero
2020-11-13Translated using Weblate (Tamil)Oatavandi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
2020-11-13Translated using Weblate (Serbian)Relja U
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
2020-11-13Fix plugin update exceptioncrobibero
2020-11-13Update Emby.Server.Implementations/AppBase/ConfigurationHelper.csCody Robibero
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-14add experimental flag for flacnyanmisaka
2020-11-14minor changesnyanmisaka
2020-11-13Minor changes to group-wait in SyncPlayIonut Andrei Oanca
2020-11-14switch ffmpeg to hls muxer for live streamingnyanmisaka
segment muxer cannot make fMP4 init file. '-strict -2' option doesn't work with segment muxer for flac remuxing.
2020-11-13Use null coalescing when possiblecrobibero
2020-11-13Convert NullReferenceException to ResourceNotFoundExceptioncrobibero
2020-11-13Update to net5crobibero
2020-11-13Upgrade Jellyfin.Model.Tests to net5.0crobibero
2020-11-13Disable warning on AD0001crobibero
2020-11-13Disable warning on AD0001crobibero
2020-11-13Update test sdkcrobibero
2020-11-13Fix nullability errors in Emby.Server.Implementationscrobibero
2020-11-13Fix nullability errors in MediaBrowser.Modelcrobibero
2020-11-13Fix nullability errors in Jellyfin.Servercrobibero
2020-11-13Fix nullability errors in Jellyfin.Api.Testscrobibero
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-11-13Fix nullability errors in Jellyfin.Servercrobibero
2020-11-13Fix nullability errors in MediaBrowser.MediaEncodingcrobibero
2020-11-13Fix nullability errors in Emby.Notificationscrobibero
2020-11-13Fix nullability errors in Jellyfin.Drawing.Skiacrobibero
2020-11-13Fix nullability errors in Jellyfin.Server.Implementationscrobibero
2020-11-13Fix nullability errors in MediaBrowser.LocalMetadatacrobibero
2020-11-13Fix ci conditioncrobibero
2020-11-12Remove conditional access.crobibero
2020-11-12Merge pull request #4474 from crobibero/property-readonlylistBond-009
Convert array property to IReadOnlyList
2020-11-12Update Emby.Naming/AudioBook/AudioBookListResolver.cs martinek-stepan
Use StringComparison.OrdinalIgnoreCase when comparing names Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-12Convert array property to IReadOnlyListcrobibero