summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "fix(frontend): stacking router ↵syuilo2025-12-042-4/+2
| | | | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正" This reverts commit a3c3052d0fae8223b73b4ee0abca2b6702da92a2.
* fix(deps): update dependency body-parser to v2.2.1 [security] (#16899)renovate[bot]2025-12-042-8/+8
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2025.12.0-alpha.2github-actions[bot]2025-12-042-2/+2
|
* refactor(backend): ↵syuilo2025-12-0417-137/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 変換後.config.jsonに統一するように+修正など (#16929) * wip * Update config.ts * wip * convertは元ファイルを変更するようなニュアンスを若干感じるのでcompileに改名 * wip * Update package.json * Revert "Update package.json" This reverts commit e5c28023168f4631dc6b36a14b35cfddbad1fac0. * wip * wip * 謎 * clean up * wip * wip * Revert "wip" This reverts commit 3aa25ac7cf337d57412308e63d8f54e2536b0f7f. * wip * wip * Update dummy.yml * wip * Update compile_config.js * Update compile_config.js * wip * Revert "wip" This reverts commit fd78e097c65f747962e7a411938a0e67538ed347. * Update dummy.yml * Update compile_config.js
* fix(frontend): stacking router ↵syuilo2025-12-042-2/+4
| | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正
* fix(gh): fix federation test (#16936)かっこかり2025-12-041-0/+1
|
* tweak convert_configsyuilo2025-12-031-3/+6
|
* fix actionsyuilo2025-12-033-6/+9
|
* Merge commit from forkKagami Sascha Rosylight2025-12-032-3/+3
| | | | | | | * Change trustProxy default value to false * Update trustProxy default value in example.yml * Update trustProxy default description in example.yml
* Add backend memory usage comparison action for PRs (#16926)Copilot2025-12-033-0/+359
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial plan * Add backend memory usage comparison action Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Fix deprecated serverProcess.killed usage Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Add explicit permissions to save-pr-number job Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Change PR comment text from Japanese to English Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Inline memory measurement script to fix base ref compatibility Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Revert "Inline memory measurement script to fix base ref compatibility" This reverts commit 6f76a121efd450c257167cce6e298c59936f4e37. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* add DeepWiki badge to enable auto-refreshsyuilo2025-12-031-0/+2
|
* Bump version to 2025.12.0-alpha.1github-actions[bot]2025-12-032-2/+2
|
* New Crowdin updates (#16911)syuilo2025-12-032-17/+19
| | | | | | | | | | | | | * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Italian)
* enhance(backend): 起動前にconfigをjson化 (#16923)おさむのひと2025-12-039-32/+100
| | | | | | | | | | | | | | | | | | | | | * enhance(backend): 起動前にconfigをjson化 * fix * fix * fix * fix * fix * fix CHANGELOG.md * fix * Update CHANGELOG.md * get original
* Update CHANGELOG.mdかっこかり2025-12-011-1/+1
|
* Bump version to 2025.12.0-alpha.0github-actions[bot]2025-12-012-2/+2
|
* enhance(backend): ↵かっこかり2025-12-014-38/+47
| | | | バックエンドで言語リストのみを参照するように (#16915)
* Bump version to 2025.11.2-alpha.4github-actions[bot]2025-12-012-2/+2
|
* enhance(backend): pugをやめ、JSXベースのテンプレートに変更 ↵かっこかり2025-12-0170-948/+1507
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#16908) * enhance(backend): pugをやめ、JSXベースのテンプレートに変更 (to misskey-dev dev branch) (#16889) * wip * wip * wip * wip * fix lint * attempt to fix test * fix * fix * fix: oauthページの描画がおかしい問題を修正 * typo [ci skip] * fix * fix * fix * fix * fix * refactor * fix * fix * fix broken lockfile * fix: expose supported languages as global variable * remove i18n package from root as it is no longer required [ci skip] * fix * fix: add i18n package.json to Docker target-builder stage for federation tests (#16909) * Initial plan * fix: add i18n package.json to Docker target-builder stage for federation tests 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> * fix: followup-test-federation for enh-remove-pug (#16910) * fix: followup-test-federation for enh-remove-pug * Revert "fix: add i18n package.json to Docker target-builder stage for federation tests (#16909)" This reverts commit 14313468d34f49c363eef4d0a932e9fc0d9a37fb. * fix: CSSが読み込まれない場合がある問題を修正 * fix [ci skip] * fix: propsのデフォルト値をnull合体演算子から論理和演算子に変更(空文字に対処するため) * remove @types/pug * enhance: bootloaderを埋め込むように * fix possible race condition * remove esbuild --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* fix(frontend): ↵syuilo2025-12-011-1/+3
| | | | visibilityStateがhiddenな状態でstartViewTransitionしないように
* chore(deps): update [misskey-js] update dependencies [ci skip] (#16900)renovate[bot]2025-11-302-253/+70
| | | | | | | | | | * 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-302-2/+2
|
* perf(backend): use node-html-parser instead of microformats-parser (#16907)syuilo2025-11-303-146/+83
| | | | | | | | | | | | | * 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-302-2/+2
|
* chore(deps): update [root] update dependencies (#16902)renovate[bot]2025-11-302-13/+13
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [tools] update dependencies [ci skip] (#16903)renovate[bot]2025-11-302-61/+65
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* perf(backend): lazy load sentrysyuilo2025-11-304-28/+42
|
* refactor: localesをworkspace管理下のパッケージに (#16895)おさむのひと2025-11-3051-519/+860
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-305-240/+483
| | | 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-304-581/+291
| | | | | | | | | | | | | | | | | | * 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-302-2/+2
|
* New Crowdin updates (#16877)syuilo2025-11-302-19/+19
| | | | | | | | | * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Spanish)
* fix(deps): update [backend] update dependencies (major) (#16099)renovate[bot]2025-11-3038-740/+879
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-293-3/+3
|
* chore(backend): remove jsdom completely (#16893)syuilo2025-11-296-139/+32
| | | | | | | | | | | * wip * Update utils.ts * Update fetch-resource.ts * Update exports.ts * Update oauth.ts
* perf(backend): ↵syuilo2025-11-294-81/+80
| | | | | | | | | | | | | parse5をやめて軽量な実装にし、メモリ削減・高速化 (#16892) * wip * test * Revert "test" This reverts commit b7c5ae72144874a378cef7a13320e8b89f40d6e9. * Update MfmService.ts
* Revert "chore(backend): remove jsdom"syuilo2025-11-293-23/+130
| | | | This reverts commit 2effd9da6ea6bd24b4a8342ded6d5b05b69a5ed4.
* chore(backend): remove jsdomsyuilo2025-11-293-130/+23
|
* perf(backend): ↵syuilo2025-11-2914-270/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-11-281-0/+12
|
* Release: 2025.11.1github-actions[bot]2025-11-282-2/+2
|
* Update CHANGELOG.mdsyuilo2025-11-281-3/+0
|
* 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>
* fix(deps): fix broken lockfile (#16880)かっこかり2025-11-281-10/+0
|
* chore(deps): update dependency glob to v13 [ci skip] (#16864)renovate[bot]2025-11-282-10/+6
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency glob to v13 (#16870)renovate[bot]2025-11-272-3/+13
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2025.11.1-beta.3github-actions[bot]2025-11-272-2/+2
|
* Update CHANGELOG.md [ci skip]かっこかり2025-11-271-0/+2
|
* New Crowdin updates (#16846)syuilo2025-11-275-3/+13
| | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional)