aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ScheduledTasks/Tasks
AgeCommit message (Collapse)Author
2023-09-17Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-16Apply review suggestionsShadowghost
2023-09-16Extend collections cleanup task to include playlists tooShadowghost
2023-06-28Merge pull request #9231 from JPVenson/bugfix/1907_CleanupCollectionsJoshua M. Boniface
2023-06-27suggestions from reviewCody Robibero
2023-06-27Update ↵JPVenson
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-05-02Update ↵JPVenson
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-18Merge pull request #9103 from ↵Bond-009
DarrenRuane/darrenruane_fix_chapter_images_deletion
2023-02-05Changed LogTrace to LogDebugJean-Pierre Bachmann
2023-02-05Updated logging level and formattingJean-Pierre Bachmann
2023-02-01Fixed whitespaceJean-Pierre Bachmann
2023-02-01Update CleanupCollectionPathsTask.csJPVenson
Removed code smell and switched to non creation for non existing collection folder
2023-02-01Added CleanupCollection taskJean-Pierre Bachmann
2023-01-16Rename JellyfinDb to JellyfinDbContextPatrick Barron
2023-01-15Fix pre-existing chapter images not being deleted after the chapter image ↵DarrenRuane
generation setting is disabled
2022-12-05Replace != null with is not nullBond_009
2022-11-27Use typed loggerBond_009
2022-11-27Investigate some TODO commentsBond_009
2022-10-21remove JellyfinDbProvider and add second level cachingcvium
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
2022-01-10Suggestions from reviewCody Robibero
2022-01-04Clean upCody Robibero
2022-01-04Generate Splashscreen during RefreshMediaLibrary scheduled taskDavid Ullmer
2021-12-27More cleanupBond_009
2021-12-20Use our own Contains extensioncvium
2021-11-09Fix some warningsBond_009
609 left
2021-10-02Fix warnings in ScheduledTasksPatrick Barron
2021-09-03Fix some warningsBond_009
2021-09-01Allow zero activity log retention daysqsniyg
2021-08-13Merge branch 'master' into minor15Bond-009
2021-07-11Fix some warningsBond_009
2021-07-06Minor fixesBond_009
2021-05-24Create scheduled task for database optimizationFernando Fernández
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-02-13Minor improvementsBond_009
2021-01-18fix delete log taskcrobibero
2020-12-14Initial uploadGreenback
2020-11-20Set DeleteTranscodeFileTask to trigger every 24hcrobibero
2020-11-15Merge remote-tracking branch 'upstream/master' into http-exceptioncrobibero
2020-11-14remove custom HttpExceptioncrobibero
2020-11-14Missed some stuffBond_009
2020-11-01Allow configuration of ActivityLogRetentioncrobibero
2020-10-14Automatically clean activity log databasecrobibero
2020-10-12Fix SA1012 and SA1013 warningsJan-Pieter Baert
2020-10-05Just enable insteadAnthony Lavado
2020-10-05Simply triggerAnthony Lavado
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-10-05Fix Transcode Cleanup ScheduleAnthony Lavado
Sets the default time to midnight, and confirms to the same task scheduling commands that other tasks use.
2020-08-31Fix some warningsBond_009