From b0823f596d4ecf6bfc5420c585dfd97ddeef94b6 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Mon, 12 Feb 2024 21:39:02 -0700 Subject: [PATCH] Add regex option to include or exclude files. --- .../add-new-torrent.component.html | 41 +- .../add-new-torrent.component.scss | 12 +- .../add-new-torrent.component.ts | 50 +- client/src/app/models/torrent.model.ts | 2 + client/src/app/torrent.service.ts | 22 +- client/src/app/torrent/torrent.component.html | 13 +- server/RdtClient.Data/Data/TorrentData.cs | 2 + ...07_Torrent_Add_Include_Exclude.Designer.cs | 473 ++++++++++++++++++ ...40213025207_Torrent_Add_Include_Exclude.cs | 38 ++ .../Migrations/DataContextModelSnapshot.cs | 8 +- server/RdtClient.Data/Models/Data/Torrent.cs | 2 + .../Models/Internal/DbSettings.cs | 8 + .../BackgroundServices/WatchFolderChecker.cs | 2 + .../RdtClient.Service/Services/QBittorrent.cs | 4 + .../TorrentClients/RealDebridTorrentClient.cs | 48 +- server/RdtClient.Service/Services/Torrents.cs | 2 + .../Controllers/TorrentsController.cs | 99 +++- 17 files changed, 805 insertions(+), 21 deletions(-) create mode 100644 server/RdtClient.Data/Migrations/20240213025207_Torrent_Add_Include_Exclude.Designer.cs create mode 100644 server/RdtClient.Data/Migrations/20240213025207_Torrent_Add_Include_Exclude.cs diff --git a/client/src/app/add-new-torrent/add-new-torrent.component.html b/client/src/app/add-new-torrent/add-new-torrent.component.html index 483537e..575f64c 100644 --- a/client/src/app/add-new-torrent/add-new-torrent.component.html +++ b/client/src/app/add-new-torrent/add-new-torrent.component.html @@ -31,7 +31,7 @@ > - +