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

Bump Misskey to 2024.8.0 #223

Merged
merged 63 commits into from
Aug 18, 2024

Commits on Jul 31, 2024

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

Commits on Aug 8, 2024

  1. Update about-misskey.vue

    syuilo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6e3e7d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix import

    syuilo committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    820becb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f244d42 View commit details
    Browse the repository at this point in the history
  3. fix(backend): check visibility of following/followers of remote users…

    … / feat: moderators can see following/followers of all users (misskey-dev#14375)
    
    * fix(backend): check visibility of following/followers of remote users
    
    Resolves misskey-dev#13362.
    
    * test(backend): add tests for visibility of following/followers of remote users
    
    * docs(changelog): update CHANGELOG.md
    
    * feat: moderators can see following/followers of all users
    
    * docs(changelog): update CHANGELOG.md
    
    * refactor(backend): minor refactoring
    
    `createPerson`と`if`の条件を統一するとともに、異常系の
    処理をearly returnに追い出すための変更。
    
    * feat(backend): moderators can see following/followers count of all users
    
    As per misskey-dev#14375 (comment).
    tesaguri committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0d508db View commit details
    Browse the repository at this point in the history
  4. fix: readAllNotifications message not working (misskey-dev#14374)

    * refactor: add and use isJsonObject
    
    * fix: readNotification message without body is not working
    
    * docs(changelog): WSの`readAllNotifications` メッセージが `body` を持たない場合に動作しない問題
    
    * Update CHANGELOG.md
    
    Co-authored-by: Sayamame-beans <[email protected]>
    
    ---------
    
    Co-authored-by: Sayamame-beans <[email protected]>
    anatawa12 and Sayamame-beans committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f509413 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. fix(general): some fixes and improvements of Play visibility (misskey…

    …-dev#14384)
    
    * fix(backend): missing `visibility` param in packing flash
    
    * fix(frontend): use `visibility` value got from API
    
    * enhance(frontend): change preview appearance of private Play
    
    * Update CHANGELOG.md
    zyoshoka committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    01a815f View commit details
    Browse the repository at this point in the history
  2. fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version) (misskey-dev#1…

    …4380)
    
    * fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version)
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: syuilo <[email protected]>
    kakkokari-gtyih and syuilo committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    7e3dedb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1532d5f View commit details
    Browse the repository at this point in the history
  4. fix(frontend): iOSでacctなどがリンクとして誤検知されるのを抑制 (misskey-dev#14354)

    * fix(frontend): iosでの自動リンク化を抑制
    
    * Update Changelog
    
    * typo
    
    * typo
    
    * Update CHANGELOG.md
    kakkokari-gtyih committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    cb10156 View commit details
    Browse the repository at this point in the history
  5. refactor

    syuilo committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    93c569c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37c9d91 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. fix(frontend): mCaptchaを使用していてもbotプロテクションに関する警告が消えないのを修正 (misskey-dev…

    …#14390)
    
    * fix(frontend): mCaptchaを使用していてもbotプロテクションに関する警告が消えないのを修正
    
    * Update Changelog
    
    * refactor
    kakkokari-gtyih committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    046f243 View commit details
    Browse the repository at this point in the history
  2. fix(backend): InstanceEntityService.packMany に me が渡っていないのを修正 (misske…

    …y-dev#14360)
    
    * fix: pass current user into `InstanceEntityService.packMany`
    
    (cherry picked from commit 858ba188768017764c61c4a5591bdf2524a850e7)
    
    * Update Changelog
    
    * origin
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: Hazel K <[email protected]>
    kakkokari-gtyih and warriordog committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    0aaf74e View commit details
    Browse the repository at this point in the history
  3. fix(backend): getApTypeでエラーを投げないように (misskey-dev#14361)

    * fix(backend): getApTypeでエラーを投げないように
    
    * Update Changelog
    
    * Update Changelog
    
    * Update type.ts
    
    * add comment
    kakkokari-gtyih committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    93fc06d View commit details
    Browse the repository at this point in the history
  4. fix(backend): ダイレクト投稿をユーザーごとのチャートから除外 (misskey-dev#14350)

    * fix(chart): ダイレクト投稿をユーザーごとのチャートから除外 (MisskeyIO#679)
    
    (cherry picked from commit 3db41c2)
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: Yuuki <[email protected]>
    Co-authored-by: syuilo <[email protected]>
    3 people committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ab7bbd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94b8c00 View commit details
    Browse the repository at this point in the history
  6. New Crowdin updates (misskey-dev#14341)

    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    syuilo committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    2a2bbcd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d75786 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. chore: fix some comments (misskey-dev#14394)

    Signed-off-by: timesince <[email protected]>
    timesince committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    41936c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    cd21000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86dd4ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b68b2ee View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

Commits on Aug 16, 2024

  1. fix(backend): リバーシの設定変更が反映されないのを修正 (misskey-dev#14404)

    * fix(backend): リバーシの設定変更が反映されないのを修正
    
    * Update Changelog
    
    * add bindthis
    kakkokari-gtyih committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a8810af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2632204 View commit details
    Browse the repository at this point in the history
  3. fix(frontend): Misskeyの利用中に使用できるタイムラインの種類が変化した場合、使用できないタイムラインが表示されないよ…

    …うに (misskey-dev#14412)
    
    * fix(frontend): Misskeyの利用中に使用できるタイムラインの種類が変化した場合、使用できないタイムラインが表示されないように
    
    * Update timeline.vue
    
    * Update timeline.vue
    kakkokari-gtyih committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6db3c50 View commit details
    Browse the repository at this point in the history
  4. feat: localizable dialog title for enter section title (misskey-dev#1…

    …4401)
    
    * feat: localizable dialog title for enter section title
    
    * refactor: define `getPageBlockList` in separated file and import instead of provide/inject
    anatawa12 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    748a7e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    571566d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    d3cdc08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfaf938 View commit details
    Browse the repository at this point in the history
  3. suspend周りの改修 (misskey-dev#14409)

    * enhance(backend): 凍結されたアカウントのフォローリクエストを表示しないように
    
    * Update CHANGELOG.md
    
    * wip
    
    * Update gen-spec.ts
    
    * Update packages/backend/src/server/api/endpoints/admin/suspend-user.ts
    
    Co-authored-by: Kisaragi <[email protected]>
    
    * owa-
    
    * revert misskey-js related changes (misskey-dev#14414)
    
    ---------
    
    Co-authored-by: Kisaragi <[email protected]>
    Co-authored-by: anatawa12 <[email protected]>
    3 people committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ef950a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ab5ee8 View commit details
    Browse the repository at this point in the history
  5. New Crowdin updates (misskey-dev#14393)

    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Spanish)
    syuilo committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    61cc3b5 View commit details
    Browse the repository at this point in the history
  6. fix(frontend): リノートの判定が甘いのを修正 (misskey-dev#14396)

    * fix(frontend): リノートの判定が甘いのを修正
    
    * fix
    
    * Update Changelog
    
    * fix
    
    * use type assertion
    
    * fix + add comments
    
    * lint
    
    * misskey-jsに移動
    
    * PureRenote -> Renote
    
    * isRenote -> isPureRenote
    kakkokari-gtyih committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    059eb6d View commit details
    Browse the repository at this point in the history
  7. fix(backend): ベースロールのポリシー変更時モデレーションログが残るように (misskey-dev#14418)

    * fix(policies): ベースロールのポリシー変更時モデレーションログが残るように (MisskeyIO#700)
    
    (cherry picked from commit 80389a9)
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: まっちゃとーにゅ <[email protected]>
    kakkokari-gtyih and u1-liquid committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    06684fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68ec745 View commit details
    Browse the repository at this point in the history
  9. 🎨

    syuilo committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    383c41b View commit details
    Browse the repository at this point in the history
  10. enhance(backend): ページ、ギャラリー、Playのモデレーション強化 (misskey-dev#13523)

    * enhance(backend): Page、ギャラリー、Playのモデレーション強化
    
    * Update CHANGELOG.md
    
    * fix: update misskey-js
    
    * refactor(frontend): use `MkA`
    
    * Update CHANGELOG.md
    
    * fix(i18n): Page -> ページ
    zyoshoka committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    fd744f4 View commit details
    Browse the repository at this point in the history
  11. enhance(backend): headタグ内にrel=alternateの指定のあるlinkタグがある場合、記述されたURLを参照し…

    …て照会できるように (misskey-dev#14371)
    
    * signedGet時にhttpかつalternate属性のlinkがある場合に一回だけfollowして照会する
    
    * Fix: validation position
    
    * Fix import
    
    * Fix tagname
    
    * Update CHANGELOG
    
    * Fix code style
    
    ---------
    
    Co-authored-by: syuilo <[email protected]>
    tai-cha and syuilo committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    9fbc1b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6cdecd7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    75b0315 View commit details
    Browse the repository at this point in the history
  14. Update about-misskey.vue

    syuilo committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c0de57c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4e0d570 View commit details
    Browse the repository at this point in the history
  16. Update CHANGELOG.md

    Co-authored-by: taichan <[email protected]>
    kakkokari-gtyih and tai-cha committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0b98554 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    83c04c5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    129af06 View commit details
    Browse the repository at this point in the history
  19. Fix(beckend): html content-type detection on signedGet (misskey-dev#1…

    …4424)
    
    * fix(backend): contenttype detection of html in signedGet
    
    * code style
    
    * fix by review
    tai-cha committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    bf8c42e View commit details
    Browse the repository at this point in the history
  20. [skip ci] New Crowdin updates (misskey-dev#14423)

    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Chinese Simplified)
    syuilo committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e790aa0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ba9c5c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Update about-misskey.vue

    syuilo committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    427f4a2 View commit details
    Browse the repository at this point in the history
  2. New Crowdin updates (misskey-dev#14426)

    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    syuilo committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    1629c0e View commit details
    Browse the repository at this point in the history
  3. 🎨

    syuilo committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9b78ce8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cd5f86 View commit details
    Browse the repository at this point in the history
  5. fix(backend): memory leak in memory caches (misskey-dev#14363)

    * encapsulate `MemoryKVCache<T>`
    
    * remove infinity caches
    
    * encapsulate other caches
    
    * add missing awaits to internally synchronize caches
    
    * implement pull-through caching
    
    * tune cache lifetimes
    
    * optimize cache GC by stopping early
    
    * summarize changes in CHANGELOG.md
    
    * Fix timeout comments
    
    Co-authored-by: かっこかり <[email protected]>
    
    * add comments about awaiting the redis write
    
    ---------
    
    Co-authored-by: かっこかり <[email protected]>
    warriordog and kakkokari-gtyih committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9ce44b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b708b27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b53ee54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e8a102 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4f55ef View commit details
    Browse the repository at this point in the history
  10. Release: 2024.8.0

    github-actions[bot] committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    621626a View commit details
    Browse the repository at this point in the history
  11. Merge tag 'refs/tags/2024.8.0' into vmimi-relay-timeline/merge-2024.8.0

    # Conflicts:
    #	packages/frontend/src/pages/timeline.vue
    #	packages/misskey-js/etc/misskey-js.api.md
    anatawa12 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    bd71bbc View commit details
    Browse the repository at this point in the history
  12. Merge pull request #115 from anatawa12/vmimi-relay-timeline/merge-202…

    …4.8.0
    
    Merge 2024.8.0
    anatawa12 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    688a815 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'anatawa12/vmimi-relay-timeline/generic'…

    … into vmimi-relay-timeline/forks/nirila
    anatawa12 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    d66f541 View commit details
    Browse the repository at this point in the history