aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
AgeCommit message (Collapse)Author
2020-02-01update task names and descriptionsdkanada
2019-11-24Fix possible nullref when updating packagesBond_009
2019-11-01Improve IInstallationManager interfaceBond_009
2019-08-11Check checksum for plugin downloadsBond_009
* Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager
2019-06-14Improvements to InstallationManagerBond_009
2019-02-03add suggestions from code reviewdkanada
2019-02-03merge progress calculation into a single linedkanada
2019-02-03remove useless commentsdkanada
2019-02-03unhide several scheduled tasks and add missing propertiesdkanada
2019-02-03move all scheduled tasks and triggers into foldersdkanada