mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-05 07:52:03 -06:00
[PR #304] [MERGED] Add option to inject blacklist into qBittorrent #173
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/304
Author: @Flaminel
Created: 9/15/2025
Status: ✅ Merged
Merged: 9/15/2025
Merged by: @Flaminel
Base:
main← Head:add_option_to_inject_blacklist_into_dc📝 Commits (10+)
71dbf9badded blacklist sync for qBittorrentaee2e18changed blacklist job to be a quartz scheduled job6c61979added table to track blacklist syncing72ee92fadded db migration8dc61a2refactored some code9d9be01added docs2c70636made job run when blacklist path changes0f7afb5refactored blacklist sync to be its own config626d2a3Revert "added db migration"dd9e5c1fixed frontend some more📊 Changes
45 files changed (+2106 additions, -163 deletions)
View changed files
📝
code/backend/Cleanuparr.Api/Controllers/ConfigurationController.cs(+76 -0)📝
code/backend/Cleanuparr.Api/DependencyInjection/ServicesDI.cs(+5 -1)📝
code/backend/Cleanuparr.Api/Jobs/BackgroundJobManager.cs(+33 -13)➕
code/backend/Cleanuparr.Application/Features/BlacklistSync/BlacklistSynchronizer.cs(+162 -0)📝
code/backend/Cleanuparr.Infrastructure/Events/EventPublisher.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/Arr/ArrClient.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/Arr/LidarrClient.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/Arr/RadarrClient.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/Arr/ReadarrClient.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/Arr/SonarrClient.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/Arr/WhisparrClient.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/Deluge/DelugeService.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/DownloadService.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/DownloadServiceFactory.cs(+2 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/QBittorrent/IQBitService.cs(+1 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/QBittorrent/QBitService.cs(+26 -7)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/Transmission/TransmissionService.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/UTorrent/UTorrentService.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/MalwareBlocker/BlocklistProvider.cs(+32 -60)📝
code/backend/Cleanuparr.Infrastructure/Features/Notifications/NotificationPublisher.cs(+1 -1)...and 25 more files
📄 Description
Relates to #150
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.