Roger Far
6572ba752c
Bump to 2.0.121
Release Docker Image / build (map[arch:amd64 platform:linux/amd64 runs-on:ubuntu-latest]) (push) Has been cancelled
Release Docker Image / build (map[arch:arm64 platform:linux/arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Create GitHub Release / Test, Build, and Bundle (push) Has been cancelled
dotnet test / build (push) Has been cancelled
Release Docker Image / push-images (push) Has been cancelled
Create GitHub Release / Create GitHub release (push) Has been cancelled
2026-02-18 21:43:00 -07:00
Roger Far
ccee652572
Upgrade packages.
2026-02-18 21:35:02 -07:00
Roger Far
d6020594ef
Cleanup.
2026-02-18 21:34:51 -07:00
Roger Far
d0242f235c
Merge pull request #911 from omgbeez/usenet
...
Adding usenet support (Torbox only implementation)
2026-02-18 21:29:21 -07:00
omgbeez
991ecefe3c
Clarify error messages in TorrentRunner to distinguish between provider and runner errors.
2026-02-13 17:09:16 -05:00
omgbeez
33d8c2d825
Align Sabnzbd status reporting with updated TorrentStatus values.
2026-02-13 17:08:51 -05:00
omgbeez
f25cef711b
Improve TorBox status mapping to TorrentStatus and log any unmapped statuses for debugging.
2026-02-13 17:06:57 -05:00
omgbeez
40be170677
Refactor download progress calculation to use centralized stats and simplify logic across services.
...
- Fixes an issue where progress goes back to 50% as soon as downloads are done
- Prevents copy and update of torrent/nzb list by not updating download stats on every use, most callers don't require this data, notable perf/memory improvement.
2026-02-13 17:06:12 -05:00
omgbeez
a5f9cd353b
SqLite doesn't support OrderBy on DateTimeOffset types
...
Sorting will require a copy to fix this for the moment, could probably change the underlying type later to prevent this.
2026-02-13 13:22:41 -05:00
omgbeez
e93e4f6f22
Usenet support
2026-02-13 13:15:57 -05:00
Roger Far
d76d26131c
Remove obsolete caching.
2026-02-11 20:24:27 -07:00
Roger Far
580c7132c6
Cleanup.
2026-02-11 20:22:28 -07:00
Roger Far
e51e5cde45
Merge branch 'main' of https://github.com/rogerfar/rdt-client
2026-02-11 20:21:08 -07:00
Roger Far
a68eec1bfa
Merge pull request #903 from Chesyre/main
...
perf: Major performance optimizations - memory leak fix, SQLite tuning, and cache improvements
2026-02-11 20:20:54 -07:00
Roger Far
0c5e38e01a
Merge branch 'main' into main
2026-02-11 20:20:47 -07:00
Roger Far
7aca0eaedd
Merge branch 'main' of https://github.com/rogerfar/rdt-client
2026-02-11 20:08:21 -07:00
Roger Far
da576ef2c4
Merge pull request #913 from omgbeez/upstream/websocket-perf
...
Optimize websocket data sending to the UI
2026-02-11 20:08:13 -07:00
Roger Far
01a26c614b
Merge branch 'main' into upstream/websocket-perf
2026-02-11 20:04:57 -07:00
Roger Far
871802ad34
Merge branch 'main' of https://github.com/rogerfar/rdt-client
2026-02-11 20:02:41 -07:00
Roger Far
0f8921e1fb
Merge pull request #916 from omgbeez/upstream/qbt-eta
...
Add ETA calculation for torrents.
2026-02-11 20:02:32 -07:00
Roger Far
6b85d7bbbc
Merge branch 'main' into upstream/qbt-eta
2026-02-11 20:02:18 -07:00
Roger Far
25c06ab6fc
Merge branch 'main' of https://github.com/rogerfar/rdt-client
2026-02-11 19:59:42 -07:00
Roger Far
ca325aaac1
Merge pull request #919 from jwmann/fix/qbittorrent-health-check-api
...
Fix qBittorrent Health Check API for Cleanuparr & others
2026-02-11 19:59:35 -07:00
Roger Far
99b2ad8e27
Update readme to reflect .NET 10.
2026-02-11 19:59:07 -07:00
Roger Far
b539e8933e
no message
Release Docker Image / build (map[arch:amd64 platform:linux/amd64 runs-on:ubuntu-latest]) (push) Has been cancelled
Release Docker Image / build (map[arch:arm64 platform:linux/arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Create GitHub Release / Test, Build, and Bundle (push) Has been cancelled
dotnet test / build (push) Has been cancelled
Release Docker Image / push-images (push) Has been cancelled
Create GitHub Release / Create GitHub release (push) Has been cancelled
2026-02-11 19:50:14 -07:00
Roger Far
a9648248f4
Global formatting.
2026-02-11 19:44:49 -07:00
Roger Far
24321a55c9
Upgrade Angular to 21 and .NET to 10.
2026-02-11 19:40:23 -07:00
Roger Far
028c9f06ec
Upgrade to Angular 21.
2026-02-11 19:17:44 -07:00
jwmann
b74b5dd7a9
Add AllowAnonymous to QBittorrent health check endpoints
...
This fix allows Cleanuparr to successfully connect to RDT Client by making the
health check endpoints accessible without authentication, matching real qBittorrent
behavior. The three endpoints affected are:
- /api/v2/app/version
- /api/v2/app/webapiVersion
- /api/v2/app/buildInfo
Fixes #867
2026-02-11 19:08:59 -05:00
omgbeez
42ebd2c74b
Calculate remaining time based on download speed and bytes remaining
2026-01-17 12:33:31 -05:00
omgbeez
9454ea1bd1
Refactored torrent and download models with DTOs to simplify serialization and API responses.
2026-01-17 12:23:16 -05:00
omgbeez
6cef70b979
Simplify download progress and remaining time calculations in QBittorrent service.
2026-01-17 12:21:13 -05:00
destrodxbad
15af54ed24
perf(cache): Remove aggressive cache invalidation and optimize queries
2025-11-18 02:04:51 +01:00
destrodxbad
47355030b5
perf(database): Configure SQLite with WAL mode and connection pooling
2025-11-18 02:03:13 +01:00
destrodxbad
a7bb8da1d5
perf(websocket): Fix scope leak and add adaptive polling
2025-11-18 02:01:41 +01:00
Roger Far
371a13e060
Merge pull request #901 from Chesyre/main
...
Add automatic disk space monitoring for Bezzad downloader
2025-11-15 17:15:01 -07:00
destrodxbad
e606501834
Fix: Refresh disk space notification during pause and after reconnection
2025-11-14 20:29:38 +01:00
destrodxbad
6db556ed5c
Fix: Bug refresh
2025-11-14 18:04:41 +01:00
destrodxbad
f12f28a8bb
Fix: Refresh disk space status while paused
2025-11-14 15:17:11 +01:00
destrodxbad
57ea1b3881
Add proper TypeScript typing for disk space status
2025-11-14 14:44:08 +01:00
Roger Far
ed218d76ce
Merge pull request #900 from saif191020/main
...
Added Css to Improve Mobile support on the home page
2025-11-13 19:07:52 -07:00
destrodxbad
27398ba993
Add automatic disk space monitoring for Bezzad downloader
2025-11-09 03:05:56 +01:00
Saif Basheer Ahamed
994f167ab3
Updated Css for better support on mobiles in the torrent table in homepage
2025-11-08 14:33:09 +05:30
Roger Versluis
c51f8cb503
Removed internal downloader from the GUI.
Release Docker Image / build (map[arch:amd64 platform:linux/amd64 runs-on:ubuntu-latest]) (push) Has been cancelled
Release Docker Image / build (map[arch:arm64 platform:linux/arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Create GitHub Release / Test, Build, and Bundle (push) Has been cancelled
dotnet test / build (push) Has been cancelled
Release Docker Image / push-images (push) Has been cancelled
Create GitHub Release / Create GitHub release (push) Has been cancelled
2025-10-13 16:46:27 -06:00
Roger Versluis
1080143fce
Added some fake qBittorrent API calls for decluttarr.
Release Docker Image / build (map[arch:amd64 platform:linux/amd64 runs-on:ubuntu-latest]) (push) Has been cancelled
Release Docker Image / build (map[arch:arm64 platform:linux/arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Create GitHub Release / Test, Build, and Bundle (push) Has been cancelled
dotnet test / build (push) Has been cancelled
Release Docker Image / push-images (push) Has been cancelled
Create GitHub Release / Create GitHub release (push) Has been cancelled
2025-10-08 21:26:14 -06:00
Roger Versluis
90c1092fe5
no message
Release Docker Image / build (map[arch:amd64 platform:linux/amd64 runs-on:ubuntu-latest]) (push) Has been cancelled
Release Docker Image / build (map[arch:arm64 platform:linux/arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Create GitHub Release / Test, Build, and Bundle (push) Has been cancelled
dotnet test / build (push) Has been cancelled
Release Docker Image / push-images (push) Has been cancelled
Create GitHub Release / Create GitHub release (push) Has been cancelled
2025-10-06 20:16:39 -06:00
Roger Versluis
123c4f29c6
Remove internal downloader.
2025-10-06 20:15:07 -06:00
Roger Far
dadab50840
no message
Release Docker Image / build (map[arch:amd64 platform:linux/amd64 runs-on:ubuntu-latest]) (push) Has been cancelled
Release Docker Image / build (map[arch:arm64 platform:linux/arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Create GitHub Release / Test, Build, and Bundle (push) Has been cancelled
dotnet test / build (push) Has been cancelled
Release Docker Image / push-images (push) Has been cancelled
Create GitHub Release / Create GitHub release (push) Has been cancelled
2025-08-04 22:41:25 -06:00
Roger Far
eb80e9083b
Merge branch 'main' of https://github.com/rogerfar/rdt-client
2025-08-04 22:40:42 -06:00
Roger Far
02a97f3170
Add banned tracker setting.
2025-08-04 22:40:11 -06:00