かっこかり
6d15fe32d0
enhance(backend/test): Migrate tests to vitest ( #16935 )
...
* wip
* update fake-timers and migrate
* fix
* remove jest-mock
* fix
* fix
* fix
* fix
* attempt to fix unit tests
* attempt to fix e2e tests
* fix federation test [ci skip]
* attempt to fix e2e tests
* fix typecheck
* fix unit tests
* fix
* attempt to fix e2e
* fix
* Revert "attempt to fix e2e"
This reverts commit b7b7b05d85 .
* attempt to fix e2e
* revert attempt to fix e2e
* update deps
* update vitest
* migrate
* attempt to fix e2e
* update
* fix
* remove vite swc plugin as oxc parser can handle decorators
* attempt to fix drive/files/create test
* Revert "attempt to fix drive/files/create test"
This reverts commit 4715153375 .
* fix: エンドポイントにまつわるテストをunitからe2eに移動
* attempt to fix e2e
* remove swc
* attempt to fix e2e
* Revert "attempt to fix e2e"
This reverts commit 9fb86a4076 .
* add logs for debug
* attempt to fix e2e
* Partially revert "attempt to fix e2e"
This reverts commit fb0008c85a .
* attempt to fix test
* fix: attempt to fix test
* Revert "fix: attempt to fix test"
This reverts commit ed2f5c40e8 .
* Revert "attempt to fix test"
This reverts commit d7329c46f1 .
* attempt to fix e2e
* fix: surpass eventemitter warning by increasing defaultMaxListeners
* attempt to fix e2e
* fix
* fix e2e not ending properly
* exp: add hanging-process reporter for investigation
* Revert "exp: add hanging-process reporter for investigation"
This reverts commit 26851f8282 .
* update changelog
2026-04-20 14:57:29 +09:00
かっこかり
1391269a67
Update CHANGELOG.md
2026-04-18 15:02:27 +09:00
かっこかり
37bfcb604f
enhance(backend): bundle backend using Rolldown ( #17068 )
...
* enhance(backend): bundle backend using rolldown
* fix
* fix [ci skip]
* remove unused build script
* fix
* enhance: 起動からlistenまでかかる時間を減らす (MisskeyIO#1410)
* ✌️
* fix
* update rolldown
* fix(backend): extract static error classes to avoid rolldown design:paramtypes omission
* update rolldown
* Revert "fix(backend): extract static error classes to avoid rolldown design:paramtypes omission"
This reverts commit e2243c9dc3 .
* fix
* perf: avoid generating sourcemap in production
* fix
* fix
* fix
* fix paths
* fix
* fix
* fix
* fix
* fix
* enhance: バックエンドの開発サーバー制御をrolldown側で行うように
* remove nodemon
* Update Changelog
* tweak config
* fix
* fix
* fix
* clean up
---------
Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com >
Co-authored-by: bab <mashirohira@gmail.com >
2026-04-16 12:44:50 +09:00
Jaehong Kang
277a1ef31f
fix(backend): handle relay-delivered Announce activities correctly ( #17308 )
...
* fix(backend): handle relay-delivered Announce activities correctly
Relay Announce activities now use the target note URI instead of the
Announce URI for federation allowlist checks, dedup locking, and
existence lookups. Notes delivered via relay are published directly to
the notes stream without creating a renote.
Closes #11056
* Update packages/backend/src/core/RelayService.ts
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com >
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2026-04-15 23:05:36 +09:00
syuilo
8e536eb4b9
Update CHANGELOG.md
2026-04-15 20:30:23 +09:00
るちーか
360e805638
enhance: アバターデコレーションへのカテゴリの導入 ( #17034 )
...
* feat(backend): AvatarDecorationにcategoryを追加し、関連APIのプロパティ・戻り値にも反映
* feat(frontend): アバターデコレーションのカテゴリ設定機能
* chore(frontend): 管理画面とユーザー側の画面で、アバターデコレーションのグループ化のコードをある程度統一
* CHANGELOGを更新
* fix: group-avatar-decorations.tsを使用するよう修正
* chore: コーディング規約への準拠
* 型エラーを解消
2026-04-15 20:29:17 +09:00
syuilo
a6de986f83
Update CHANGELOG.md
2026-04-15 11:40:36 +09:00
かっこかり
55b0fbd172
fix(backend): robots.txtで返却する内容の調整 ( #17165 )
...
* fix(backend): robots.txtで返却する内容の調整
* Update Changelog
* fix: add paths
* Update Changleog
2026-04-15 09:56:07 +09:00
かっこかり
6532cb85e7
Update CHANGELOG.md for #17310 [ci skip]
2026-04-15 09:03:53 +09:00
かっこかり
29cecd750f
fix(backend): 存在しないActorに対するDeleteアクティビティは無視するように ( #17294 )
...
* fix(backend): 存在しないActorに対するDeleteアクティビティは無視するように
* Update Changelog
* fix
* Revert "fix"
This reverts commit 985feea326 .
* fix?
* fix
* fix
* fix
* fix
* refactor: remove unused imports
* fix
* Update CHANGELOG.md [ci skip]
2026-04-11 14:45:11 +09:00
FINEARCHS
68e3476a16
fix(frontend): ドライブへの画像アップロード時にファイル名の変更が無視される不具合を修正 ( #17302 )
...
* ドライブの実ファイル名ではなくsuffixを保持するように
* MkUploaderItemsでファイル名が圧縮後の拡張子も含めて表示されるように
* Apply suggestion from @kakkokari-gtyih
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com >
* changelog
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com >
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2026-04-11 14:23:42 +09:00
かっこかり
3cb003366f
fix(frontend): 連合が無効化されたサーバーでInstance Tickerの設定が中途半端に消えている問題を修正 ( #17303 )
...
* fix(frontend): 連合が無効化されたサーバーでInstance Tickerの設定が中途半端に消えている問題を修正
* Update Changelog
2026-04-11 13:16:55 +09:00
かっこかり
d4a5048aae
fix(frontend): routerがmatchAllに入った際に一度 location.href による遷移を試みる挙動に関する修正 ( #17281 )
...
* fix(frontend): follow-up of #13509
* fix: fix use of inappropriate method
* Update CHANGELOG.md [ci skip]
2026-04-07 20:35:06 +09:00
github-actions[bot]
367766d864
Bump version to 2026.4.0-alpha.0
2026-04-06 11:16:40 +00:00
かっこかり
0b7b59f1e2
enhance(frontend): チャンネル指定リノートでリノート先のチャンネルに移動できるように ( #17280 )
...
* enhance(frontend): チャンネル指定リノートでリノート先のチャンネルに移動できるように
* Update Changelog
* fix condition
* refactor
2026-04-05 17:22:17 +09:00
Evan Prodromou
8169c57bd1
fix(backend): handle array or string in alsoKnownAs ( #17275 )
...
* fix: handle array or string in alsoKnownAs, closes #17274
* style: use more idiomatic toArray() for UserEntityService handling of alsoKnownAs
* fix: handle array-valued or unwrapped alsoKnownAs in ApPersonService
* doc: note about bugfix for alsoKnownAs
2026-04-05 00:43:37 +09:00
Copilot
5361a3819b
fix(backend): /api-doc にアクセスできない問題を修正 ( #17267 )
...
* Initial plan
* fix: fix /api-doc returning 404 after backend minification (#17266 )
Agent-Logs-Url: https://github.com/misskey-dev/misskey/sessions/8d7d0585-55da-412f-a8ee-dde1b6565026
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
* enhance: API DocのHTMLをJSXで生成するように
* Update Changelog
* chore: remove unused imports [ci skip]
---------
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: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com >
2026-04-01 14:43:34 +09:00
github-actions[bot]
7bd7e5c4db
[skip ci] Update CHANGELOG.md (prepend template)
2026-03-31 12:14:45 +00:00
かっこかり
c5fd36094d
enhance(frontend): ウィンドウの初期サイズを画面サイズから動的に決めるように ( #17257 )
...
* enhance(frontend): ウィンドウの初期サイズを画面サイズから動的に決めるように
* Update Changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2026-03-22 13:32:45 +09:00
かっこかり
b5a6e12439
fix(frontend): ウィンドウのタイトルをクリックしても最前面に出ないのを修正 ( #17255 )
...
* fix(frontend): ウィンドウのタイトルをクリックしても最前面に出ないのを修正
* Update Changelog
2026-03-22 13:21:14 +09:00
かっこかり
b826a16231
fix(backend): 初期読込時に必要なフロントエンドのアセットがすべて読み込まれていない問題を修正 ( #17254 )
...
* fix: バックエンドのCSS読み込みの方法が悪いのを修正
* fix: 使用されないpreloadを削除
* Update Changelog
* add comments
2026-03-21 12:26:50 +09:00
かっこかり
54e94263a8
fix(backend): チャンネルミュートを有効にしている際にノートの閲覧ができなくなることがある問題を修正 ( #17251 )
...
* fix(backend): チャンネルミュート使用時にユーザーのノート一覧読み込みに失敗する問題を修正
* more fix
* Update Changelog
2026-03-20 19:11:56 +09:00
かっこかり
2904b5a342
fix(backend): fix streaming note hiding logic ( #17248 )
...
* fix(backend): fix streaming note hiding logic
* Update Changelog
* refactor: avoid using generator function
---------
Co-authored-by: Acid Chicken <root@acid-chicken.com >
2026-03-20 14:01:27 +09:00
かっこかり
f16ef2ef56
fix(frontend): 絵文字パレットが空の状態でMisskeyについてのページが閲覧できない問題を修正 ( #17243 )
...
* fix(frontend): 絵文字パレットが空の状態でMisskeyについてのページが閲覧できない問題を修正
* Update Changelog
* extension
* add comment
2026-03-18 21:34:28 +09:00
かっこかり
a3b0dc91e8
fix(backend): Acceptヘッダを署名の対象に含めないように ( #17240 )
...
* fix(backend): Acceptヘッダを署名の対象に含めないように
* Update Changelog
2026-03-16 13:42:51 +09:00
github-actions[bot]
1eefd8d3f0
Bump version to 2026.3.2-alpha.0
2026-03-09 09:32:58 +00:00
かっこかり
589a3e229b
Update CHANGELOG.md
2026-03-09 18:25:04 +09:00
syuilo
db5cc6c058
Revert "fix(backend): 自分の行ったフォロワー限定投稿または指名投稿に自分自身でリアクションなど行った場合のイベントが流れない問題を修正"
...
This reverts commit 06f8dd39ca .
2026-03-09 13:51:18 +09:00
syuilo
06f8dd39ca
fix(backend): 自分の行ったフォロワー限定投稿または指名投稿に自分自身でリアクションなど行った場合のイベントが流れない問題を修正
2026-03-09 13:50:10 +09:00
github-actions[bot]
d083855f7f
[skip ci] Update CHANGELOG.md (prepend template)
2026-03-09 01:03:01 +00:00
かっこかり
5e62ad160e
Update CHANGELOG.md
2026-03-09 09:36:02 +09:00
github-actions[bot]
e554e72b55
Bump version to 2026.3.1-alpha.0
2026-03-09 00:34:23 +00:00
かっこかり
582ebe422c
Update CHANGELOG.md
2026-03-09 08:24:52 +09:00
github-actions[bot]
d5b86a8b49
[skip ci] Update CHANGELOG.md (prepend template)
2026-03-05 10:56:52 +00:00
syuilo
9c30c0915a
Update CHANGELOG.md
2026-03-05 19:35:06 +09:00
かっこかり
3980b2ca55
fix: review fixes ( #17208 )
...
* fix: OAuthのContent-Typeを正しく判定するように
* fix(frontend): fix outdated comments
* fix: storagePersistenceのtop-level awaitを解消
* fix
* fix(frontend): add comment
Co-Authored-By: anatawa12 <anatawa12@icloud.com >
* fix
* fix: rename `users/get-following-users-by-birthday`
* fix: fix types
* Update MkForm.vue
* refactor utility/storage.ts
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com >
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2026-03-05 19:24:30 +09:00
かっこかり
71f50d3280
fix(frontend): secure contextではない場合はストレージ永続化を確認しないように ( #17189 )
...
* fix(frontend): secure contextではない場合はストレージ永続化を確認しないように
* Update Changelog
2026-02-23 16:53:41 +09:00
かっこかり
41620600cc
fix(frontend): ウィンドウのドラッグ・サイズ変更のポインターをキャプチャするように ( #17159 )
...
* fix(frontend): ウィンドウのドラッグ・サイズ変更のポインターをキャプチャするように
* Update Changelog
* fix
2026-02-16 19:23:30 +09:00
かっこかり
bd992661f4
Update CHANGELOG.md
2026-02-15 15:50:42 +09:00
かっこかり
af40eb4d31
fix: user-tagページでユーザーが重複して読み込まれるのを修正 ( #17163 )
...
* fix: user-tagをページネーションに対応させる
* update changelog
2026-02-15 11:50:23 +09:00
かっこかり
a22b82c414
fix(frontend): フォロー承認通知でフォローされた際のメッセージ内の絵文字が表示されない問題を修正 ( #17164 )
...
* fix(frontend): フォロー承認通知でフォローされた際のメッセージ内の絵文字が表示されない問題を修正
* update changelog
2026-02-15 11:49:37 +09:00
かっこかり
28f5b2f173
fix(frontend): ぼかし・塗りつぶし・モザイクの画像エフェクトを修正 ( #17155 )
...
* fix(frontend): ぼかし・塗りつぶし・モザイクの画像エフェクトを修正
* Update Changelog
* fix changelog [ci skip]
* fix changelog [ci skip]
* tweak
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2026-02-08 09:48:04 +09:00
かっこかり
00cbd1e6db
fix(frontend): ノートの詳細表示でリアクション一覧が全件表示されない問題を修正 ( #17137 )
...
* fix(frontend): ノートの詳細表示でリアクション一覧が全件表示されない問題を修正
* Update Changelog
2026-02-02 22:37:24 +09:00
Ken_Cir
39362f78a6
fix(backend): inconsistent permissions for /admin/get-user-ips ( #17136 )
...
* fix(backend): inconsistent permissions for /admin/get-user-ips
* Update Changelog
2026-01-31 22:37:48 +09:00
poppingmoon
5e2b041f84
fix(frontend): remove ensureSignin from reversi game page ( #17130 )
2026-01-28 20:44:58 +09:00
かっこかり
4910fff7fb
fix(frontend): mCaptchaが動作しない問題を修正 ( #17127 )
...
* fix(frontend): mCaptchaが動作しない問題を修正
* Update Changelog
* remove mcaptcha vanila glue
2026-01-28 11:55:35 +09:00
かっこかり
bc5aef846b
enhance(frontend): 画面幅が広いときはメディアを横並びで表示できるようにするオプションを追加 ( #16946 )
...
* enhance(frontend): 画面幅が広いときはメディアを横並びで表示できるようにするオプションを追加
* Update Changelog
* Update CHANGELOG.md
2026-01-13 15:28:54 +09:00
poppingmoon
c0d5c0df69
fix(frontend): add "px" suffix to borderWidth of Ui:C:container ( #17088 )
...
* fix: add "px" suffix to borderWidth of Ui:C:container
* docs: update changelog
2026-01-13 15:00:46 +09:00
かっこかり
ece4efcefe
fix(frontend): mfmFunctionPickerを使用して挿入する際のハンドリングを改善 ( #17018 )
...
* fix(frontend): mfmFunctionPickerを使用して絵文字を挿入する際のハンドリングを改善
* fix
* Update MkPostForm.vue
* Update Changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2026-01-08 21:08:27 +09:00
かっこかり
cd973b252a
fix(frontend): 2月29日を誕生日に設定している場合、平年は3月1日を誕生日として扱うように ( #17072 )
...
* fix(frontend): 2月29日を誕生日に設定している場合、平年は3月1日を誕生日として扱うように
* Update Changelog
* add tests
* spdx
2026-01-08 12:16:33 +09:00