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

2024.5.0 and Vmimi relay timeline updates #195

Merged

Commits on Mar 2, 2024

  1. Update README.md

    syuilo authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    efda2e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. test(backend): refactor tests (misskey-dev#13499)

    * test(backend): refactor tests
    
    * fix: failed test
    zyoshoka authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    38837bd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. chore: Automated release (misskey-dev#13075)

    * chore: Automated release
    
    * follow
    tamaina authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9834801 View commit details
    Browse the repository at this point in the history
  2. fix(backend): リモートサーバーの情報が更新できなくなっていた問題を修正 (misskey-dev#13507)

    * fix(backend): fetchInstanceMetadataのLockが永遠に解除されない問題を修正
    
    Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
    
    * fix test
    
    * fix
    
    * comment
    
    * comment
    
    * improve test
    
    ---------
    
    Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
    tamaina and u1-liquid authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9542cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96ab1af View commit details
    Browse the repository at this point in the history
  4. remove template txt

    tamaina committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    13f5faf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. doc: Nestで循環依存がある場合のCONTRIBUTING.mdに書く (misskey-dev#13522)

    * doc: Nestモジュールテストの例をCONTRIBUTING.mdに書く
    
    * rm normal test
    
    * forwardRef
    tamaina authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    83a5bc0 View commit details
    Browse the repository at this point in the history
  2. fix(frontend): router遷移時にmatchAllに入った場合一度location.hrefを経由するように (mis…

    …skey-dev#13509)
    
    * fix(frontend): router遷移時にmatchAllに入った場合一度`location.href`を経由するように
    
    * Update Changelog
    
    * Update CHANGELOG.md
    
    * remove unnecessary args
    kakkokari-gtyih authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    45672a7 View commit details
    Browse the repository at this point in the history
  3. enhance(frontend): 自分のノートの添付ファイルから直接ファイルの詳細ページに飛べるようにする (misskey-dev#…

    …13520)
    
    * enhance(frontend): 自分のノートの添付ファイルから直接ファイルの詳細ページに飛べるようにする
    
    * 他のファイルタイプにも対応
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    kakkokari-gtyih and syuilo authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    08d618b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    4457b02 View commit details
    Browse the repository at this point in the history
  2. perf: boot.jsの調整

    tamaina committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    00c1e4e View commit details
    Browse the repository at this point in the history
  3. Revert "perf: boot.jsの調整"

    This reverts commit 00c1e4e.
    tamaina committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6292235 View commit details
    Browse the repository at this point in the history
  4. enhance(frontend): リアクションの総数を表示するように (misskey-dev#13532)

    * enhance(frontend): リアクションの総数を表示するように
    
    * Update Changelog
    
    * リアクション選択済の色をaccentに
    kakkokari-gtyih authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7ead98c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    412e9f2 View commit details
    Browse the repository at this point in the history
  2. enhance(frontend): 広告が同一ドメインの場合はRouterで遷移するように (misskey-dev#13510)

    * enhance(frontend): 広告が同一ドメインの場合はRouterで遷移するように
    
    * Update Changelog
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    kakkokari-gtyih and syuilo authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c680e35 View commit details
    Browse the repository at this point in the history
  3. fix(frontend): 周年の実績が閏年を考慮するように (misskey-dev#13525)

    * fix(frontend): 周年の実績が閏年を考慮するように
    
    * まちがえた
    
    * Update Changelog
    
    * 変数の定義回数を減らす
    kakkokari-gtyih authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f4a5740 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. enhance(frontend): リアクションの総数を表示するか設定で選べるように (misskey-dev#13539)

    * enhance(frontend): リプライ・リノート・リアクションの総数を表示するか設定で選べるように (MisskeyIO#512)
    
    (cherry picked from commit 3c8475e)
    
    * fix: いいねのみの場合は強制的にカウント表示
    
    * make `showReactionsCount` default false
    
    * リアクションだけ
    
    * けしわすれ
    
    * けしわすれ2
    
    ---------
    
    Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
    kakkokari-gtyih and u1-liquid authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    27f823e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. chore(backend): validateNoteの結果Errorはそのままthrowする

    理由がわからないため
    tamaina committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    1b064d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45d1af2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db29680 View commit details
    Browse the repository at this point in the history
  4. Update about-misskey.vue

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

Commits on Mar 10, 2024

  1. enhance(backend): antennas/updateの必須項目をantennaIdのみに (misskey-dev#13542)

    * refactor: antennas/updateの必須項目を最小限に
    
    * fix: userListIdがnullにできない
    yupix authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    6b676a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Fix Changelog

    kakkokari-gtyih authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e23e2f4 View commit details
    Browse the repository at this point in the history
  2. enhance(frontend): 各サーバーはMisskeyを利用したサービスであることを強調 (misskey-dev#13559)

    * ロゴ周りを追加
    
    * 調整
    
    ---------
    
    Co-authored-by: uboar <10250330+uboar@users.noreply.github.com>
    kakkokari-gtyih and uboar authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b280faa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d9c234 View commit details
    Browse the repository at this point in the history
  4. refactor(backend): UserEntityService.packMany()の高速化 (misskey-dev#13550)

    * refactor(backend): UserEntityService.packMany()の高速化
    
    * 修正
    samunohito authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5c1d86b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. chore: add missing SPDX ID and workflow check (misskey-dev#13570)

    * chore: add workflow which checks if SPDX ID exists
    
    * chore: add missing SPDX ID in some files
    
    * chore: change trigger condition
    
    * chore: trigger on push
    
    * lint
    zyoshoka authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    29f6ba6 View commit details
    Browse the repository at this point in the history
  2. プラグインの簡易的なログを表示する機能 (misskey-dev#13564)

    * add plugin logging
    
    * change variable name
    
    * Update plugin.ts
    
    * Update CHANGELOG.md
    FineArchs authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    88d47ab View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    75fa43b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8604bd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71d0538 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. fix(general): flash/createでPlayの公開範囲を指定できない問題の修正と編集画面の調整 (misskey-d…

    …ev#13574)
    
    * fix(backend): param `visibility` wasn't included in `flash/create`
    
    * fix(frontend): tweak flash editor ui
    
    * Update CHANGELOG.md
    zyoshoka authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    4b1ca9e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    7e63ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    282cfae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcfab91 View commit details
    Browse the repository at this point in the history
  4. fix(frontend): WebGL2コンテキストの初期化に失敗するとMisskeyが起動できなくなる問題を修正 (misskey-d…

    …ev#13587)
    
    * Fixed startup crash with seasonal effects
    
    (cherry picked from commit eba0c2c)
    
    * Update Changelog
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: Leah <kevinlukej@gmail.com>
    kakkokari-gtyih and ChaoticLeah authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b65203c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix(backend): フォローリクエストを作成する際に既存のものは削除するように (misskey-dev#13588)

    * fix: delete old follow request (if exists) before creating new
    
    (cherry picked from commit ea948cc)
    
    * Update Changelog
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: Kaity A <kaity@atikayda.au>
    kakkokari-gtyih and supakaity authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a38646b View commit details
    Browse the repository at this point in the history
  2. enhance(frontend): ページのデザインを調整 (misskey-dev#13590)

    * enhance(frontend): ページのデザインを調整
    
    * 共有ボタンを直感的な導線に変更
    
    * Update Changelog
    
    * Update packages/frontend/src/components/page/page.image.vue
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    kakkokari-gtyih and syuilo authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    067cdf3 View commit details
    Browse the repository at this point in the history
  3. fix(backend): ユーザーやノートのOGPでローカルとリモートユーザーの見分けが付かない問題を修正 (misskey-dev#1…

    …3586)
    
    * enhance(OGP): ユーザーやノートのOGPでローカルとリモートユーザーの見分けが付かない問題を修正 (MisskeyIO#528)
    
    (cherry picked from commit 0c3de46)
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
    kakkokari-gtyih and u1-liquid authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0226a67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f6863b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする (misskey-dev#…

    …13598)
    
    * fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする
    
    * fix CHANGELOG.md
    samunohito authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    115d918 View commit details
    Browse the repository at this point in the history
  2. Cypress typescript (misskey-dev#13591)

    * convert Cypress tests to TypeScript
    
    this work was done by @lunaisnotaboy https://github.com/lunaisnotaboy
    for their fork cutiekey/cutiekey#7
    
    I just repacked their changes into a minimal set
    
    * fix call to `window` in cypress tests
    
    this error was spotted thanks to the TypeScript compiler:
    
    ```
    support/commands.ts:33:12 - error TS2559: Type '(win: any) => void'
    has no properties in common with type 'Partial<Loggable &
    Timeoutable>'.
    
    33  cy.window(win => {
                  ~~~~~~~~
    
    Found 1 error in support/commands.ts:33
    ```
    
    (again, @lunaisnotaboy did the actual work)
    dakkar authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d7bb6c8 View commit details
    Browse the repository at this point in the history
  3. fix(frontend): woodenPanelの配色を修正 (misskey-dev#13561)

    * fix(frontend): woodenPanelの配色を修正
    
    * fix
    kakkokari-gtyih authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ca2df14 View commit details
    Browse the repository at this point in the history
  4. Update about-misskey.vue

    syuilo committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7795045 View commit details
    Browse the repository at this point in the history
  5. enhance(antenna): Botの投稿を除外できるように (misskey-dev#13603)

    * enhance(antenna): Botの投稿を除外できるように (MisskeyIO#545)
    
    (cherry picked from commit a95ce06)
    
    * Update Changelog
    
    * remove translations
    
    * spdx
    
    ---------
    
    Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
    kakkokari-gtyih and u1-liquid authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f4838e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix: URLプレビューの動作改善+動作設定を可能にする (misskey-dev#13579)

    * wip
    
    * support new version
    
    * URLプレビュー無効化時、フロント側も非表示にしてリクエストをしないようにする
    
    * fix lint
    
    * fix lint
    
    * tweak preview request error handles
    
    * fix: CHANGELOG.md
    
    * fix
    
    * fix
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    samunohito and syuilo authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    831c74a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40bb606 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. enhance(frontend): TOTPの入力ダイアログを改良 (misskey-dev#13607)

    * enhance(frontend): TOTPの入力ダイアログを改良
    
    * Update Changelog
    kakkokari-gtyih authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c9c6424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bd7877 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

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

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    539718f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1bc8fa View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    8f415d6 View commit details
    Browse the repository at this point in the history
  2. fix(frontend): 「今日誕生日のフォロー中ユーザー」ウィジェットが正しく動作しない問題を修正 (misskey-dev#12835)

    * (fix) タイムゾーンによっては誕生日のフォロー中ユーザーが正しく読み込まれない
    
    * 文言をわかりやすく
    
    * Update Changelog
    
    * (add) reload button
    
    * Update CHANGELOG.md
    
    * run misskey-js
    
    * fix
    
    * Revert "文言をわかりやすく"
    
    This reverts commit c5ab641.
    
    * Update packages/frontend/src/widgets/WidgetBirthdayFollowings.vue
    
    * Update packages/frontend/src/widgets/WidgetBirthdayFollowings.vue
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    kakkokari-gtyih and syuilo authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f90be42 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. fix: report progress out of 100% in CleanRemoteFilesProcessorService (m…

    …isskey-dev#13633)
    
    * Report progress out of 100% in CleanRemoteFilesProcessorService
    
    * Add changelog entry
    nilathedragon authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f3500ff View commit details
    Browse the repository at this point in the history
  2. fix(backend): better notes/translate error response (misskey-dev#13631

    )
    
    * fix(backend): better `notes/translate` error response
    
    * Update CHANGELOG.md
    
    * test(backend): perform administrative operations as `root`
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    zyoshoka and syuilo authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b35ae97 View commit details
    Browse the repository at this point in the history
  3. fix: misskey-js、bubble-game、reversiのビルドをesbuildに統合する (misskey-dev#13600)

    * fix: ビルドが遅いパッケージのビルド速度を改善
    
    * dependenciesの整理
    
    * fix ci
    
    * ビルド開始時に古いファイルを消す
    
    * fix ci
    
    * fix ci
    samunohito authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2a85143 View commit details
    Browse the repository at this point in the history
  4. enhance(frontend): 2要素認証セットアップウィザードにアプリを起動するボタンを新設 (misskey-dev#13636)

    * enhance(frontend): 2要素認証セットアップウィザードにアプリを起動するボタンを新設
    
    * add comment
    
    * use css module
    kakkokari-gtyih authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    50da7d2 View commit details
    Browse the repository at this point in the history
  5. fix/enhance(frontend): 映像・音声周りの改修 (misskey-dev#13206)

    * enhance(frontend): 映像・音声周りの改修
    
    * fix
    
    * fix design
    
    * fix lint
    
    * キーボードショートカットを整備
    
    * Update Changelog
    
    * fix
    
    * feat: ループ再生
    
    * ネイティブの動作と同期されるように
    
    * Update Changelog
    
    * key指定を消す
    kakkokari-gtyih authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b96d9c6 View commit details
    Browse the repository at this point in the history
  6. Enhance(frontend): もっと!ボタンでリアクション一覧が開けるように (misskey-dev#12935)

    * もっと!ボタンでリアクション一覧が開けるように
    
    * update CHANGELOG.md && デバッグ用に最大リアクション表示数を1にしてたのを一応戻した
    
    * fix
    
    * デザイン調整
    
    * maxNumberもどす
    
    * fix CHANGELOG
    
    * fix
    
    * move changelog
    
    * 🎨
    
    ---------
    
    Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    3 people authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d4ca973 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    0f2e651 View commit details
    Browse the repository at this point in the history
  2. enhance(backend): ビデオファイルにビデオトラックがあるかを確認するように (misskey-dev#13568)

    * enhance(backend): ビデオファイルにビデオトラックがあるかを確認するように
    
    (cherry picked from commit 23d38a2)
    
    * Update Changelog
    
    * Update Changelog
    
    * Revert "Update Changelog"
    
    This reverts commit 93fd996.
    
    * fix(test) ffmpegをインストールするように
    
    * 入れる方間違えた
    
    * fix test
    
    * 拡張子変わらなかったのでそのまま行く
    
    * ログを出力するように
    
    * msg
    
    * remove unused import
    
    * add log
    
    * attempt to fix test error
    
    * Revert "attempt to fix test error"
    
    This reverts commit d9d6524.
    
    * Update FileInfoService.ts
    
    * oggも検査の対象にする
    kakkokari-gtyih authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    efafa02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61978cb View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

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

Commits on Apr 3, 2024

  1. Merge pull request from GHSA-fpvp-74wx-35p3

    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    jorgectf and syuilo authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c4fc582 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 5, 2024

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

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    959cc8f View commit details
    Browse the repository at this point in the history
  2. enhance(frontend): better condition for posting and displaying Notes (m…

    …isskey-dev#13670)
    
    * enhance(frontend): better condition for posting and displaying Notes
    
    * Update CHANGELOG.md
    zyoshoka authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    960c4df View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. dev: fix misskey-tga (misskey-dev#13312)

    * Update deploy-test-environment.yml
    
    * Update deploy-test-environment.yml
    
    * use github.repository
    
    ---------
    
    Co-authored-by: anatawa12 <anatawa12@icloud.com>
    Srgr0 and anatawa12 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b322f55 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. fix(frontend): MkDialogのinputで字数制限に違反していてもEnterキーが押せてしまうのを修正 (misskey…

    …-dev#13677)
    
    * MkDialogのinputで字数制限に違反していてもEnterキーが押せてしまうのを修正
    
    * update CHANGELOG.md
    1STEP621 authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7586ef7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb1ef14 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. feat(frontend): アップロードするファイルの名前をランダム文字列にできるように (misskey-dev#13688)

    * feat(frontend): アップロードするファイルの名前をランダム文字列にできるように
    
    * Update Changelog
    
    * refactor
    
    * 設定項目を移動
    
    * fix
    
    * 「オリジナルのファイル名を保持」に変更
    
    * 拡張子を付加するように
    kakkokari-gtyih authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    f5100cc View commit details
    Browse the repository at this point in the history
  2. fix(backend): 登録にメール認証が必須になっている場合、登録されているメールアドレスを削除できないように (misskey-d…

    …ev#13703)
    
    * fix(backend): 登録にメール認証が必須になっている場合、登録されているメールアドレスを削除できないように (MisskeyIO#606)
    
    (cherry picked from commit 6b7df2b)
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
    kakkokari-gtyih and u1-liquid authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    5c7c44c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48a7679 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. fix(backend): FileServerServiceでレンジリクエストの場合に適切なレスポンスコードが返らない問題を修正 (mi…

    …sskey-dev#13701)
    
    * return 206 for every ranged response - fixes misskey-dev#494
    
    (cherry picked from commit 92eec21)
    
    * detect size of remote files - fixes misskey-dev#494
    
    without this, remote files are assumed to have size 0 (even if we just
    downloaded them!) and the range-related code won't run
    
    (cherry picked from commit 960f4fc)
    
    ---------
    
    Co-authored-by: dakkar <dakkar@thenautilus.net>
    kakkokari-gtyih and dakkar authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7cf0c18 View commit details
    Browse the repository at this point in the history
  2. fix(backend): incorrect logic for determining whether Quote or not (m…

    …isskey-dev#13700)
    
    * fix(backend): incorrect logic for determining whether Quote or not
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    zyoshoka and syuilo authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    8c5d9a6 View commit details
    Browse the repository at this point in the history
  3. enhance: クリップのノート数を表示するように (misskey-dev#13686)

    * enhance: クリップのノート数を表示できるように
    
    * Update Changelog
    kakkokari-gtyih authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    bba3097 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. chore: Use integrity for Redoc script (misskey-dev#13716)

    * Use integrity for redoc scripts
    
    * official?
    mei23 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b4faa7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c687b4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca0d148 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. fix: ダイレクト投稿の宛先が保存されない (misskey-dev#13717)

    * fix: ダイレクト投稿の宛先が保存されない
    
    * fix: 同じユーザーが複数回宛先に追加できる問題
    
    * fix: 関係ないユーザーが宛先に追加される可能性がある
    anatawa12 authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e9e877f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    6f489b5 View commit details
    Browse the repository at this point in the history
  2. enhance(frontend): フォローするかどうかの確認ダイアログを出せるように (misskey-dev#13723)

    * feat(frontend): フォローするかどうかの確認ダイアログを出せるように
    
    * Update Changelog
    kakkokari-gtyih authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    977e2d2 View commit details
    Browse the repository at this point in the history
  3. 細かいミュートの処理の修正 (misskey-dev#13695)

    * fix: some replies are removed from global timeline
    
    * refactor: 各チャンネルのミュートとブロックの処理をまとめる
    
    * fix: リノートをミュートでその人のノートのリノートをミュートしていたを修正
    
    * refactor: isPureRenotePackedを他のところでも使う
    
    * docs(changelog): CHANGELOGを更新
    
    * test: withReplies = falseでフォローしてる人によるリプライが流れてくる
    
    * test: ノートミュートしているユーザーの通常ノートのリノートが流れてくる/含まれる
    anatawa12 authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e423b8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea9aa6f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. enhance: 新しいコンディショナルロール条件の実装 (misskey-dev#13732)

    * enhance: 新しいコンディショナルロールの実装
    
    * fix: CHANGELOG.md
    samunohito authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cd7f727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9aed8f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. AiScriptのバージョンを0.18.0に上げる (misskey-dev#13743)

    * Update package.json
    
    * Update autogen files
    
    * Update flash-edit.vue
    
    * Update flash-edit.vue
    
    * Update CHANGELOG.md
    
    * revert
    FineArchs authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    553ba84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85339ca View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Merge pull request from GHSA-m9qf-3pfj-2r86

    * Add Cache-Control to Bull Board
    
    * CHANGELOG
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    mei23 and syuilo authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6abb8c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f53e22d View commit details
    Browse the repository at this point in the history
  3. fix(frontend): PlayのAiScriptランタイムが停止したときに画面が初期化されていない問題を修正 (misskey-d…

    …ev#13747)
    
    * fix(frontend): PlayのAiScriptランタイムが停止したときに画面が初期化されていない問題を修正
    
    * fix
    
    * Update Changelog
    
    * typo
    kakkokari-gtyih authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0a31e13 View commit details
    Browse the repository at this point in the history
  4. fix(backend): ページのOGP URLが違うのを修正 (misskey-dev#13749)

    * fix(backend): ページのOGP URLが違うのを修正
    
    * Update Changelog
    
    * typo
    kakkokari-gtyih authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    cb5d8bd View commit details
    Browse the repository at this point in the history
  5. fix(frontend): グループ通知の人数をちゃんと数えるように (misskey-dev#13751)

    * fix(frontend): グループ通知の人数をちゃんと数えるように
    
    * Update Changelog
    kakkokari-gtyih authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    7ce6a9b View commit details
    Browse the repository at this point in the history
  6. fix(frontend_reversi): 共有ボタンの実装を改善 (misskey-dev#13750)

    * fix(frontend_reversi): 共有ボタンの実装を改善
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    kakkokari-gtyih and syuilo authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    78e61c6 View commit details
    Browse the repository at this point in the history
  7. Fix(backend): ActivityPubでのHTMLへのシリアライズを修正 (misskey-dev#13752)

    * devモードでもActivityPub系エンドポイントへアクセスできるように
    
    * ActivityPubでのHTMLのシリアライズを修正
    
    * ハードコードしていたurlを`httpUrl`へ修正
    
    * テストの追加
    ikasoba authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    20eb4bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe1172f View commit details
    Browse the repository at this point in the history
  9. open links in abuse comment in new window (misskey-dev#13381)

    * feat: changing MkA behavior from MkMFM
    
    * chore: open links in abuse comment in new window
    
    * docs(changelog): 通報のコメント内のリンクをクリックした際、ウィンドウで開くように
    
    * chore: use inject instead of prop drilling
    
    * Revert "chore: use inject instead of prop drilling"
    
    This reverts commit b4dd14e.
    anatawa12 authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8e8ee2a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. AP Link等は添付ファイル扱いしないようになど (misskey-dev#13754)

    * Linkは添付ファイルではない
    
    * CHANGELOG
    mei23 authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c7d7da8 View commit details
    Browse the repository at this point in the history
  2. lint

    syuilo committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e2ff5f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on May 1, 2024

  1. refactor(frontend): 非ログイン画面でのmeta取得を減らす (misskey-dev#13776)

    * refactor(frontend): 非ログイン画面でのmeta取得を減らす
    
    * fix(frontend): サーバー供給のmetaとクライアントフォールバックで取れるmetaの型が違うのを修正
    
    * force fetch meta at welcome.vue
    
    * refactor
    kakkokari-gtyih authored May 1, 2024
    Configuration menu
    Copy the full SHA
    2017f91 View commit details
    Browse the repository at this point in the history
  2. fix type error

    kakkokari-gtyih authored May 1, 2024
    Configuration menu
    Copy the full SHA
    8c5e564 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef630df View commit details
    Browse the repository at this point in the history
  4. fix(frontend): 連合なしの状態の読み書きができない問題 (misskey-dev#13777)

    * fix: 連合なしの状態の読み書きができない問題
    
    * update changelog
    
    * fix types: misskey-dev#13777 (comment)
    taiyme authored May 1, 2024
    Configuration menu
    Copy the full SHA
    9f66f22 View commit details
    Browse the repository at this point in the history
  5. Merge pull request from GHSA-2vxv-pv3m-3wvj

    * fix: normalize incoming signed activities
    
    * Tweak style
    
    * Update CHANGELOG.md
    
    * Log compacted activity as well
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    tesaguri and syuilo authored May 1, 2024
    Configuration menu
    Copy the full SHA
    d2a5bb3 View commit details
    Browse the repository at this point in the history
  6. fix(frontend): fix Storybook type errors (misskey-dev#13779)

    * fix(frontend): fix Storybook type errors
    
    * fix: `hasReduce` doesn't work in args
    zyoshoka authored May 1, 2024
    Configuration menu
    Copy the full SHA
    9c057e6 View commit details
    Browse the repository at this point in the history
  7. enhance(backend): ドライブのファイルがNSFWかどうか個別に連合されるように (misskey-dev#13756)

    * fix(backend): ノートのattachmentにおいて、attach.sensitiveが元から存在する場合はそれを尊重する
    
    * docs: update changelog (per misskey-dev#13756)
    
    * feat(backend,apub): renderDocumentがsensitiveを連合するようにする
    per misskey-dev#13755 (comment)
    
    * chore(backend): 追加したコメントを削除
    
    * docs: changelogをより丁寧にする
    
    * docs: changelogの項目名をPRに合わせる
    
    * docs: tweak
    
    apply suggestion from mei23
    KisaragiEffective authored May 1, 2024
    Configuration menu
    Copy the full SHA
    c530a46 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. enhance(frontend_ais): PostForm系の設定項目を追加 (misskey-dev#13788)

    * enhance(frontend_ais): PostForm系の設定項目を追加
    
    * Update Changelog
    kakkokari-gtyih authored May 4, 2024
    Configuration menu
    Copy the full SHA
    053e762 View commit details
    Browse the repository at this point in the history
  2. chore(frontend): ui tweak

    syuilo committed May 4, 2024
    Configuration menu
    Copy the full SHA
    eef7fcd View commit details
    Browse the repository at this point in the history
  3. update deps (misskey-dev#13624)

    * update deps
    
    * Update package.json
    
    * update deps
    
    * build: pass --strip-leading-paths to restore 0.2.x behavior (misskey-dev#13684)
    
    * ✌️
    
    * ✌️
    
    * pureimageの代わりに@napi-rs/canvasを使う (misskey-dev#13748)
    
    * pureimageの代わりに@napi-rs/canvasを使う
    
    * remove writestream
    
    * remove createtemp
    
    * wip
    
    * Update ClientServerService.ts
    
    * update pnpm to 9.x
    
    * update deps
    
    * re: update pnpm to 9.x
    
    * update node
    
    * ✌️
    
    ---------
    
    Co-authored-by: anatawa12 <anatawa12@icloud.com>
    Co-authored-by: tamaina <tamaina@hotmail.co.jp>
    3 people authored May 4, 2024
    Configuration menu
    Copy the full SHA
    2b21c19 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    fc77ad9 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    syuilo committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c639f30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73a5b6c View commit details
    Browse the repository at this point in the history
  4. change package.json

    tamaina committed May 6, 2024
    Configuration menu
    Copy the full SHA
    455543b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    313515c View commit details
    Browse the repository at this point in the history
  2. fix

    tamaina committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0fd06e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5d57c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e6bb56 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. fix(backend): 不要なUserProfileの取得を修正 (misskey-dev#13812)

    * fix(backend): 不要なuserProfileの取得を修正
    
    * fix: pnpm@9.0.6 to pnpm@9.1.0
    
    * Revert "fix: pnpm@9.0.6 to pnpm@9.1.0"
    
    This reverts commit eaf265e.
    samunohito authored May 10, 2024
    Configuration menu
    Copy the full SHA
    b298897 View commit details
    Browse the repository at this point in the history
  2. fix(backend): UserEntityService.getRelationsの取得処理を軽量化 (misskey-dev#13811

    )
    
    * fix(backend): UserEntityService.getRelationsの取得処理を軽量化
    
    * rollback
    samunohito authored May 10, 2024
    Configuration menu
    Copy the full SHA
    f6af6d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request misskey-dev#13816 from misskey-dev/develop

    developにマージされた分の追いつき用
    syuilo authored May 10, 2024
    Configuration menu
    Copy the full SHA
    6046ba1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 14, 2024

  1. Update FUNDING.yml

    syuilo authored May 14, 2024
    Configuration menu
    Copy the full SHA
    9b0fc31 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. fix(frontend): fix Chromatic test fails (misskey-dev#13826)

    * fix: attempt to fix Chromatic test fails
    
    * chore: add comment
    zyoshoka authored May 18, 2024
    Configuration menu
    Copy the full SHA
    def7b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba62b73 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. FTTが有効かつsinceIdのみを指定した場合に帰って来るレスポンスが逆順である問題を修正 (misskey-dev#13837)

    * fix: FTTが有効かつsinceIdのみを指定した場合に帰って来るレスポンスが逆順である問題
    
    * docs(changelog): FTTが有効かつsinceIdのみを指定した場合に帰って来るレスポンスが逆順である問題を修正
    anatawa12 authored May 19, 2024
    Configuration menu
    Copy the full SHA
    acf84a2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. fix notification limit with exclude/include types (misskey-dev#13836)

    * fix: /i/notificationsがsinceIdのみのときに正しく動かない問題
    
    Fix misskey-dev#10902 again
    
    * chore: use exclusive range to fetch data
    
    * fix: フィルタによって通知が0件だった場合でもリトライするように
    
    * docs(changelog): `/i/notifications`に includeTypes`か`excludeTypes`を指定しているとき、通知が存在するのに空配列を返すことがある問題を修正
    anatawa12 authored May 20, 2024
    Configuration menu
    Copy the full SHA
    4d0db37 View commit details
    Browse the repository at this point in the history
  2. Exclude channel notes from featured polls (misskey-dev#13838)

    * feat(backend): add `channelId` to `MiPoll` as a Denormalized field
    
    * feat(backend): option to exclude polls in channels
    
    * chore: exclude channel notes from featured polls
    
    * docs(changelog): みつけるのアンケート欄にてチャンネルのアンケートが含まれてしまう問題を修正
    
    * fix: missing license header
    anatawa12 authored May 20, 2024
    Configuration menu
    Copy the full SHA
    f6df940 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed74f7b View commit details
    Browse the repository at this point in the history
  4. fix: 複数idを指定するusers/showが関係ないユーザを返すことがある問題を修正 (misskey-dev#13765)

    * fix: 複数idを指定する`users/show`が関係ないユーザを返すことがある問題を修正
    
    * test: fix misskey js test
    
    * chore: user/showがnullを返さないように
    
    * chore: pass lambda instead of pushVisibleUser
    anatawa12 authored May 20, 2024
    Configuration menu
    Copy the full SHA
    5836bd8 View commit details
    Browse the repository at this point in the history
  5. fix: /share with unicode characters in the URL (misskey-dev#13846)

    * fix: `/share` with unicode characters in the URL
    
    * docs(changelog): `/share` で日本語等を含むurlがurlエンコードされない問題を修正
    anatawa12 authored May 20, 2024
    Configuration menu
    Copy the full SHA
    367bf0c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. ci: verify locale data (misskey-dev#13849)

    * ci: verify locale data
    
    * ci: separate workflows
    
    * ci: missing installation
    acid-chicken authored May 21, 2024
    Configuration menu
    Copy the full SHA
    1d4e639 View commit details
    Browse the repository at this point in the history
  2. New Crowdin updates (misskey-dev#13500)

    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Polish)
    
    * New translations ja-jp.yml (Polish)
    
    * New translations ja-jp.yml (Polish)
    
    * New translations ja-jp.yml (Polish)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Korean)
    
    * 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 (Italian)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * 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 (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 (Danish)
    
    * New translations ja-jp.yml (Greek)
    
    * New translations ja-jp.yml (Hungarian)
    
    * 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 (Portuguese)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Slovak)
    
    * New translations ja-jp.yml (Swedish)
    
    * New translations ja-jp.yml (Turkish)
    
    * New translations ja-jp.yml (Ukrainian)
    
    * 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 (Bengali)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Croatian)
    
    * New translations ja-jp.yml (Uyghur)
    
    * New translations ja-jp.yml (Lojban)
    
    * New translations ja-jp.yml (Sinhala)
    
    * New translations ja-jp.yml (Uzbek)
    
    * New translations ja-jp.yml (Kannada)
    
    * New translations ja-jp.yml (Lao)
    
    * New translations ja-jp.yml (Haitian Creole)
    
    * New translations ja-jp.yml (Kabyle)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * 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 (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * 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 (Korean)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Sinhala)
    
    * New translations ja-jp.yml (Sinhala)
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Czech)
    
    * New translations ja-jp.yml (Italian)
    
    * 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 (Korean)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * 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 (Korean)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Arabic)
    
    * New translations ja-jp.yml (Arabic)
    
    * New translations ja-jp.yml (Vietnamese)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * 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 (Japanese, Kansai)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Czech)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Polish)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Vietnamese)
    syuilo authored May 21, 2024
    Configuration menu
    Copy the full SHA
    3fba768 View commit details
    Browse the repository at this point in the history
  3. /tags /user-tags が検索エンジンにインデックスされないように (misskey-dev#13847)

    * chore(backend): noindex for tag search pages
    
    * docs(changelog): `/tags` と `/user-tags` が検索エンジンにインデックスされないように
    
    * chore: base.pug内でフラグでコントロールするように
    anatawa12 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    7bde630 View commit details
    Browse the repository at this point in the history
  4. Update about-misskey.vue

    syuilo committed May 21, 2024
    Configuration menu
    Copy the full SHA
    37f2952 View commit details
    Browse the repository at this point in the history
  5. Update about-misskey.vue

    syuilo committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3340631 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    126383d View commit details
    Browse the repository at this point in the history
  7. enhance(frontend): 通常のノートでも、お気に入りに登録したチャンネルにリノートできるように (misskey-dev#1…

    …3855)
    
    * enhance(frontend): チャンネルにリノートできるように
    
    * Update Changelog
    kakkokari-gtyih authored May 21, 2024
    Configuration menu
    Copy the full SHA
    6a637db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20c0bd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a3c01d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c69de6b View commit details
    Browse the repository at this point in the history
  11. New Crowdin updates (misskey-dev#13850)

    * New translations ja-jp.yml (Polish)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Chinese Simplified)
    syuilo authored May 21, 2024
    Configuration menu
    Copy the full SHA
    ed432d0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. feat(frontend): 長いテキストをペーストした際にテキストファイルとして添付するかどうかを選択できるように (misskey-…

    …dev#13862)
    
    * feat(frontend): ask if attach as file if clipboard text is very long
    
    * docs(changelog): 長いテキストをペーストした際にテキストファイルとして添付するかどうかを選択できるように
    anatawa12 authored May 23, 2024
    Configuration menu
    Copy the full SHA
    aafa669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ee4456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8489d39 View commit details
    Browse the repository at this point in the history
  4. feat(backend): add /healthz endpoint (misskey-dev#13834)

    * feat(backend): add /healthz endpoint
    
    * feat(backend): also check meilisearch status if available
    
    * style: header
    
    * chore: no-store
    
    * chore: healthcheck.sh
    
    * style: format
    acid-chicken authored May 23, 2024
    Configuration menu
    Copy the full SHA
    611e303 View commit details
    Browse the repository at this point in the history
  5. feat: suspend instance improvements (misskey-dev#13861)

    * feat(backend): dead instance detection
    
    * feat(backend): suspend type detection
    
    * feat(frontend): show suspend reason on frontend
    
    * feat(backend): resume federation automatically if the server is automatically suspended
    
    * docs(changelog): 配信停止まわりの改善
    
    * lint: fix lint errors
    
    * Update packages/frontend/src/pages/instance-info.vue
    
    * lint: fix lint error
    
    * chore: suspendedState => suspensionState
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    anatawa12 and syuilo authored May 23, 2024
    Configuration menu
    Copy the full SHA
    83a9aa4 View commit details
    Browse the repository at this point in the history
  6. fix(backend): read:admin:show-user read:admin:show-users を統合 (m…

    …isskey-dev#13798)
    
    * fix(frontend): 同じdisplayNameの権限があるのを修正
    
    * read:admin:show-user と read:admin:show-users を統合
    
    * Update Changelog
    kakkokari-gtyih authored May 23, 2024
    Configuration menu
    Copy the full SHA
    e0b4799 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. feat: 個別のお知らせにリンクで飛べるように (misskey-dev#13885)

    * feat(announcement): 個別のお知らせにリンクで飛べるように (MisskeyIO#639)
    
    (cherry picked from commit f6bf7f9)
    
    * fix
    
    Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
    
    * fix
    
    Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
    
    * 一覧ページではお知らせpanel全体を押せるように
    
    * お知らせバーは個別ページに飛ばすように
    
    * Update Changelog
    
    * spdx
    
    * attempt to fox test
    
    * remove unnecessary thong
    
    * `announcement` → `announcements/show`
    
    * リンクを押せる場所をタイトルと日付部分のみに変更
    
    ---------
    
    Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
    kakkokari-gtyih and u1-liquid authored May 27, 2024
    Configuration menu
    Copy the full SHA
    3ffbf62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1df8ea8 View commit details
    Browse the repository at this point in the history
  3. enhance(frontend): 「見たことのあるリノートを省略して表示」の名称を変更 (misskey-dev#13883)

    * enhance(frontend): 「見たことのあるリノートを省略して表示」の名称を変更
    
    * ひとつだけcaptionが入ってるやつが真ん中にいると不格好だったので場所変更
    kakkokari-gtyih authored May 27, 2024
    Configuration menu
    Copy the full SHA
    1b81ca4 View commit details
    Browse the repository at this point in the history
  4. enhance(backend): プロフィールのリンク検証にtry-catchを追加 (misskey-dev#13882)

    * enhance(backend): プロフィールのリンク検証にtry-catchを追加
    
    * ✌️
    kakkokari-gtyih authored May 27, 2024
    Configuration menu
    Copy the full SHA
    805a11a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d013e45 View commit details
    Browse the repository at this point in the history
  6. Quick action implement (misskey-dev#13878)

    * enhance(frontend): quick action for file admin-lookup
    
    * docs(changelog): update changelog
    
    * enhance(frontend): quick action for general admin-lookup, remove unimplemented note, instance admin-lookup
    
    * docs(changelog): update changelog
    
    * chore: fix lint
    Sayamame-beans authored May 27, 2024
    Configuration menu
    Copy the full SHA
    6af9492 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    140df4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    579b88a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e501077 View commit details
    Browse the repository at this point in the history
  10. [ci skip] Delete .github/FUNDING.yml

    use misskey-dev/.github repository
    kakkokari-gtyih authored May 27, 2024
    Configuration menu
    Copy the full SHA
    28e0e20 View commit details
    Browse the repository at this point in the history
  11. fix: CHANGELOG not reflecting correctly (misskey-dev#13888)

    * fix: CHANGELOG not reflecting correctly
    
    * Update .github/workflows/release-edit-with-push.yml
    
    Co-authored-by: anatawa12 <anatawa12@icloud.com>
    
    ---------
    
    Co-authored-by: anatawa12 <anatawa12@icloud.com>
    zyoshoka and anatawa12 authored May 27, 2024
    Configuration menu
    Copy the full SHA
    cf2256c View commit details
    Browse the repository at this point in the history
  12. もともとセンシティブではないと連合されていたファイルがセンシティブとして連合された場合にセンシティブとしてそのファイルを扱うように (mi…

    …sskey-dev#13879)
    
    * feat(backend): mark an file as sensitive if the file was newly federated as sensitive
    
    * docs(changelog): もともとセンシティブではないと連合されていたファイルがセンシティブとして連合された場合にセンシティブとしてそのファイルを扱うように
    
    * fix: change way to update federated image
    
    * Update packages/backend/src/core/DriveService.ts
    
    Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
    
    * update isSensitive of existing record object
    
    ---------
    
    Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
    anatawa12 and Sayamame-beans authored May 27, 2024
    Configuration menu
    Copy the full SHA
    a7a8dc4 View commit details
    Browse the repository at this point in the history
  13. New Crowdin updates (misskey-dev#13860)

    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Czech)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Polish)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Vietnamese)
    
    * New translations ja-jp.yml (Romanian)
    
    * New translations ja-jp.yml (Arabic)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Dutch)
    
    * New translations ja-jp.yml (Norwegian)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Slovak)
    
    * New translations ja-jp.yml (Swedish)
    
    * New translations ja-jp.yml (Turkish)
    
    * New translations ja-jp.yml (Ukrainian)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (English)
    
    * 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 (Chinese Simplified)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * 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 (Chinese Traditional)
    
    * New translations ja-jp.yml (Danish)
    
    * New translations ja-jp.yml (Chinese Simplified)
    syuilo authored May 27, 2024
    Configuration menu
    Copy the full SHA
    d7982e4 View commit details
    Browse the repository at this point in the history
  14. 新着ノートをサウンドで通知する機能をdeck UIに追加 (misskey-dev#13867)

    * feat(deck-ui): implement note notification
    
    * chore: remove notify in antenna
    
    * docs(changelog): 新着ノートをサウンドで通知する機能をdeck UIに追加
    
    * fix: type error in test
    
    * lint: key order
    
    * fix: remove notify column
    
    * test: remove test for notify
    
    * chore: make sound selectable
    
    * fix: add license header
    
    * fix: add license header again
    
    * Unnecessary await
    
    Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
    
    * ファイルを選択してください -> ファイルが選択されていません
    
    * fix: i18n忘れ
    
    * fix: i18n忘れ
    
    * pleaseSelectFile > fileNotSelected
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
    3 people authored May 27, 2024
    Configuration menu
    Copy the full SHA
    4579be0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d3b9693 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4704dfe View commit details
    Browse the repository at this point in the history
  17. docs: 「Feat: 個別のお知らせにリンクで飛べるように」のcherry-pick元を指定 (misskey-dev#13891)

    * docs: 「Feat: 個別のお知らせにリンクで飛べるように」のcherry-pick元を指定
    cc misskey-dev#13885
    
    * Update CHANGELOG.md
    
    Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
    KisaragiEffective and kakkokari-gtyih authored May 27, 2024
    Configuration menu
    Copy the full SHA
    934f9f8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    de9e391 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1bb1a32 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix(federation): InboxにきたCreate, AnnounceのobjectがBearcaps urlだった際はスキッ…

    …プするように (misskey-dev#13610)
    
    * fix(federation): AnnounceのobjectがLike出なかったらキューにためない
    Fix misskey-dev#13552
    
    * revert
    
    * better reason handlings
    
    * result
    
    * improve announce handling
    
    * skip bearcaps
    
    * also announce
    tamaina authored May 28, 2024
    Configuration menu
    Copy the full SHA
    89b27d8 View commit details
    Browse the repository at this point in the history
  2. feat: sentry integration (misskey-dev#13897)

    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * Update CHANGELOG.md
    
    * Update ApiCallService.ts
    
    * Update config.ts
    syuilo authored May 28, 2024
    Configuration menu
    Copy the full SHA
    80f3cb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2eb7e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    244adef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f75e467 View commit details
    Browse the repository at this point in the history
  6. refactor: avoid as any[] on FetchInstanceMetadataService.ts (misske…

    …y-dev#13905)
    
    * refactor: avoid `as any[]` on FetchInstanceMetadataService.ts
    
    * apply suggestion
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    KisaragiEffective and syuilo authored May 28, 2024
    Configuration menu
    Copy the full SHA
    44cafbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e57ce4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf670e8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on May 30, 2024

  1. fix(frontend): ノートにテキストがなくてもファイルが5つ以上あるときは折りたたむように (misskey-dev#13907)

    * fix: ノートにテキストがなくてもファイルが5つ以上あるときは折りたたむように
    
    * 冗長な記述を修正
    
    * Update CHANGELOG.md
    kanarikanaru authored May 30, 2024
    Configuration menu
    Copy the full SHA
    24d4124 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. fix code style

    syuilo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ac4a001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be11fd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b8f8e7 View commit details
    Browse the repository at this point in the history
  4. New Crowdin updates (misskey-dev#13892)

    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Traditional)
    syuilo authored May 31, 2024
    Configuration menu
    Copy the full SHA
    0082747 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfeaa11 View commit details
    Browse the repository at this point in the history
  6. fix test

    syuilo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    eaa85f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0c596b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e007b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97be1a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3468fd View commit details
    Browse the repository at this point in the history
  11. perf(backend): avoid N+1 selects from user table when packing many …

    …entities (misskey-dev#13911)
    
    * perf(backend): avoid N+1 selects from `user` table when packing many entities
    
    * perf(backend): use `packMany` instead of mapping to `pack`
    zyoshoka authored May 31, 2024
    Configuration menu
    Copy the full SHA
    514a65e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90ba1ca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dc55adb View commit details
    Browse the repository at this point in the history
  14. 🎨

    syuilo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    030082f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e8f523f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    374c879 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    46164f8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    316d192 View commit details
    Browse the repository at this point in the history
  19. 2024.5.0

    syuilo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    27d1b7e View commit details
    Browse the repository at this point in the history
  20. Revert "2024.5.0"

    This reverts commit 27d1b7e.
    syuilo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    61eec93 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a59aa20 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6078081 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a0e1d5a View commit details
    Browse the repository at this point in the history
  24. chore: reimplement mute system with new APIs

    in addition, reduce changes between local-timeline.ts and vmimi-relay-timeline.ts, and hybrid-timeline.ts and vmimi-relay-hybrid-timeline.ts
    anatawa12 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9d25ad9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6a2cf7d View commit details
    Browse the repository at this point in the history
  26. Merge remote-tracking branch 'refs/remotes/origin/vmimi-relay-timelin…

    …e' into vmimi-relay-timeline-and-2024.5.0-nirila
    anatawa12 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5d7e327 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8ccaffc View commit details
    Browse the repository at this point in the history
  28. fix: add FileCopyrightText

    anatawa12 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    657334f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    335030e View commit details
    Browse the repository at this point in the history