mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 12:25:44 -06:00
[PR #5] [MERGED] add content blocker #313
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/5
Author: @Flaminel
Created: 11/18/2024
Status: ✅ Merged
Merged: 11/18/2024
Merged by: @Flaminel
Base:
main← Head:add_blacklist_support📝 Commits (5)
f1fab44refactored code90d08aeincreased level on some logs; updated test docker compose; updated dev appsettingsc90b0e3updated docker compose and readmea19afbbmoved some logs398b698fixed env var typo; fixed sonarr and radarr default download client📊 Changes
154 files changed (+4752 additions, -789 deletions)
View changed files
📝
.gitignore(+2 -1)📝
README.md(+94 -541)➕
code/Common/Configuration/ContentBlocker/ContentBlockerConfig.cs(+40 -0)➕
code/Common/Configuration/ContentBlocker/PatternConfig.cs(+8 -0)➕
code/Common/Configuration/DelugeConfig.cs(+32 -0)➕
code/Common/Configuration/IConfig.cs(+6 -0)📝
code/Common/Configuration/QBitConfig.cs(+32 -5)➕
code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs(+8 -0)➕
code/Common/Configuration/TransmissionConfig.cs(+37 -0)📝
code/Common/Configuration/TriggersConfig.cs(+2 -0)📝
code/Domain/Domain.csproj(+4 -0)➕
code/Domain/Enums/BlocklistType.cs(+7 -0)📝
code/Domain/Enums/InstanceType.cs(+1 -1)📝
code/Domain/Models/Arr/Queue/QueueListResponse.cs(+0 -0)📝
code/Domain/Models/Arr/Queue/QueueRecord.cs(+1 -0)➕
code/Domain/Models/Deluge/Exceptions/DelugeClientException.cs(+8 -0)➕
code/Domain/Models/Deluge/Exceptions/DelugeLoginException.cs(+8 -0)➕
code/Domain/Models/Deluge/Exceptions/DelugeLogoutException.cs(+8 -0)➕
code/Domain/Models/Deluge/Request/DelugeRequest.cs(+32 -0)➕
code/Domain/Models/Deluge/Response/DelugeContents.cs(+12 -0)...and 80 more files
📄 Description
refactored code
added deluge support
added transmission support
added content blocker
added blacklist and whitelist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.