aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
AgeCommit message (Collapse)Author
2025-04-30Cleanup Tasks and ValidatorsShadowghost
2025-01-25chore: fix spellingJosh Soref
* a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-12-01Implement TaskTriggerInfoType enum (#12783)Ethan Pippin
2024-09-04Cleanup tasksShadowghost
2022-03-29Merge pull request #7512 from crobibero/update-pluginCody Robibero
(cherry picked from commit ca67a4814036312326d3f36d894bc47d254d3f91) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-02-15Fix some warningsBond_009
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