aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-11-12allow transcoding 8ch(7.1 layout) in aacnyanmisaka
2020-11-12Don't throw exception when converting values using binder or JsonConvertercrobibero
2020-11-12Merge pull request #4463 from crobibero/fix-display-preferences-migrationClaus Vium
Skip migration if user doesn't exist
2020-11-12Update Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.csCody Robibero
2020-11-12Merge pull request #4469 from cvium/fix_repository_endpointdkanada
Change OPTIONS to POST and call SaveConfiguration in SetRepositories
2020-11-12Merge pull request #4468 from cvium/revert_similar_name_removalClaus Vium
Semi-revert removal of Name for /Similar in openapi
2020-11-12One more missed suggestions (removing commented out code)Stepan
2020-11-12Taken suggestions from code review and created test for ExtraRuleType.Regex ↵Stepan
instead of throwing exception there.
2020-11-12Apply suggestions from code reviewmartinek-stepan
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>