fix: prevent repeated Doodstream OTP requests
CI / verify (push) Canceled after 0s

Coalesce concurrent and repeated Doodstream login checks by credential identity, keep the challenged cookie session for OTP verification, and rate-limit explicit code resends. Prefer an existing Doodstream API key during health checks and add regression coverage for imports with duplicate accounts, concurrent checks, expired challenges, and session reuse.
This commit is contained in:
Sucukdeluxe
2026-08-31 18:45:37 +02:00
parent 317ff3f035
commit 40ce83d413
10 changed files with 300 additions and 38 deletions
+2
View File
@@ -704,6 +704,8 @@
['Updateprüfung fehlgeschlagen', 'Update check failed'],
['Upload läuft...', 'Uploading...'],
['Upload-Log', 'Upload log'],
['Neuen Code anfordern', 'Request new code'],
['OTP-Anfrage ist abgelaufen. Bitte einen neuen Code anfordern.', 'The OTP request has expired. Request a new code.'],
['Automatik-Abschlussnachweis konnte nicht gespeichert werden', 'Automation completion evidence could not be saved'],
['Lokale Speicherung', 'Local persistence'],
['Automatik-Abschlussdatei ist ungültig', 'Automation completion file is invalid'],