remove bugs md from git index & update gitignore
This commit is contained in:
parent
5947cd5b82
commit
02d9c8cc76
2 changed files with 2 additions and 24 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -8,4 +8,5 @@ devAssets
|
|||
.vscode
|
||||
.codex
|
||||
.claude
|
||||
docs/ai/desired_features.md
|
||||
docs/ai/desired_features.md
|
||||
docs/ai/bugs.md
|
||||
|
|
@ -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)_
|
||||
Loading…
Add table
Reference in a new issue