whisper-money/app/Http
Víctor Falcón a31985822c fix(import): match Unicode whitespace in server-side duplicate detection
PHP's default \s is ASCII-only, so the duplicate check missed rows differing
only by a non-breaking space (U+00A0) or other Unicode whitespace — common in
bank statement descriptions — whereas the old client-side check (JS \s) caught
them. Normalize the full Unicode whitespace set before keying, then trim.

Also harden the endpoint's tests: Unicode-whitespace matching, the date-range
boundary (an out-of-range existing row must not match), and request validation.
2026-07-03 16:05:36 +02:00
..
Controllers fix(import): match Unicode whitespace in server-side duplicate detection 2026-07-03 16:05:36 +02:00
Middleware refactor(ai): remove AiConsentSettings feature flag (#619) 2026-07-01 09:47:55 +02:00
Requests feat(transactions): serve import dedup and account ledger from the backend 2026-07-03 16:00:58 +02:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00