summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* :art:syuilo2024-09-283-2/+11
|
* :art:syuilo2024-09-281-1/+1
|
* :art:syuilo2024-09-281-1/+1
|
* Mk:C:containerのborderStyleとborderRadiusを設定できるように (#14638)FineArchs2024-09-282-2/+33
| | | | | * borderStyle and borderRadius * changelog
* feat: ↵syuilo2024-09-287-19/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | フォローされた際のメッセージを設定できるようにする (#14430) * feat: フォローされた際のメッセージを設定できるようにする Resolve #14425 * Update CHANGELOG.md * 既にフォローしているユーザーのメッセージも見れるように * Update packages/frontend/src/components/MkNotification.vue Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * fix indent * Update users.ts * wip * Update users.ts --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* :art:syuilo2024-09-285-28/+13
|
* show shown (#14639)FineArchs2024-09-281-1/+19
|
* feat: エクスポート完了時に通知を発行するように (#14484)かっこかり2024-09-262-2/+29
| | | | | | | | | | | | | * feat: エクスポート完了時に通知を発行するように * Update Changelog * entitity -> entity * fix: ペイロードを含むように * fix icon * exportableEntities -> userExportableEntities
* enhance(frontend): ↵syuilo2024-09-264-9/+12
| | | | 絵文字ピッカーをドロワー表示するか自由に設定可能に
* :art:syuilo2024-09-261-0/+1
|
* Add Sign in with passkey Button (#14577)Yuri Lee2024-09-262-10/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Sign in with passkey (PoC) * 💄 Added "Login with Passkey" Button * refactor: Improve error response when WebAuthn challenge fails * signinResponse should be placed under the SigninWithPasskeyResponse object. * Frontend fix * Fix: Rate limiting key for passkey signin Use specific rate limiting key: 'signin-with-passkey' for passkey sign-in API to avoid collisions with signin rate-limit. * Refactor: enhance Passkey sign-in flow and error handling - Increased the rate limit for Passkey sign-in attempts to accommodate the two API calls needed per sign-in. - Improved error messages and handling in both the `WebAuthnService` and the `SigninWithPasskeyApiService`, providing more context and better usability. - Updated error messages to provide more specific and helpful details to the user. These changes aim to enhance the Passkey sign-in experience by providing more robust error handling, improving security by limiting API calls, and delivering a more user-friendly interface. * Refactor: Streamline 2FA flow and remove redundant Passkey button. - Separate the flow of 1FA and 2FA. - Remove duplicate passkey buttons * Fix: Add error messages to MkSignin * chore: Hide passkey button if the entered user does not use passkey login * Update CHANGELOG.md * Refactor: Rename functions and Add comments * Update locales/ja-JP.yml Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Fix: Update translation - update index.d.ts - update ko-KR.yml, en-US.yml - Fix: Reflect Changed i18n key on MkSignin --------- Co-authored-by: Squarecat-meow <kw7551@gmail.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Update about-misskey.vuesyuilo2024-09-261-0/+1
|
* tweak stylesyuilo2024-09-251-10/+2
|
* :art:syuilo2024-09-251-2/+2
|
* :art:syuilo2024-09-255-59/+82
|
* :art:syuilo2024-09-251-1/+1
|
* :art:syuilo2024-09-251-0/+11
|
* :art:syuilo2024-09-245-9/+27
|
* :art:syuilo2024-09-242-7/+7
|
* :art:syuilo2024-09-241-31/+33
|
* :art:syuilo2024-09-243-23/+22
|
* enhance(frontend): tweak control panelsyuilo2024-09-242-50/+51
|
* refactorsyuilo2024-09-242-2/+2
|
* Playの編集画面の保存ボタン等をstickyにする など (#14429)FineArchs2024-09-241-11/+24
| | | | | | | | | | | | | | | | | | | | | | | * flash: sticky buttons * sticky save buttons * fix * add spacer * fix design * Update CHANGELOG.md * revert experimental background * add background * Update CHANGELOG.md --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* feat: ↵かっこかり2024-09-241-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | adminのファイル一覧画面で、ファイルが添付されているノートを一覧できるように (#14403) * enhance(moderation): モデレーターがファイルが添付されているノートを照会できるように (MisskeyIO#680) Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com> Co-authored-by: nenohi <kimutipartylove@gmail.com> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> (cherry picked from commit b059162324d2cfc697d1af9f3b6fb49fad2734e0) * Update Changelog * :v: Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com> Co-authored-by: nenohi <kimutipartylove@gmail.com> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> --------- Co-authored-by: Yuuki <yukikum57@gmail.com> Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com> Co-authored-by: nenohi <kimutipartylove@gmail.com> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* fix(frontend): ↵おさむのひと2024-09-241-8/+5
| | | | | | | | | | | | | | | 連合一覧等のページネーションが壊れていたのを修正 (#14439) * fix * fix * fix CHANGELOG.md * 開発環境以外でログが出ないように --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(frontend): weird AP delivered chart in control panel (#14481)zyoshoka2024-09-242-6/+48
| | | | | | | | | | | | | * fix(frontend): `Out: Fail` was negative number * fix(frontend): don't stack AP delivered chart * test(#10336): add `pages/admin/overview.ap-requests.vue` story * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2024-09-231-9/+45
| | | | | | | | | | | | | | | | | | | | MkRangeのタッチ操作時にtooltipが複数重なって表示されないように (#14548) * fix: directiveでのtooltip表示との競合を解消 (#265) (cherry picked from commit 6d15d379a76b1b153ec2996e22bf0fc29ced5fda) * code style * Update Changelog * record origin * fix: ホバー時にもツールチップが出るように --------- Co-authored-by: CaffeinePower <86540016+cffnpwr@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): ↵かっこかり2024-09-2336-595/+832
| | | | | | | | | | | popupMenuの項目作成時に三項演算子をなるべく使わないように (#14554) * refactor(frontend): popupMenuの項目作成時に三項演算子をなるべく使わないように * type import * fix * lint
* enhance(frontend): tweak control panelsyuilo2024-09-232-287/+278
|
* :art:syuilo2024-09-231-2/+4
|
* enhance(frontend): improve forms usabilitysyuilo2024-09-236-434/+485
|
* :art:syuilo2024-09-222-5/+7
|
* enhance(frontend): tweak control panelsyuilo2024-09-221-4/+4
|
* refactorsyuilo2024-09-223-12/+10
|
* enhance(frontend): tweak control panelsyuilo2024-09-221-50/+36
|
* :art:syuilo2024-09-221-1/+1
|
* :art:syuilo2024-09-221-2/+1
|
* fix(frontend): lint fixe for tweak control panel (#14610)かっこかり2024-09-221-1/+1
|
* enhance(frontend): tweak control panelsyuilo2024-09-224-80/+40
|
* enhance(frontend): tweak control panelsyuilo2024-09-222-77/+151
|
* ffix(frontend): lint fixes for tweak control panel (#14607)かっこかり2024-09-221-4/+4
|
* enhance(frontend): tweak control panelsyuilo2024-09-222-25/+5
|
* enhance(frontend): tweak control panelsyuilo2024-09-223-33/+98
|
* enhance(frontend): tweak control panelsyuilo2024-09-225-143/+173
|
* :art:syuilo2024-09-221-1/+6
|
* :art:syuilo2024-09-213-83/+39
|
* fix(frontend): ↵かっこかり2024-09-201-1/+5
| | | | | | | | | | | | | ファイルの詳細ページのファイルの説明で改行が正しく表示されない問題を修正 (#14588) * upd: don't ignore new lines on file info * Update Changelog * :v: --------- Co-authored-by: Marie <github@yuugi.dev>
* enhance: ↵かっこかり2024-09-203-5/+145
| | | | | | | ユーザーコンテンツのインポート操作の実行可否をロールで制御できるように (#14583) * enhance: インポート操作の実行可否をロールで制御できるように * Update Changelog
* Misskey® Reactions Buffering Technology™ (#14579)syuilo2024-09-202-50/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update ReactionsBufferingService.ts * Update ReactionsBufferingService.ts * wip * wip * wip * Update ReactionsBufferingService.ts * wip * wip * wip * Update NoteEntityService.ts * wip * wip * wip * wip * Update CHANGELOG.md