aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
AgeCommit message (Collapse)Author
2021-12-27More cleanupBond_009
2021-04-17Remove unused using directivesBaronGreenback
2020-12-14Initial uploadGreenback
2020-11-14remove custom HttpExceptioncrobibero
2020-08-31Fix some warningsBond_009
2020-06-05Use typed logger where possiblecrobibero
2020-06-04Merge branch 'master' into install-plugindkanada
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-24fix a few issues with the plugin manifestdkanada
2020-04-06Do not use IAsyncEnumerable unnecessarilyMark Monteiro
2020-03-29Rename translation keysferferga
2020-03-27Add whitespacesferferga
2020-03-27Restore commentsferferga
2020-03-26Fix NullReferenceException at startupferferga
2020-03-26Apply suggestionsferferga
2020-03-26Remove commentsferferga
2020-03-26Translate Scheduled Tasks (names and descriptions)ferferga
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
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