Multi-Hoster-Upload-2/src
Claude 100bda60cd Add OTP flow, drop-target floating window, in-app auto-update installer
OTP (Doodstream two-factor):
  - src/otp.rs: OtpBroker registers per-request oneshot channels with
    180s timeout, survives abort via Cancelled answer.
  - Doodstream login now loops: first attempt without OTP; if server
    says OTP required, emit 'otp-required' event to the renderer with
    a request_id, wait for provide_otp/cancel_otp commands, re-POST
    with the code. Renderer can pop a modal on otp-required.
  - UploadCtx carries the broker + app handle so any future hoster can
    do the same pattern.

Drop-target floating window:
  - src/drop-target.html: minimal always-on-top borderless window with
    dashed drop-zone. Emits 'drop-target-files' to the main window on
    drag-drop.
  - show_drop_target / hide_drop_target commands create/close the
    'drop-target' webview on demand.
  - Capabilities updated for dual-window use.

In-app auto-update:
  - updater::download_and_launch: fetches the NSIS/MSI from Gitea to
    %TEMP%, launches detached, exits the app so the installer can
    replace the running exe.
  - Commands install_update + install_update_now both go through the
    new helper. Renderer clicks 'Install Update' → Rust downloads and
    hands off, then process exit.

Härtetest results:
  - exe: 7.54 MB
  - NSIS: 2.70 MB
  - MSI:  3.69 MB
  - RAM idle: 33 MB (vs Electron ~300 MB)
  - All 3 unit tests pass (secret encryption round-trips).
2026-04-20 18:08:18 +02:00
..
app.js Full port: v1 renderer shim + folder monitor + remote server + updater + upload log fallback 2026-04-20 17:41:11 +02:00
drop-target.html Add OTP flow, drop-target floating window, in-app auto-update installer 2026-04-20 18:08:18 +02:00
index.html Full port: v1 renderer shim + folder monitor + remote server + updater + upload log fallback 2026-04-20 17:41:11 +02:00
styles.css Full port: v1 renderer shim + folder monitor + remote server + updater + upload log fallback 2026-04-20 17:41:11 +02:00
tauri-shim.js Full port: v1 renderer shim + folder monitor + remote server + updater + upload log fallback 2026-04-20 17:41:11 +02:00