rdt-client/server/RdtClient.Service/Helpers
Alexandre Vassard 6743bd472e fix(symlink): normalize subpath first component before comparing torrent name prefix
The previous fix compared subPath directly against the sanitized torrent
name, which fails when RdName contains characters removed by
RemoveInvalidPathChars (e.g. ':' on Windows). Extract and normalize the
first component of subPath before comparing so both sides go through the
same sanitization. Add tests covering the duplicate-prefix stripping case.
2026-03-08 21:29:33 +01:00
..
CredentialRedactorEnricher.cs Cleanup. 2026-02-23 20:04:53 -07:00
DownloadHelper.cs fix(symlink): normalize subpath first component before comparing torrent name prefix 2026-03-08 21:29:33 +01:00
FileHelper.cs Cleanup. 2026-02-23 20:04:53 -07:00
FileSizeHelper.cs Cleanup. 2026-02-23 20:04:53 -07:00
IDelayProvider.cs Use ISynologyClient (mockable) and inject IDelayProvider so SynologyTorrentClient is testable 2025-02-17 22:00:19 +00:00
JsonModelBinder.cs Global formatting. 2026-02-11 19:44:49 -07:00
Logger.cs Cleanup. 2026-02-23 20:04:53 -07:00
RateLimitHandler.cs Cleanup. 2026-02-23 20:04:53 -07:00