diff --git a/.gitignore b/.gitignore index d4849002..bac5fccf 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ devAssets .vscode .codex .claude -docs/ai/desired_features.md \ No newline at end of file +docs/ai/desired_features.md +docs/ai/bugs.md \ No newline at end of file diff --git a/docs/ai/bugs.md b/docs/ai/bugs.md deleted file mode 100644 index f05574ad..00000000 --- a/docs/ai/bugs.md +++ /dev/null @@ -1,23 +0,0 @@ -# Known Bugs & Regressions - -## Open - -### [CAP-001] SSO UIA flow may hang in Capacitor WebView - -- **Severity**: Low -- **Component**: [`src/app/components/uia-stages/SSOStage.tsx`](../../src/app/components/uia-stages/SSOStage.tsx), [`src/app/components/ActionUIA.tsx`](../../src/app/components/ActionUIA.tsx) -- **Platform**: Android (Capacitor) - -**Description**: `SSOStage` uses `window.open()` + `window.postMessage()` callback pattern for SSO re-authentication during UIA operations (password change, account deactivation, etc.). In Capacitor, the Browser plugin opens a separate process, and the `postMessage` callback may not reach the WebView, causing the UIA flow to hang. - -**Impact**: Only affects users whose homeserver requires SSO for UIA (not password). Vojo users authenticate via password, so UIA also uses the password flow. Risk is low for the current user base. - -**Workaround**: None needed for password-authenticated users. - -**Fix options**: Remove `AuthType.Sso` from `SUPPORTED_IN_APP_UIA_STAGES` in `ActionUIA.tsx`, or rewrite the SSO callback to use a Capacitor App URL listener instead of `postMessage`. - -### Баг связанный с кривым отображением боксов в окне с авторизацией для ника и пароля: на хроме они светятся белым почему-то - -## Resolved - -_(none yet)_