summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): update [misskey-js] update dependencies [ci skip] (#16900)renovate[bot]2025-11-301-3/+3
| | | | | | | | | | * chore(deps): update [misskey-js] update dependencies * run pnpm dedupe --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* Bump version to 2025.11.2-alpha.3github-actions[bot]2025-11-301-1/+1
|
* perf(backend): use node-html-parser instead of microformats-parser (#16907)syuilo2025-11-302-15/+34
| | | | | | | | | | | | | * perf(backend): use node-html-parser instead of microformats-parser microformats-parser は内部的に parse5 に依存していて無駄 * Update OAuth2ProviderService.ts * Add 'id' parameter to parseMicroformats function * Update OAuth2ProviderService.ts * Update OAuth2ProviderService.ts
* perf(backend): lazy load summalysyuilo2025-11-301-3/+4
|
* Bump version to 2025.11.2-alpha.2github-actions[bot]2025-11-301-1/+1
|
* perf(backend): lazy load sentrysyuilo2025-11-304-28/+42
|
* refactor: localesをworkspace管理下のパッケージに (#16895)おさむのひと2025-11-3037-37/+13798
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor: localesをworkspace管理下のパッケージに * fix copilot review * move * move * rename * fix ci * revert unwanted indent changes * fix * fix * fix * fix * 間違えてコミットしていたのを戻す * 不要 * 追加漏れ * ymlの場所だけ戻す * localesの位置を戻したのでこの差分は不要 * 内容的にlocalesにある方が正しい * i18nパッケージ用のREADME.mdを用意 * fix locale.yml * fix locale.yml --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies [ci skip] (#16901)renovate[bot]2025-11-304-19/+19
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies (major) [ci skip] (#16866)renovate[bot]2025-11-303-15/+18
| | | | | | | | | | | | | | | | | | * fix(deps): update [frontend] update dependencies * attempt to fix test * rollback twemoji parser to v16 [ci skip] * fix [ci skip] * rollback twemoji parser to v16 * attempt to fix test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* Bump version to 2025.11.2-alpha.1github-actions[bot]2025-11-301-1/+1
|
* fix(deps): update [backend] update dependencies (major) (#16099)renovate[bot]2025-11-3035-190/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(deps): update [backend] update dependencies * update approve builds * update minimum node version for testing * remove types/bcryptjs * fix(backend): remove removed type previously exported from file-type * migrate webauthnservice * Update Changelog * update deps (MisskeyIO#889) - メンテナンスされないredis-lockを自前実装に変更 - 既にロックされている場合のリトライ間隔を調整 * use main redis for lock * spdx * tweak max retries * [ci skip] dedupe * attempt to fix test * attempt to fix test * Revert "attempt to fix test" This reverts commit c508318627e4ffab030e1acf5182f58cc2eb51d8. * temporarily roll back simonjs/fake-timers to v11.3.1 * Revert "temporarily roll back simonjs/fake-timers to v11.3.1" This reverts commit 54f1fc3d7917089e05b20fc5b86435e3f5e5b040. * migrate sinonjs/fake-timers * update deps / migrate jest 30 * fix test * fix: update node.js min version to 20.18.1 * fix: rollback nsfwjs to 4.2.0 * fix * attempt to fix test * attempt to fix test * attempt to fix test * attempt to fix test * revert jest 30 related changes * update deps * fix test * fix: rollback nsfwjs to 4.2.0 * fix: rollback sharp to 0.33 * update deps * fix: rollback sharp-read-bmp to 1.2.0 * fix: rollback nsfwjs to 4.2.0 * recreate lockfile * update deps * fix: rollback sharp-read-bmp to 1.2.0 * fix: rollback jsdom, parse5 * fix: rollback jsdom types * fix [ci skip] * run pnpm dedupe * update deps * run pnpm dedupe [ci skip] * Update Changelog [ci skip] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Bump version to 2025.11.2-alpha.0github-actions[bot]2025-11-291-1/+1
|
* chore(backend): remove jsdom completely (#16893)syuilo2025-11-295-14/+12
| | | | | | | | | | | * wip * Update utils.ts * Update fetch-resource.ts * Update exports.ts * Update oauth.ts
* perf(backend): ↵syuilo2025-11-293-78/+80
| | | | | | | | | | | | | parse5をやめて軽量な実装にし、メモリ削減・高速化 (#16892) * wip * test * Revert "test" This reverts commit b7c5ae72144874a378cef7a13320e8b89f40d6e9. * Update MfmService.ts
* Revert "chore(backend): remove jsdom"syuilo2025-11-292-3/+5
| | | | This reverts commit 2effd9da6ea6bd24b4a8342ded6d5b05b69a5ed4.
* chore(backend): remove jsdomsyuilo2025-11-292-5/+3
|
* perf(backend): ↵syuilo2025-11-2912-214/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jsdom、happy-domをやめて軽量な実装にし、メモリ削減・高速化 (#16885) * wip * Update packages/backend/src/server/api/endpoints/i/update.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/FetchInstanceMetadataService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * remove some packages * コミット漏れ * clean up * fix * Update MfmService.ts * fix * fix * Update MfmService.ts * wip * rename * Update packages/backend/src/core/MfmService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/MfmService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/MfmService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/MfmService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/activitypub/ApRendererService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/MfmService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/MfmService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update MfmService.ts * Update CHANGELOG.md --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Release: 2025.11.1github-actions[bot]2025-11-281-1/+1
|
* enhance(backend): Improve error handling for scheduled post validation (#16642)Copilot2025-11-282-0/+32
| | | | | | | | | | | | | | | * Initial plan * Add error definitions and handling for scheduling validation errors Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * ✌️ --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* chore(deps): update dependency glob to v13 [ci skip] (#16864)renovate[bot]2025-11-281-1/+1
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2025.11.1-beta.3github-actions[bot]2025-11-271-1/+1
|
* fix(frontend/aiscript): ↵かっこかり2025-11-272-20/+76
| | | | | | | | | | | | | 各種関数の引数で明示的にnullが指定されている場合のハンドリングを修正 (#16838) * fix(frontend/aiscript): MkDialogのtitle, textでnull値を許容するように * fix * update aiscript and use new api * fix * fix
* Revert "fix(backend): `clips/my-favorites` ↵かっこかり2025-11-277-38/+11
| | | | | | | | | APIをページネーションに対応させる (#16835)" (#16874) * Revert "fix(backend): `clips/my-favorites` APIをページネーションに対応させる (#16835)" This reverts commit 70fa621e22b90b1f649eb3c1d291cec1ed57b0ac. * fix
* fix(deps): update dependency js-yaml to v4.1.1 [security] [ci skip] (#16788)renovate[bot]2025-11-271-1/+1
| | | | | | | | | | * fix(deps): update dependency js-yaml to v4.1.1 [security] * :v: [ci skip] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(deps): update [backend] update dependencies [ci skip] (#16867)renovate[bot]2025-11-271-28/+28
| | | | | | | | | | | | * fix(deps): update [backend] update dependencies * fix(deps): update [backend] update dependencies * bump sentry node to fix type errors --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* Bump version to 2025.11.1-beta.2github-actions[bot]2025-11-271-1/+1
|
* refactorsyuilo2025-11-271-5/+2
| | | | Fix #16872
* fix(deps): update [frontend] update dependencies [ci skip] (#16868)renovate[bot]2025-11-268-45/+45
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* perf(backend): 必要になるまでnsfwjsを読み込まないようにsyuilo2025-11-261-3/+4
|
* fix(deps): update dependency glob to v11.1.0 [security] [ci skip] (#16861)renovate[bot]2025-11-262-2/+2
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* enhance(frontend): Change default animatedMfm based on reduced motion preferencesyuilo2025-11-261-1/+1
| | | https://github.com/misskey-dev/misskey/commit/3f539916d9570e66ed92a9de95dfd2e41c38f391#commitcomment-171408344
* Bump version to 2025.11.1-beta.1github-actions[bot]2025-11-261-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-11-262-14/+14
|\
| * chore(deps): update [misskey-js] update dependencies [ci skip] (#16863)renovate[bot]2025-11-262-14/+14
| | | | | | | | | | | | | | | | | | | | * chore(deps): update [misskey-js] update dependencies * update deps --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* | enhance(frontend): ↵syuilo2025-11-261-2/+2
|/ | | | | | | GIF画像を再生するか・動くMFMを表示するかの設定でOSのアクセシビリティ設定を参照しないように ・OSのUIのアニメーション設定がMisskey内のGIFなどにまで連動して適用されるのは分かりにくい・期待しない動作との声が多いため ・動きのあるカスタム絵文字などのコンテンツはMisskeyの主要部分であり、それを止める設定は、本来の挙動に影響しない範囲でアニメーションを減らすアクセシビリティ設定とは趣旨が異なるため(OSでアニメーションを減らす設定を有効にしたからといってOSで動画の再生がされなくなるわけではないのと同じ)
* fix(frontend): ↵syuilo2025-11-262-6/+9
| | | | | | 初回読み込み時にエラーになることがある問題を修正 Fix #16562
* clean upsyuilo2025-11-261-3/+3
|
* enhance(frontend): ↵syuilo2025-11-262-8/+1
| | | | viewportの属性を起動後に変化させないことにより処理を簡略化+安定性向上
* fix(frontend): ↵かっこかり2025-11-262-36/+58
| | | | | | | | | フォロー申請のキャンセル時に確認ダイアログを出すように (#16834) * fix(frontend): フォロー申請のキャンセル時に確認ダイアログを出すように * Update Changelog * fix: 注釈は書かない
* Bump version to 2025.11.1-beta.0github-actions[bot]2025-11-261-1/+1
|
* fix(backend): ワードミュートの文字数計算を修正syuilo2025-11-261-2/+14
|
* chore(dev): use postgresql 18 (#16850)syuilo2025-11-252-2/+2
|
* fix(deps): update [frontend] update dependencies [ci skip] (#16802)renovate[bot]2025-11-258-51/+51
| | | | | | | | | | | | * fix(deps): update [frontend] update dependencies * run pnpm dedupe * [ci skip] run dedupe --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* Bump version to 2025.11.1-alpha.2github-actions[bot]2025-11-251-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-11-252-25/+25
|\
| * fix(deps): update [backend] update dependencies [ci skip] (#16801)renovate[bot]2025-11-252-25/+25
| | | | | | | | | | | | | | | | | | | | * fix(deps): update [backend] update dependencies * fix types --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* | 🎨syuilo2025-11-252-132/+142
|/
* fix(frontend): ↵syuilo2025-11-251-4/+17
| | | | ナビゲーションバーを下に表示しているときに、項目数が多いと表示が崩れる問題を修正
* chore(backend): tweak messagesyuilo2025-11-251-1/+1
|
* fix(frontend): ↵かっこかり2025-11-251-2/+2
| | | | | | | | | | | | | MkRadiosのslotでv-ifを使用すると空白のoptionが生成される問題を修正 (#16832) * fix: MkRadiosのslotでv-ifを使用すると空白のoptionが生成される問題を修正 (MisskeyIO#1105) * Update Changelog * Update CHANGELOG.md --------- Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>