aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Updates/InstallationManager.cs
AgeCommit message (Expand)Author
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-11Remove useless nullable directivesBond_009
2021-06-06Minor fixesBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-04-08Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
2021-04-06Keep plugin status after update.BaronGreenback
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-02-23add suggested changesdkanada
2021-02-12handle plugin manifests automaticallydkanada
2020-12-23Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
2020-12-23Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
2020-12-18Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
2020-12-18Renamed guid to idGreenback
2020-12-18MaxAbi property removed.Greenback
2020-12-18Renamed Guid property to IdGreenback
2020-12-18Removed maxAbiGreenback
2020-12-16Corrections as recommended.Greenback
2020-12-15Replaced TryGetPlugin with GetPluginGreenback
2020-12-15Changes as recommended.Greenback
2020-12-15Changed as suggested.Greenback
2020-12-15Fixed gitmerge.Greenback
2020-12-15Merge branch 'master' into PluginDowngradeBaronGreenback
2020-12-15Enable local file repositoriesGreenback
2020-12-14Initial uploadGreenback
2020-12-11Merge pull request #4737 from crobibero/missing-ensure-successClaus Vium
2020-12-08Add missing EnsureSuccessStatusCodecrobibero
2020-12-06Don't return plugin versions that target newer Jellyfin versioncrobibero
2020-11-25Remove Hex class as the BCL has one nowBond_009
2020-11-22Handle invalid pluginscrobibero
2020-11-19updatedGreenback
2020-11-19Initialial uploadGreenback
2020-11-17Pass cancellation where possibleBond_009
2020-11-14remove custom HttpExceptioncrobibero
2020-11-08Merge pull request #4247 from crobibero/update-pluginClaus Vium
2020-11-02Merge pull request #4068 from barronpm/event-fixesAnthony Lavado
2020-09-30Update all on-disk pluginscrobibero
2020-09-29Merge pull request #3577 from crobibero/package-install-repoBond-009
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-09-26Merge remote-tracking branch 'upstream/master' into package-install-repocrobibero
2020-09-16Merge pull request #3401 from BaronGreenback/PluginsJoshua M. Boniface
2020-09-08Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
2020-09-08Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
2020-09-07Merge pull request #3899 from crobibero/plugin-installAnthony Lavado
2020-09-05Fix plugin events not being called and clean up InstallationManager.csPatrick Barron
2020-09-05Merge branch 'master' into PluginsBaronGreenback
2020-08-31migrate to IHttpClientFactory in InstallationManagercrobibero
2020-08-14Install specific plugin version if requestedcrobibero
2020-07-17specify plugin repo on installcrobibero
2020-07-16Catch HttpRequestException when requesting pluginscrobibero
2020-06-23Merge pull request #3418 from Bond-009/minor3dkanada