rdt-client/server/RdtClient.Data/Models/Internal
Claude 6f1ec6581a
fix: default SanitizeFilenames to true only on Linux
The underlying bug (debrid-provider filenames with brackets causing
downloads to fail) only reproduces on Linux hosts. Windows, macOS,
and other platforms handle these characters without issue and have
no reason to have their filenames modified. Default the toggle to
OperatingSystem.IsLinux() so Windows users see no behaviour change
while Linux containers still get the fix out of the box. Users on
either platform can override via the setting.

Addresses review feedback on PR #962.
2026-04-24 03:58:07 +00:00
..
AppSettings.cs Global formatting. 2026-02-11 19:44:49 -07:00
DbSettings.cs fix: default SanitizeFilenames to true only on Linux 2026-04-24 03:58:07 +00:00
DiskSpaceStatus.cs Add automatic disk space monitoring for Bezzad downloader 2025-11-09 03:05:56 +01:00
Profile.cs Global formatting. 2026-02-11 19:44:49 -07:00
RateLimitException.cs Add resilience handler, predictive rate limit handling 2026-02-20 09:47:13 -05:00
RateLimitStatus.cs Add resilience handler, predictive rate limit handling 2026-02-20 09:47:13 -05:00
SettingProperty.cs Global formatting. 2026-02-11 19:44:49 -07:00
TorrentDto.cs Usenet support 2026-02-13 13:15:57 -05:00