summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* enhance(frontend): ↵かっこかり2025-03-037-9/+57
| | | | | | | | | モデレーターがセンシティブ設定を変更する際に確認ダイアログを出すように (#15462) * enhance(frontend): モデレーターがセンシティブ設定を変更する際に確認ダイアログを出すように * use MkSwitch * Update Changelog
* fix(frontend): ↵tetsuya-ki2025-03-034-15/+20
| | | | | | | | | | | | | | | | | | | | | | 削除して編集の削除タイミングを投稿後になるように #14498 (#15545) * fix #14498 - 「削除して編集」の削除タイミングを投稿したタイミングへ変更 * update CHANGELOG.md * 指摘対応 - InitialNoteがあれば必ず削除するべきものでもないため、投稿後にノートを削除するフラグをプロパティに追加 * 指摘対応のミス修正 - フラグを条件に追加 - 実績のdateが数値になってなかった点を修正 --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Bump version to 2025.3.0-alpha.0github-actions[bot]2025-03-023-3/+3
|
* enhance(backend): refine system account (#15530)syuilo2025-03-0271-438/+782
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update SystemAccountService.ts * Update 1740121393164-system-accounts.js * Update DeleteAccountService.ts * wip * wip * wip * wip * Update 1740121393164-system-accounts.js * Update RepositoryModule.ts * wip * wip * wip * Update ApRendererService.ts * wip * wip * Update SystemAccountService.ts * fix tests * fix tests * fix tests * fix tests * fix tests * fix tests * add print logs * ログが長すぎて出てないかもしれない * fix migration * refactor * fix fed-tests * Update RelayService.ts * merge * Update user.test.ts * chore: emit log * fix: tweak sleep duration * fix: exit 1 * fix: wait for misskey processes to become healthy * fix: longer sleep for user deletion * fix: make sleep longer again * デッドロック解消の試み https://github.com/misskey-dev/misskey/issues/15005 * Revert "デッドロック解消の試み" This reverts commit 266141f66fb584371bbb56ef7eba04e14bcff94d. * wip * Update SystemAccountService.ts --------- Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* Update CHANGELOG.mdsyuilo2025-03-011-1/+1
|
* デッドロック解消の試み (#15574)syuilo2025-03-012-11/+6
| | | | | https://github.com/misskey-dev/misskey/issues/15005 Co-authored-by: 饺子w (Yumechi) <35571479+eternal-flame-AD@users.noreply.github.com>
* chore(ci): Renovateが作ったprにラベルつける (#15573)おさむのひと2025-03-011-0/+3
|
* fix(deps): update [frontend] update dependencies (#15566)renovate[bot]2025-03-017-964/+664
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update actions/cache action to v4.2.2 (#15564)renovate[bot]2025-03-011-1/+1
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [misskey-js] update dependencies (#15565)renovate[bot]2025-03-013-100/+242
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [tools] update dependencies (#15563)renovate[bot]2025-03-012-177/+177
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* refactorsyuilo2025-02-286-16/+10
|
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-02-271-0/+12
|
* Release: 2025.2.1github-actions[bot]2025-02-272-2/+2
|
* New Crowdin updates (#15560)syuilo2025-02-2730-0/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Romanian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Greek) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Dutch) * New translations ja-jp.yml (Norwegian) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Swedish) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Bengali) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Uzbek) * New translations ja-jp.yml (Lao) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (Catalan)
* enhance(frontend): ノート検索ページのデザイン調整 (#14780)かっこかり2025-02-276-139/+263
| | | | | | | | | | | | | | | | | | | * enhance(frontend): 検索ページのホスト指定とユーザー指定を統合する (#273) (cherry picked from commit c79392c88d6bf58ede39d8bba9ca2778c58521ef) * fix * :art: * Update Changelog * Update Changelog * refactor --------- Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
* fix(frontend): MkSelectの初期値が表示されない場合がある (#15559)syuilo2025-02-273-46/+168
| | | | | * fix * Update CHANGELOG.md
* Update CHANGELOG.mdsyuilo2025-02-261-0/+1
|
* enhance(frontend): ↵おさむのひと2025-02-264-7/+100
| | | | | | | | | | | | | コントロールパネルのユーザ検索で入力された情報をページ遷移で損なわないように (#15438) * enhance(frontend): コントロールパネルのユーザ検索で入力された情報をページ遷移で損なわないように * sessionStorageよりも更に短命な方法で持つように変更 * add comment --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-02-264-6/+9
| | | | | | | | | | | リノート経由でノートの詳細情報を見るとき、クリップ一覧がappearNoteのものになるように (#15417) * fix(frontend): リノート経由でノートの詳細情報を見るとき、クリップ一覧がappearNoteのものになるように * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* New Crowdin updates (#15421)syuilo2025-02-2610-47/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (German) * New translations ja-jp.yml (German) * New translations ja-jp.yml (German) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (English) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan)
* Bump version to 2025.2.1-beta.2github-actions[bot]2025-02-262-2/+2
|
* fix(backend): ↵Esurio/1673beta2025-02-262-1/+2
| | | | | | | | | | | | | | | S3_SAFEかつURL_SAFEでない文字列をprefixに使えないように (#15455) * fix(backend): S3_SAFEかつURL_SAFEでない文字列をprefixに使えないように * update CHANGELOG * fix validation * fix: remove unused import --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵おさむのひと2025-02-263-6/+15
| | | | | ユーザのサジェスト中に@を入力してもサジェスト結果が消えないように (#15435) Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): ↵おさむのひと2025-02-263-9/+43
| | | | | | | | | | | | | | | カスタム絵文字の一括インポートをした時にHTTPプロキシの除外設定が効かないのを修正 (#15431) * pxory * fix * fix CHANGELOG.md * allow localAddress --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): ↵鴇峰 朔華2025-02-263-2/+7
| | | | | | | ローカル判定でisUriLocalを使用していない箇所を修正 (#15069) * fix(backend): ローカル判定でisUriLocalを使用していない箇所を修正 * fix(test backend): RelayServiceでUtilityServiceを使う
* fix(backend): clips/updateのdescriptionで空文字を許容するように ↵かっこかり2025-02-264-5/+44
| | | | | | | | | | | | | | | | | (#15429) * fix(backend): clips/updateのdescriptionで空文字を許容するように * Update Changelog * fix: createの際も空文字を許容するように * fix test * fix test --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Bump version to 2025.2.1-beta.1github-actions[bot]2025-02-262-2/+2
|
* fix(backend): send Delete activity of a note to users who renoted or replied ↵zyoshoka2025-02-264-23/+127
| | | | | | | to it (#15554) * fix(backend): send Delete activity of a note to users who renoted or replied to it * Update CHANGELOG.md
* feat: google analytics (#15451)syuilo2025-02-2515-16/+327
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip backend * wip frontend * build misskey-js * implement control panel * fix * introduce analytics wrapper * spdx * Update analytics.ts * Update common.ts * wip * wip * wip * wip * wip * Update CHANGELOG.md --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* chore(config): migrate renovate config (#15550)renovate[bot]2025-02-241-61/+61
| | | | | | | | | * chore(config): migrate config renovate.json5 * Update renovate.json5 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* enhance(frontend): サーバーエラー画面の多言語対応 (#15549)かっこかり2025-02-244-80/+122
| | | | | * enhance(frontend): サーバーエラー画面の多言語対応 * indent
* fix(deps): update [frontend] update dependencies (#15542)renovate[bot]2025-02-247-646/+643
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency shiki to v3 (#15544)renovate[bot]2025-02-243-40/+38
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update actions/cache action to v4.2.1 (#15541)renovate[bot]2025-02-241-1/+1
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [tools] update dependencies (#15540)renovate[bot]2025-02-242-100/+79
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [misskey-js] update dependencies (#15539)renovate[bot]2025-02-243-378/+330
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* 2025.2.1-beta.0のlintがコケているのを修正 (#15546)おさむのひと2025-02-232-14/+14
|
* Bump version to 2025.2.1-beta.0github-actions[bot]2025-02-232-2/+2
|
* Merge commit from fork饺子w (Yumechi)2025-02-2315-56/+314
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(backend): Fix an issue where the origin of ActivityPub lookup response was not validated correctly. [GHSA-6w2c-vf6f-xf26](https://github.com/misskey-dev/misskey/security/advisories/GHSA-6w2c-vf6f-xf26) Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * Enhance: Add configuration option to disable all external redirects when responding to an ActivityPub lookup (config.disallowExternalApRedirect) Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * fixup! fix(backend): Fix an issue where the origin of ActivityPub lookup response was not validated correctly. * docs & one edge case Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * apply suggestions Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * remove stale frontend reference to _responseInvalidIdHostNotMatch Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * apply suggestions Signed-off-by: eternal-flame-AD <yume@yumechi.jp> --------- Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* ignore js-built (#15523)ikasoba2025-02-181-0/+1
|
* clean up dev logssyuilo2025-02-174-14/+6
|
* tweak error logsyuilo2025-02-171-2/+2
|
* enhance(frontend): CWの注釈で入力済みの文字数を表示する ↵claustra012025-02-162-1/+35
| | | | | | | | | | | | | | | (#15070) * enhance: CW注釈の文字数表示 * update: CHANGELOG.md * chore: maxCwTextLengthをただのconstにする * fix: 投稿ボタンのdisable判定条件 --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(deps): broken lockfile (#15508)かっこかり2025-02-161-17/+158
|
* fix(deps): update dependency bullmq to v5.41.1 (#15503)renovate[bot]2025-02-162-6/+11
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2025.2.1-alpha.0github-actions[bot]2025-02-163-3/+3
|
* fix(backend): ↵鴇峰 朔華2025-02-163-1/+16
| | | | | | | | | | | メールアドレスの形式が正しくなければ以降の処理を行わないように (#15320) * Mod: バリデーションを追加 * 条件の修正 notつけわすれ * Update CHANGELOG.md
* fix(deps): update [frontend] update dependencies (#15504)renovate[bot]2025-02-163-101/+77
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [tools] update dependencies (#15498)renovate[bot]2025-02-162-744/+994
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>