summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/settings/2fa.qrdialog.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy13 hours1-2/+2
|
* perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-271-6/+6
| | | | component
* lint fixessyuilo2025-03-201-1/+1
|
* Enhance: ↵Sayamame-beans2025-03-191-1/+2
| | | | | | | | | | | 2段階認証時のリカバリーコードのファイル名にサーバーURLを含めるように (#15677) * enhance(frontend): include server hostname and port in 2fa recovery code filename * chore(frontend): fix mistake(use `@` for indicate server hostname) --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-191-2/+2
|
* refactor(frontend): signinRequired -> ensureSigninsyuilo2025-03-161-2/+2
|
* enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
|
* refactor(frontend): scripts -> utilitysyuilo2025-03-091-1/+1
|
* refactor(frontend): asとanyをすぐなおせる範囲で除去 (#14848)かっこかり2024-10-311-3/+4
| | | | | | | | | | | | | | | | | | | * refactor(frontend): できるだけanyを除去 * refactor * lint * fix * remove unused * Update packages/frontend/src/components/MkReactionsViewer.details.vue * Update packages/frontend/src/components/MkUsersTooltip.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): add link of 2fa guidesyuilo2024-04-091-0/+3
|
* enhance(frontend): ↵かっこかり2024-03-301-3/+13
| | | | | | | | | 2要素認証セットアップウィザードにアプリを起動するボタンを新設 (#13636) * enhance(frontend): 2要素認証セットアップウィザードにアプリを起動するボタンを新設 * add comment * use css module
* enhance(frontend): TOTPの入力ダイアログを改良 (#13607)かっこかり2024-03-221-1/+1
| | | | | * 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-041-2/+4
|
* 2段階認証のバックアップコード一覧をテキストファイル ↵CyberRex2023-10-031-0/+13
| | | | でダウンロード可能に (#11957)
* refactor(frontend): use ESMsyuilo2023-09-191-3/+3
|
* update deps (#11764)syuilo2023-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* feat: Refine 2fa (#11766)syuilo2023-08-281-48/+130
| | | | | | | | | | | | | * wip * Update 2fa.qrdialog.vue * Update 2fa.vue * Update CHANGELOG.md * tweak * :v:
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactorsyuilo2023-05-191-2/+2
|
* :art: 2FA設定のデザイン向上 / ↵tamaina2023-02-201-0/+82
セキュリティキーの名前を変更できるように (#9985) * wip * fix * wip * wip * :v: * rename key * :art: * update CHANGELOG.md * パスワードレスログインの判断はサーバーで * 日本語 * 日本語 * 日本語 * 日本語 * :v: * fix * refactor * トークン→確認コード * fix password-less / qr click * use otpauth * 日本語 * autocomplete * パスワードレス設定は外に出す * :art: * :art: --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>