[PR #39] [MERGED] Add option to ignore private downloads when blocking files #290

Closed
opened 2025-10-09 17:00:54 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/39
Author: @Flaminel
Created: 1/13/2025
Status: Merged
Merged: 1/13/2025
Merged by: @Flaminel

Base: mainHead: content_blocker_ignore_private


📝 Commits (1)

  • 0450b55 added option to ignore private downloads when blocking files

📊 Changes

8 files changed (+53 additions, -1 deletions)

View changed files

📝 README.md (+2 -0)
📝 code/Common/Configuration/ContentBlocker/ContentBlockerConfig.cs (+6 -1)
📝 code/Executable/appsettings.Development.json (+1 -0)
📝 code/Executable/appsettings.json (+1 -0)
📝 code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs (+7 -0)
📝 code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs (+28 -0)
📝 code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs (+7 -0)
📝 code/test/docker-compose.yml (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Cleanuparr/Cleanuparr/pull/39 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 1/13/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `content_blocker_ignore_private` --- ### 📝 Commits (1) - [`0450b55`](https://github.com/Cleanuparr/Cleanuparr/commit/0450b55f5babedad740e28c7c8b1d1358530522a) added option to ignore private downloads when blocking files ### 📊 Changes **8 files changed** (+53 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `code/Common/Configuration/ContentBlocker/ContentBlockerConfig.cs` (+6 -1) 📝 `code/Executable/appsettings.Development.json` (+1 -0) 📝 `code/Executable/appsettings.json` (+1 -0) 📝 `code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs` (+7 -0) 📝 `code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs` (+28 -0) 📝 `code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs` (+7 -0) 📝 `code/test/docker-compose.yml` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-10-09 17:00:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#290
No description provided.