• v3.3.49 8d33141294

    Administrator released this 2026-06-08 03:04:25 +02:00 | 2 commits to master since this release

    Accounts prüfen button no longer silently fails. Two changes to the runHealthCheck guard:

    1. The 'uploading && mode === manual' block is removed — health checks already use their own per-hoster clients (VoeUploader, DoodstreamUploader, …) with independent cookie jars and don't share state with the upload manager, so running both concurrently is safe. The 3.3.39 per-hoster serialization for VOE still applies, so concurrent health checks won't trigger the CSRF burst that originally motivated the guard.

    2. When a health check is already in flight and the user clicks the button again, the function now surfaces a 'Account-Check läuft bereits.' toast instead of returning silently — the previous behavior left the user clicking with no visible feedback.

    Downloads