summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: ↵かっこかり2024-10-034-5/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | サーバー初期設定時に初期パスワードを要求できるように (#14626) * feat: サーバー初期設定時専用の初期パスワードを設定できるように * 無いのに入力された場合もエラーにする * :art: * :art: * cypress-devcontainerにもpassを設定(テストが失敗するため) * [ci skip] :art: * :v: * test: please revert this commit before merge * Revert "test: please revert this commit before merge" This reverts commit 66b2b48f66830d2450d8cda03955c143feba76c7. * Update locales/ja-JP.yml Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * build assets * Update Changelog * fix condition * fix condition * add comment * change error code * 他のエラーコードと合わせる * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): ↵Kisaragi2024-10-031-1/+1
| | | | | | | 連合限定先が間違って連合しない先に代入されているのを修正 (#14662) * fix(backend): 連合限定先が間違って連合しない先に代入されているのを修正 * build: fix property typo
* Bump version to 2024.10.0-alpha.0github-actions[bot]2024-10-031-1/+1
|
* refactor & performance improvements of MkMentionsyuilo2024-10-031-6/+3
|
* fix(frontend): ↵Kisaragi2024-10-031-1/+1
| | | | データセーバーを有効にしているときにメンションのアイコンがアニメーションしないように (#14674)
* enhance(backend): notify new login (#14673)syuilo2024-10-0310-12/+66
| | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * fix * Update index.d.ts * Update SigninService.ts * Update MkNotification.vue
* update depssyuilo2024-10-032-13/+13
|
* enhance: require captcha for signin (#14655)syuilo2024-10-033-3/+73
| | | | | | | | | | | * wip * Update MkSignin.vue * Update MkSignin.vue * wip * Update CHANGELOG.md
* fix: sassのmodern-compilerを使うように (#14651)甘瀬ここあ2024-10-032-0/+10
| | | | | * fix(frontend-embed): ビルド時にsassのmodern-compilerを使うように * fix(frontend): ビルド時にsassのmodern-compilerを使うように
* Make post form attachments accessible (#14666)Julia2024-10-031-2/+13
| | | | | | | | | | * fix(frontend): Make post form attachments accessible Adds a role="button", tabindex, and @keydown to MkPostFormAttaches in order to make it accessible to keyboard users. * Fix for linter * Add spacing in type signature
* fix(misskey-js): build misskey-js with types (#14665)かっこかり2024-10-011-0/+5
|
* :art:syuilo2024-09-301-1/+1
|
* enhance(frontend): フォロワーへのメッセージ欄を改良 (#14656)かっこかり2024-09-302-4/+117
| | | | | * enhance(frontend): フォロワーへのメッセージ欄を改良 * Update Changelog
* Release: 2024.9.0github-actions[bot]2024-09-291-1/+1
|
* Bump version to 2024.9.0-beta.14github-actions[bot]2024-09-291-1/+1
|
* Bump version to 2024.9.0-alpha.13github-actions[bot]2024-09-291-1/+1
|
* fix(backend): update and re-enable Bull Dashboard (#14648)zyoshoka2024-09-293-6/+4
|
* enhance(frontend): cwでも絵文字メニューを開けるように (#14647)かっこかり2024-09-292-2/+16
| | | | | * fix(frontend): cwでも絵文字メニューを開けるように * Update Changelog
* tweak MkCondensedLinesyuilo2024-09-292-2/+2
| | | | #14642
* Bump version to 2024.9.0-alpha.12github-actions[bot]2024-09-281-1/+1
|
* wip (#14643)syuilo2024-09-2812-18/+127
|
* Update WebhookTestService.tssyuilo2024-09-281-0/+1
|
* :art:syuilo2024-09-283-2/+11
|
* :art:syuilo2024-09-281-1/+1
|
* :art:syuilo2024-09-281-1/+1
|
* enhance(backend): add user.score for moderation purposesyuilo2024-09-282-0/+21
|
* Bump version to 2024.9.0-alpha.11github-actions[bot]2024-09-281-1/+1
|
* Mk:C:containerのborderStyleとborderRadiusを設定できるように (#14638)FineArchs2024-09-282-2/+33
| | | | | * borderStyle and borderRadius * changelog
* update depssyuilo2024-09-282-49/+34
|
* feat: ↵syuilo2024-09-2826-38/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | フォローされた際のメッセージを設定できるようにする (#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
|
* test(backend): Add test for Passkey API (#14635)Yuri Lee2024-09-281-0/+182
|
* feat: エクスポート完了時に通知を発行するように (#14484)かっこかり2024-09-2618-7/+178
| | | | | | | | | | | | | * feat: エクスポート完了時に通知を発行するように * Update Changelog * entitity -> entity * fix: ペイロードを含むように * fix icon * exportableEntities -> userExportableEntities
* enhance(frontend): ↵syuilo2024-09-264-9/+12
| | | | 絵文字ピッカーをドロワー表示するか自由に設定可能に
* :art:syuilo2024-09-261-0/+1
|
* perf(backend): Defer instance metadata update (#14558)KOBA7892024-09-263-13/+111
| | | | | | | | | | | | | | | | | | | | | | | * Defer instance metadata update * Fix last new line * Fix typo * Add license notice * Fix syntax * Perform deferred jobs on shutdown * Fix missing async/await * Fix typo :) * Update collapsed-queue.ts --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Add Sign in with passkey Button (#14577)Yuri Lee2024-09-269-10/+387
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* fix(backend): embedの動作に必要な値を復活させる (#14633)かっこかり2024-09-251-0/+2
|
* fix(misskey-js): correct `noteUpdated` event type (#14632)zyoshoka2024-09-251-2/+2
|
* fix(frontend-embed): fix instanceticker, remove directives (#14631)かっこかり2024-09-255-5/+9
|
* fix(frontend-embed): ↵かっこかり2024-09-252-2/+21
| | | | | | | URLエンコードされた文字列が正常に読み込めない問題を修正 (#14630) * fix(frontend-embed): URLエンコードされた文字列が正常に読み込めない問題を修正 * fix(frontend-embed): bring back missing bits
* tweak stylesyuilo2024-09-251-10/+2
|
* :art:syuilo2024-09-251-2/+2
|
* Bump version to 2024.9.0-alpha.10github-actions[bot]2024-09-251-1/+1
|
* Fix: `<link ↵かっこかり2024-09-251-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | rel="alternate">`を追って照会するのはOKレスポンスが返却された場合のみに (#14627) * Only accept HTML `<link rel="alternate">` on success (cherry picked from commit 6ea48be84abdab66301a957c27dd5d84886dfb36) * Use `res.ok` instead of 200-299 (cherry picked from commit b667a68bd4eb916084658592d2942d521950005b) * jsdomに戻す * Update Changelog * Revert "jsdomに戻す" This reverts commit c03603611b74d16df52e77e44c558e958a82f3f4. * :art: --------- Co-authored-by: Julia Johannesen <julia@insertdomain.name>
* :art:syuilo2024-09-255-59/+82
|
* :art:syuilo2024-09-251-1/+1
|
* :art:syuilo2024-09-251-0/+11
|