summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkPasswordDialog.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-271-2/+2
| | | | component
* refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-191-3/+3
|
* refactor(frontend): signinRequired -> ensureSigninsyuilo2025-03-161-2/+2
|
* enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
|
* 🎨syuilo2025-03-111-1/+1
|
* enhance(frontend): TOTPの入力ダイアログを改良 (#13607)かっこかり2024-03-221-11/+15
| | | | | * enhance(frontend): TOTPの入力ダイアログを改良 * Update Changelog
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* refactor(frontend): reduce type errorssyuilo2024-01-051-1/+3
|
* refactor(frontend): Reactivityで型を明示するように (#12791)zyoshoka2023-12-261-1/+1
| | | | | | | * refactor(frontend): Reactivityで型を明示するように * fix: プロパティの参照が誤っているのを修正 * fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Transformを使わないように (#12539) * refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
* :art:syuilo2023-09-231-2/+2
|
* enhance: 二要素認証設定時のセキュリティを強化 (#11863)syuilo2023-09-221-0/+70
* enhance: 二要素認証設定時のセキュリティを強化 パスワード入力が必要な操作を行う際、二要素認証が有効であれば確認コードの入力も必要にする * Update CoreModule.ts * Update 2fa.ts * wip * wip * Update 2fa.ts * tweak