summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* :art:syuilo2024-09-247-12/+42
|
* fix(frontend-embed): #14613 で抜け落ちた処理を戻す (#14623)かっこかり2024-09-242-2/+9
|
* Bump version to 2024.9.0-alpha.9github-actions[bot]2024-09-241-1/+1
|
* fix(backend): RBTの修正 (#14621)かっこかり2024-09-246-40/+73
| | | | | | | | | * fix(backend): 絵文字の変換処理が不十分なのを修正 * enhance: リアクションバッファリングが無効になったら即bakeするように * attempt to fix test * fix
* :art:syuilo2024-09-247-19/+17
|
* :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
|
* Bump version to 2024.9.0-alpha.8github-actions[bot]2024-09-241-1/+1
|
* 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-242-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | 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-242-13/+19
| | | | | | | | | | | | | | | 連合一覧等のページネーションが壊れていたのを修正 (#14439) * fix * fix * fix CHANGELOG.md * 開発環境以外でログが出ないように --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* Fix: Continue importing from file if single emoji import fails (#14461)Aleteoryx2024-09-241-17/+24
| | | | | | | | | | * Fix: Continue importing from file if single emoji import fails * Fix indentation --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): weird AP delivered chart in control panel (#14481)zyoshoka2024-09-243-7/+50
| | | | | | | | | | | | | * 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>
* Bump version to 2024.9.0-alpha.7github-actions[bot]2024-09-231-1/+1
|
* 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
* fix(backend): happy-domを使用後にcloseするように (#14615)かっこかり2024-09-232-4/+8
| | | | | | | | | | | | | | | * Add `DetachedWindowAPI.close` calls to `MfmService` (cherry picked from commit ceaec3324925e53ca3f467b0438a98f1108eed0f) * fix * update changelog * fix --------- Co-authored-by: Julia Johannesen <julia@insertdomain.name>
* refactor(misskey-games): Misskey Games系パッケージのlint修正+Lint ↵かっこかり2024-09-236-45/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI整備 (#14612) * chore(lint): Fix linting in misskey-reversi (cherry picked from commit 894934a1a7743472b2d051e2690007ae373efd76) * chore(lint): Fix linting in misskey-bubble-game (cherry picked from commit 1ba9c37a8d5e4ae6a98494026b87f6f6439790c7) * enhance(gh): add lint ci for misskey games packages * enhance(gh): fix lint ci * fix * revert some changes that nothing to do with lint rules * fix * lint fixes * refactor: strict type def * lint fixes * :art: * :art: --------- Co-authored-by: 4censord <mail@4censord.de>
* Bump version to 2024.9.0-alpha.6github-actions[bot]2024-09-231-1/+1
|
* perf(embed): improve embed performance (#14613)syuilo2024-09-2312-72/+189
| | | | | | | | | | | | | | | * wip * wip * wip * refactor * refactor --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* enhance(frontend): tweak control panelsyuilo2024-09-232-287/+278
|
* :art:syuilo2024-09-231-2/+4
|
* enhance(frontend): improve forms usabilitysyuilo2024-09-236-434/+485
|
* fix(misskey-js): wrong hashtag channel param type (#14611)zyoshoka2024-09-232-2/+2
|
* Bump version to 2024.9.0-alpha.5github-actions[bot]2024-09-221-1/+1
|
* :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
|