aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-24Put json serializer options in private fieldDavid
2020-12-24Use sync string instead of fileDavid
2020-12-24Add unstable nuget conditionDavid
2020-12-23Add missing FileStreamsDavid
2020-12-23Explicity reference Newtonsoft.Jsoncrobibero
2020-12-23Remove SQLitePCLRaw.provider.sqlite3.netstandard11crobibero
2020-12-23Merge pull request #4856 from nyanmisaka/amf-profileClaus Vium
Fix some profiles for H264 AMF encoder
2020-12-23Use streams instead of stringsDavid
2020-12-23copy constructorBaronGreenback
2020-12-24fix some profiles for H264 AMF encodernyanmisaka
2020-12-23Making it workBaronGreenback
2020-12-23Updated to latest unstable.BaronGreenback
2020-12-23Merge pull request #4855 from crobibero/cache-json-serializerBond-009
Initialize JsonSerializerOptions statically
2020-12-23Changes as requestedBaronGreenback
2020-12-23Initialize JsonSerializerOptions staticallycrobibero
2020-12-23Remove xml docsDavid
2020-12-23Fix OMDb "N/A"David
2020-12-23Add missing optionsDavid
2020-12-23Remove nuget referenceDavid
2020-12-23Remove custom Json serializer from MediaBrowser.ControllerDavid
2020-12-23Remove custom Json serializerDavid
2020-12-23Remove custom Json serializer from Emby.Server.ImplementationsDavid
2020-12-23Remove custom Json serializer from DlnaDavid
2020-12-23Remove custom Json serializer from ProvidersDavid
2020-12-23Merge pull request #4849 from crobibero/clean-depsBond-009
Remove unused dependencies
2020-12-23Update PackageInfo.csBaronGreenback
uncommented attribute.
2020-12-23Update PluginManager.csBaronGreenback
Changed a to i
2020-12-23Update Emby.Server.Implementations/Plugins/PluginManager.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-12-23Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-12-23Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-12-23Update Emby.Server.Implementations/Plugins/PluginManager.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-12-23Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-12-23Merge pull request #4852 from ryanpetris/fix-schedulesdirect-refreshClaus Vium
SchedulesDirect no longer refreshes channels properly
2020-12-22new List(int) does not pre-allocate indicies like Arrays, it merely sets the ↵Ryan Petris
initial capacity.
2020-12-22Merge pull request #4850 from BaronGreenback/NetworkApiFixJoshua M. Boniface
Null reference fix
2020-12-22Merge pull request #4847 from crobibero/display-prefs-migration-x251256Joshua M. Boniface
Fix another key collision in MigrateDisplayPreferencesDatabase
2020-12-22Merge pull request #4821 from BaronGreenback/disableDlnaJoshua M. Boniface
2020-12-22Possible null reference fix.BaronGreenback
2020-12-22Remove unused depscrobibero
2020-12-22changed to constantsBaronGreenback
2020-12-22Changed to 503.BaronGreenback
2020-12-22Fix for DI.BaronGreenback
2020-12-22Fallback to default guidBaronGreenback
2020-12-21Fix another key collision in MigrateDisplayPreferencesDatabasecrobibero
2020-12-21Merge pull request #4842 from crobibero/date-time-formatterClaus Vium
Add JsonDateTimeConverter
2020-12-21Merge pull request #4824 from crobibero/livestream-post-bodyClaus Vium
Add request parameters to OpenLiveStreamDto
2020-12-21Add JsonDateTimeConvertercrobibero
2020-12-21Add JsonDateTimeConvertercrobibero
2020-12-21Bump AutoFixture from 4.14.0 to 4.15.0dependabot[bot]
Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.14.0 to 4.15.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.14.0...v4.15.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21New json converter implemented.BaronGreenback