aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Updates
AgeCommit message (Collapse)Author
2021-04-11Merge pull request #5712 from BaronGreenback/5700Claus Vium
(cherry picked from commit 1a92d94e92997bc3c6245142291215216a27e0c9) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-02-26Merge pull request #5217 from jellyfin/auto-manifestdkanada
handle plugin manifests automatically (cherry picked from commit c54ca489f1fc3cbf12c4b7714389fe80f4038f84) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-31Merge pull request #4709 from BaronGreenback/PluginDowngradeJoshua M. Boniface
(cherry picked from commit 406ae3e43a20216292c554151fa2d0e2a09edfa3) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4737 from crobibero/missing-ensure-successClaus Vium
(cherry picked from commit f3228661279cbb6bc7251c8f737680dff1336002) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4701 from crobibero/plugin-versionClaus Vium
(cherry picked from commit 7455de1f85da3094e3ebfada32eeb01032478b0f) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
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
Update all on-disk plugins
2020-11-02Merge pull request #4068 from barronpm/event-fixesAnthony Lavado
Fix Plugin Events and Clean Up InstallationManager.cs
2020-09-30Update all on-disk pluginscrobibero
2020-09-29Merge pull request #3577 from crobibero/package-install-repoBond-009
Specify plugin repo on plugin installation
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
Fix for windows plug-in upgrades issue: #1623
2020-09-08Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-08Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-07Merge pull request #3899 from crobibero/plugin-installAnthony Lavado
Install specific plugin version if requested
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
Minor changes
2020-06-22Minor changesBond-009
2020-06-22Merge pull request #3411 from neilsb/system-plugin-removalBond-009
Prevent system plugins from being uninstalled
2020-06-22Using Version class.BaronGreenback
2020-06-22Update Emby.Server.Implementations/Updates/InstallationManager.csNeil Burrows
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-06-22Prevent system plugins from being uninstalledNeil Burrows
2020-06-21fixesBaronGreenback
2020-06-21Add versioning to plugin foldersBaronGreenback
2020-06-17Merge branch 'master' into custom-reposdkanada
2020-06-07add missing line from using blockdkanada
2020-06-07improve error handling when a single repository has issuesdkanada
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-06simplify the custom repository feature for nowdkanada
2020-06-05Use typed logger where possiblecrobibero
2020-06-04initial implementation for custom plugin repositoriesdkanada
2020-06-04Merge branch 'master' into install-plugindkanada
2020-06-04fix build issuesdkanada
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-03Merge pull request #3203 from Bond-009/warn18Vasily
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
2020-06-03apply code suggestionsdkanada
Co-authored-by: Vasily <JustAMan@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-24update error log for plugin downloaddkanada
2020-05-24fix a few issues with the plugin manifestdkanada
2020-04-15Merge branch 'master' into nullable3Bond_009