Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misskey update (2024.3.1) #1

Merged
merged 82 commits into from
Mar 5, 2024
Merged

misskey update (2024.3.1) #1

merged 82 commits into from
Mar 5, 2024

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    0b636d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b1046b View commit details
    Browse the repository at this point in the history
  3. Fix(frontend): オートコンプリートが出るべき状況で出ないことがあるのを修正 (misskey-dev#13376)

    * オートコンプリートが出るべき状況で出ないことがあるのを修正
    
    * update CHANGELOG.md
    1STEP621 authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    034f472 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Fix Changelog

    kakkokari-gtyih authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9be3890 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. enhance(frontend): ノート作成画面の添付メニューのdividerの位置を"添付取り消し"の上にする (misskey-d…

    …ev#13409)
    
    * enhance(frontend): change divider position for MkPostFormAttaches
    
    * docs(changelog): update
    Sayamame-beans authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ddd7b26 View commit details
    Browse the repository at this point in the history
  2. fix(frontend): チャートのラベルが消えている問題を修正 (misskey-dev#13416)

    * fix(frontend): チャートのラベルが消えている問題を修正
    
    * Update CHANGELOG.md
    zyoshoka authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    39c4e3a View commit details
    Browse the repository at this point in the history
  3. fix(frontend): 画面表示後最初の音声再生が爆音になることがある問題を修正 (misskey-dev#13379)

    * fix(frontend): 画面表示後最初の音声再生が爆音になることがある問題を修正
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    zyoshoka authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f18a31c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. refactor(frontend): 不必要なconsole.logを除去・抑制 (misskey-dev#13400)

    * refactor(frontend): 不必要なconsole.logを除去
    
    * Update MkCode.core.vue
    
    * Update game.board.vue
    kakkokari-gtyih authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bbbb167 View commit details
    Browse the repository at this point in the history
  2. refactor(backend): ReactionService.prototype.convertLegacyReactions (

    …misskey-dev#13375)
    
    * add unit tests
    
    * cleanup unnecessary type assertions
    
    * `convertedReaction`変数の定義と変換表に対する存在確認処理の整理
    
    * `count`変数の定義とループ処理での`Object.entries()`の活用
    
    * 条件式の整理
    
    * `Array.prototype.reduce`を使うように
    
    * `Array.prototype.reduce`を使うように
    
    * 配列操作を1つのメソッドチェーンに整理
    
    これまでの実装では、`decodeReaction`の返り値が同一になる異なる入力値が同時に複数個存在した場合、後ろのもので上書きされてしまっていたはず。
    これからの実装では、後ろのものは前のものに加算される。
    (実際にこの挙動の変更が問題になるシチュエーションはまずないはず。)
    
    * add unit test
    
    * ドキュメントコメントの追加と型定義の調整
    okayurisotto authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    750d262 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae27085 View commit details
    Browse the repository at this point in the history
  4. 🎨

    syuilo committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fb0eb5a View commit details
    Browse the repository at this point in the history
  5. fix: MkUserPopupが表示されてる状態でv-user-previewがついた要素がdetachされるとMkUserPopupが…

    …消えない問題 (misskey-dev#13349)
    
    * fix: MkUserPopupが表示されてる状態でv-user-previewがついた要素がdetachされるとMkUserPopupが消えない問題
    
    * docs(changelog): previewの中のユーザメンションをホバーした状態で投稿を編集するとユーザの情報popupが消えない問題を修正
    
    * docs(changelog): ユーザの情報のポップアップが消えなくなることがある問題を修正
    anatawa12 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e10ce72 View commit details
    Browse the repository at this point in the history
  6. fix: 禁止キーワードを含むノートがDelayed Queueに追加されて再処理される問題 (misskey-dev#13428)

    * refactor: use IdentifiableError instead of NoteCreateService.ContainsProhibitedWordsError
    
    * fix: notes with prohibited words are reprocessed with delay
    
    * docs(changelog): 禁止キーワードを含むノートがDelayed Queueに追加されて再処理される問題
    
    * lint: fix lint errors
    
    * fix: rethrowするべきなのにrethrowし忘れていたのを修正
    anatawa12 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b36e6b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    26c8b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bd9f05 View commit details
    Browse the repository at this point in the history
  3. refactor: Refactor NoteReadService.read (misskey-dev#13429)

    * refactor: Refactor NoteReadService.read
    
    * clean up
    
    * Update packages/backend/src/core/NoteReadService.ts
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    tamaina and syuilo authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4d6fab0 View commit details
    Browse the repository at this point in the history
  4. flash/update で部分的に変更できるようにする (misskey-dev#13396)

    * make flash/update params optional
    
    * Update autogen files
    
    pnpm run build-misskey-js-with-types
    
    * Update update.ts
    
    * Update CHANGELOG.md
    
    * hasOwnProperty -> hasOwn
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    FineArchs and syuilo authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bf5952f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. enhance: metaをSSR HTMLに埋め込む (misskey-dev#13436)

    * enhance: `meta`をSSR HTMLに埋め込む
    
    * HTML Metaの有効時間を指定
    
    * 1時間
    
    * MetaEntityService
    
    * JSONをPackするように
    
    * ✌️
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    kakkokari-gtyih and syuilo authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d20542c View commit details
    Browse the repository at this point in the history
  2. fix: SSR時のmetaをエスケープするように (misskey-dev#13440)

    * fix: SSR時のmetaをエスケープするように
    
    * エスケープ方法を変更
    kakkokari-gtyih authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    080a3c2 View commit details
    Browse the repository at this point in the history
  3. refactor(backend): Array.prototype.filterでの非null確認ではisNotNull関数を使…

    …うように (misskey-dev#13442)
    
    * `Array.prototype.filter`での非null確認では`isNotNull`関数を使うように
    
    * `{}` -> `NonNullable<unknown>`
    okayurisotto authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    64953fa View commit details
    Browse the repository at this point in the history
  4. fix(test): Chromaticが落ちているのを一部修正? (misskey-dev#13435)

    * fix(test): Chromaticが落ちているのを修正?
    
    * いらん変更をけす
    
    * 未来過ぎた
    kakkokari-gtyih authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    30fe072 View commit details
    Browse the repository at this point in the history
  5. Fix(frontend): 絵文字オートコンプリートの優先順位がおかしいのを修正 (misskey-dev#13423)

    * 絵文字オートコンプリートの優先順位がおかしいのを修正
    
    * update CHANGELOG.md
    
    * テストを追加
    
    * lint fix
    1STEP621 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a85fcca View commit details
    Browse the repository at this point in the history
  6. fix: プッシュ通知の変更が1時間ほど反映されない問題を修正 (misskey-dev#13407)

    * fix: プッシュ通知の変更が1時間ほど反映されない問題を修正
    
    * 410 to refresh
    
    * refreshCache
    tamaina authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b8d8b35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a861f91 View commit details
    Browse the repository at this point in the history
  8. enhance: リモートのフォロワーから再度Followが来た場合、acceptを返してあげる (misskey-dev#13388)

    * enhance: リモートのフォロワーから再度Followが来た場合、acceptを返してあげる
    
    * nanka meccha kaeta
    
    * ブロックチェックの後にフォロー関係の存在チェックをする
    tamaina authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    600d91b View commit details
    Browse the repository at this point in the history
  9. enhance(games): 抜けている翻訳を追加・スタイル共通化 (misskey-dev#13434)

    * enhance(games): 抜けている翻訳を追加・スタイル共通化
    
    * frameDivider の使用箇所が見当たらなかったので削除
    
    * ミス
    
    * インナーでもcss変数を使う
    
    * コロンを翻訳から外す
    
    * 一部の翻訳を除去
    
    * p
    
    * revert some text
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    kakkokari-gtyih and syuilo authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d834232 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c0156b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Enhance(frontend): リアクションピッカーを調整 (misskey-dev#13354)

    * 打てない絵文字を表示しないのではなくグレーアウトするように など
    
    * fix: 今度は検索とピン留めに効いてなかった
    
    * lint fix
    
    * use Map
    
    * 斜めに線を引いてわかりやすく
    
    * 斜め線は右上からのほうが良かったかも
    
    * デザイン調整
    1STEP621 authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e3dd3f6 View commit details
    Browse the repository at this point in the history
  2. refactor

    syuilo committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    41747b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    792168f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    2c6f25b View commit details
    Browse the repository at this point in the history
  2. admin/emoji/updateの必須項目を減らす 等 (misskey-dev#13449)

    * admin/emoji/update enhancement
    
    * add CustomEmojiService.getEmojiByName
    
    * update endpoint
    
    * fix
    
    * Update update.ts
    
    * Update autogen files
    
    * type assertion
    
    * Update CHANGELOG.md
    FineArchs authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    dd48366 View commit details
    Browse the repository at this point in the history
  3. test(frontend): Chromaticテストが落ちるのを修正 (misskey-dev#13448)

    * test(frontend): Chromaticテストが落ちるのを修正
    
    * fix: テストケースを修正
    
    * refactor: comment
    zyoshoka authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    0a0af68 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    0fb7b98 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Enhance: コンディショナルロールの条件に「マニュアルロールへのアサイン」を追加 (misskey-dev#13463)

    * コンディショナルロールの条件に「マニュアルロールへのアサイン」を追加
    
    * コメント修正
    zawa-ch authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f906ad6 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. enhance(backend): フォロー・フォロワー関連の通知の受信設定の強化 (misskey-dev#13468)

    * enhance(backend): 通知の受信設定に「フォロー中またはフォロワー」を追加
    
    * fix(backend): 通知の受信設定で「相互フォロー」が正しく動作しない問題を修正
    
    * Update CHANGELOG.md
    zyoshoka authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0d47877 View commit details
    Browse the repository at this point in the history
  2. refactor(backend): ノートのエクスポート処理でStreams APIを使うように (misskey-dev#13465)

    * refactor(backend): ノートのエクスポート処理でStreams APIを使うように
    
    * fixup! refactor(backend): ノートのエクスポート処理でStreams APIを使うように
    
    `await`忘れにより、ジョブがすぐに完了したことになり削除されてしまっていた。
    それによって、`NoteStream`内での`updateProgress`メソッドの呼び出しで、`Missing key for job`のエラーが発生することがあった。
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    okayurisotto and syuilo authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b7d9d16 View commit details
    Browse the repository at this point in the history
  3. fix(backend): リノート時のHTLへのストリーミングの意図しない挙動を修正 (misskey-dev#13425)

    * fix(backend): リノート時のストリーミングの意図しない挙動を修正
    
    * Update CHANGELOG.md
    
    * fix: 不要な返り値
    
    * fix: 不適切な条件分岐を修正
    
    * test(backend): add htl tests
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    zyoshoka and syuilo authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    664aeb3 View commit details
    Browse the repository at this point in the history
  4. refactor(frontend): os.ts周りのリファクタリング (misskey-dev#13186)

    * refactor(frontend): `os.ts`周りのリファクタリング
    
    * refactor: apiWithDialogのdataの型付け
    
    * refactor: 不要なas anyを除去
    
    * refactor: 返り値の型を明記、`selectDriveFolder`は`File`のほうに合わせるよう返り値を変更
    
    * refactor: 返り値の型を改善
    
    * refactor: フォームの型を改善
    
    * refactor: 良い感じのimportに修正
    
    * refactor: フォームの返り値の型を改善
    
    * refactor: `popup()`の`props`に`ref`な値を入れるのを許可するように
    
    * fix: `os.input`系と`os.select`の返り値の型がおかしい問題とそれによるバグを修正
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    zyoshoka and syuilo authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    29350c9 View commit details
    Browse the repository at this point in the history
  5. enhance(backend): 通知がミュート・凍結を考慮するようにする (misskey-dev#13412)

    * Never return broken notifications misskey-dev#409
    
    Since notifications are stored in Redis, we can't expect relational
    integrity: deleting a user will *not* delete notifications that
    mention it.
    
    But if we return notifications with missing bits (a `follow` without a
    `user`, for example), the frontend will get very confused and throw an
    exception while trying to render them.
    
    This change makes sure we never expose those broken notifications. For
    uniformity, I've applied the same logic to notes and roles mentioned
    in notifications, even if nobody reported breakage in those cases.
    
    Tested by creating a few types of notifications with a `notifierId`,
    then deleting their user.
    
    (cherry picked from commit 421f8d4)
    
    * Update Changelog
    
    * Update CHANGELOG.md
    
    * enhance: 通知がミュートを考慮するようにする
    
    * enhance: 通知が凍結も考慮するようにする
    
    * fix: notifierIdがない通知が消えてしまう問題
    
    * Add tests (通知がミュートを考慮しているかどうか)
    
    * fix: notifierIdがない通知が消えてしまう問題 (grouped)
    
    * Remove unused import
    
    * Fix: typo
    
    * Revert "enhance: 通知が凍結も考慮するようにする"
    
    This reverts commit b1e57e5.
    
    * Revert API handling
    
    * Remove unused imports
    
    * enhance: Check if notifierId is valid in NotificationEntityService
    
    * 通知作成時にpackしてnullになったらあとの処理をやめる
    
    * Remove duplication of valid notifier check
    
    * add filter notification is not null
    
    * Revert "Remove duplication of valid notifier check"
    
    This reverts commit 239a695.
    
    * Improve performance
    
    * Fix packGrouped
    
    * Refactor: 判定部分を共通化
    
    * Fix condition
    
    * use isNotNull
    
    * Update CHANGELOG.md
    
    * filterの改善
    
    * Refactor: DONT REPEAT YOURSELF
    Note: GroupedNotificationはNotificationの拡張なのでその例外だけ書けば基本的に共通の処理になり複雑な個別の処理は増えにくいと思われる
    
    * Add groupedNotificationTypes
    
    * Update misskey-js typedef
    
    * Refactor: less sql calls
    
    * refactor
    
    * clean up
    
    * filter notes to mark as read
    
    * packed noteがmapなのでそちらを使う
    
    * if (notesToRead.size > 0)
    
    * if (notes.length === 0) return;
    
    * fix
    
    * Revert "if (notes.length === 0) return;"
    
    This reverts commit 22e2324.
    
    * 🎨
    
    * console.error
    
    * err
    
    * remove try-catch
    
    * 不要なジェネリクスを除去
    
    * Revert  (既読処理をpack内で行うものを元に戻す)
    
    * Clean
    
    * Update packages/backend/src/core/entities/NotificationEntityService.ts
    
    * Update packages/backend/src/core/entities/NotificationEntityService.ts
    
    * Update packages/backend/src/core/entities/NotificationEntityService.ts
    
    * Update packages/backend/src/core/entities/NotificationEntityService.ts
    
    * Update packages/backend/src/core/NotificationService.ts
    
    * Clean
    
    ---------
    
    Co-authored-by: dakkar <dakkar@thenautilus.net>
    Co-authored-by: kakkokari-gtyih <daisho7308+f@gmail.com>
    Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
    Co-authored-by: tamaina <tamaina@hotmail.co.jp>
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    6 people authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5f43c2f View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Update CHANGELOG.md

    syuilo authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    797bb49 View commit details
    Browse the repository at this point in the history
  2. update deps

    syuilo committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    920c3be View commit details
    Browse the repository at this point in the history
  3. fix type

    syuilo committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    98934b6 View commit details
    Browse the repository at this point in the history
  4. fix test

    syuilo committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9d0fc96 View commit details
    Browse the repository at this point in the history
  5. Update scroll.test.ts

    syuilo committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ec18991 View commit details
    Browse the repository at this point in the history
  6. enhance: 通知の履歴をリセットできるように (misskey-dev#13335)

    * enhance: 通知の履歴をリセットできるように
    
    * Update Changelog
    
    * 通知欄も連動して更新するように
    
    * revert some changes
    
    * Update CHANGELOG.md
    
    * Remove unused part
    
    * fix
    kakkokari-gtyih authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    39d6af1 View commit details
    Browse the repository at this point in the history
  7. fix(backend): ダイレクトなノートに対してはダイレクトでしか返信できないように (misskey-dev#13477)

    * fix(backend): ダイレクトなノートに対してはダイレクトでしか返信できないように
    
    * Update CHANGELOG.md
    
    * test(backend): `notes/create`とWebSocket関連のテストを追加
    zyoshoka authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    16f16e6 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    syuilo authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1205d30 View commit details
    Browse the repository at this point in the history
  9. New Crowdin updates (misskey-dev#13359)

    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * 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 (Italian)
    
    * New translations ja-jp.yml (Norwegian)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Vietnamese)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Thai)
    
    * 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 (Thai)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Thai)
    
    * 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 (English)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Traditional)
    syuilo authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6365805 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7565f7b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b9bcced View commit details
    Browse the repository at this point in the history
  12. メンションの最大数をロールごとに設定可能にする (misskey-dev#13343)

    * Add new role policy: maximum mentions per note
    
    * fix
    
    * Reviewを反映
    
    * fix
    
    * Add ChangeLog
    
    * Update type definitions
    
    * Add E2E test
    
    * CHANGELOG に説明を追加
    
    ---------
    
    Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com>
    yuriha-chan and tai-cha authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    26d4c5f View commit details
    Browse the repository at this point in the history
  13. Update CHANGELOG.md

    syuilo authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    01f55a9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc30dc6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    593358e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    a744066 View commit details
    Browse the repository at this point in the history
  2. New Crowdin updates (misskey-dev#13478)

    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    syuilo authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    59f80c0 View commit details
    Browse the repository at this point in the history
  3. update pnpm

    syuilo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b55b77c View commit details
    Browse the repository at this point in the history
  4. update deps

    syuilo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    033d71e View commit details
    Browse the repository at this point in the history
  5. update deps

    syuilo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    14a3af6 View commit details
    Browse the repository at this point in the history
  6. update deps

    syuilo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2f31606 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
    syuilo and zyoshoka authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    16440d6 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    syuilo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5befd66 View commit details
    Browse the repository at this point in the history
  9. format

    syuilo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ca63994 View commit details
    Browse the repository at this point in the history
  10. Update packages/backend/test/e2e/mute.ts

    Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
    syuilo and zyoshoka authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5904d98 View commit details
    Browse the repository at this point in the history
  11. format

    syuilo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6158ef1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c6fc15 View commit details
    Browse the repository at this point in the history
  13. add missing license headers

    syuilo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d1bf432 View commit details
    Browse the repository at this point in the history
  14. enhance: 禁止ワードチェック強化 (misskey-dev#27)

    * enhance: 禁止ワードチェック強化
    * リモートの禁止ワードチェックを添付ファイルとユーザーを登録する前に行うなど
      Resolve misskey-dev#13374
    * 禁止ワートの対象の見直し
    
    * performActivityで特定のエラーが出た際にDelayedに追加しないように
    
    * use IdentifiableError
    
    * NoteCreateService.checkProhibitedWords
    
    * https://github.com/misskey-dev/misskey-private/pull/27/files#r1507416135
    
    * remove comment
    tamaina authored and tai-cha committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    eb60460 View commit details
    Browse the repository at this point in the history
  15. 2024.3.0

    syuilo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ba9d47f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fe5efd9 View commit details
    Browse the repository at this point in the history
  17. Merge pull request misskey-dev#13447 from misskey-dev/develop

    Release: 2024.3.0
    syuilo authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7e706ea View commit details
    Browse the repository at this point in the history
  18. fix: emoji colorization

    acid-chicken committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f704891 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    114d331 View commit details
    Browse the repository at this point in the history
  2. fix(frontend): ピン留め or 履歴に表示されるカスタム絵文字がサーバから削除されるとリアクションが出来なくなる (miss…

    …key-dev#13486)
    
    * fix(frontend): ピン留めに登録されているカスタム絵文字がサーバから削除されるとリアクションが出来なくなる
    
    * fix CHANGELOG.md
    
    * fix Unicode Emojis
    
    * fix Unicode Emojis
    
    * fix
    samunohito authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    32690f5 View commit details
    Browse the repository at this point in the history
  3. New Crowdin updates (misskey-dev#13489)

    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (French)
    syuilo authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ecc5dec View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    samunohito authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    21e3a91 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    samunohito authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b83cbc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2744cbd View commit details
    Browse the repository at this point in the history
  7. 2024.3.1

    syuilo committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3afdafe View commit details
    Browse the repository at this point in the history
  8. Merge pull request misskey-dev#13493 from misskey-dev/develop

    Release: 2024.3.1
    syuilo authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    78ff90f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    5c14e89 View commit details
    Browse the repository at this point in the history