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

Release: 13.11.3 #10608

Merged
merged 27 commits into from
Apr 13, 2023
Merged

Release: 13.11.3 #10608

merged 27 commits into from
Apr 13, 2023

Commits on Apr 11, 2023

  1. Refactor sw (#10579)

    * refactor(sw): remove dead code
    
    * refactor(sw): remove dead code
    
    * refactor(sw): remove dead code
    
    * refactor(sw): remove dead code
    
    * refactor(sw): remove dead code
    
    * refactor(sw): remove dead code
    
    * refactor(sw): 冗長な部分を変更
    
    * refactor(sw): 使われていない煩雑な機能を削除
    
    * refactor(sw): remove dead code
    
    * refactor(sw): URL文字列の作成に`URL`を使うように
    
    * refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処
    
    * refactor(sw): `append` -> `set` in `URLSearchParams`
    
    * refactor(sw): `any`の削除とそれに伴い露呈したエラーへの対処
    
    * refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処
    
    対処と言っても`throw`するだけ。いままでもこの状況ではエラーが投げられていたはずなので、この対処により新たな問題が起きることはないはず。
    
    * refactor(sw): i18n loading
    
    * refactor(sw): 型推論がうまくできる書き方に変更
    
    `codes`が`(string | undefined)[]`から`string[]`になった
    
    * refactor(sw): クエリ文字列の作成に`URLSearchParams`を使うように
    
    * refactor(sw): `findClient`
    
    * refactor(sw): `openClient`における`any`や`as`の書き換え
    
    * refactor(sw): `openPost`における`any`の書き換え
    
    * refactor(sw): `let` -> `const`
    
    * refactor(sw): `any` -> `unknown`
    
    * cleanup(sw): import
    
    * cleanup(sw)
    
    * cleanup(sw): `?.`
    
    * cleanup(sw/.eslintrc.js)
    
    * refactor(sw): `@typescript-eslint/explicit-function-return-type`
    
    * refactor(sw): `@typescript-eslint/no-unused-vars`
    
    * refactor(sw): どうしようもないところに`eslint-disable-next-line`を
    
    * refactor(sw): `import/no-default-export`
    
    * update operations.ts
    
    * throw new Error
    
    ---------
    
    Co-authored-by: tamaina <tamaina@hotmail.co.jp>
    okayurisotto and tamaina authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5002eff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b463490 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. feat: queueing bulk follow/unfollow and block/unblock (#10544)

    * wrap follow/unfollow and block/unblock as job queue
    
    * create import job to follow in each iteration
    
    * make relationship jobs concurrent
    
    * replace to job queue if called repeatedly
    
    * use addBulk to import
    
    * omit stream when importing
    
    * fix job caller
    
    * use ThinUser instead of User to reduce redis memory consumption
    
    * createImportFollowingToDbJobの呼び出し方を変える, 型補強
    
    * Force ThinUser
    
    * オブジェクト操作のみのメソッド名はgenerate...Data
    
    * Force ThinUser in generateRelationshipJobData
    
    * silent bulk unfollow at admin api endpoint
    
    ---------
    
    Co-authored-by: tamaina <tamaina@hotmail.co.jp>
    nmkj-io and tamaina authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    da83322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f91d6 View commit details
    Browse the repository at this point in the history
  3. update CHANGELOG.md

    tamaina committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f9720e0 View commit details
    Browse the repository at this point in the history
  4. refactor: サウンド関連の設定をpizzaxに移行 (#8105)

    * enhane: unison-reloadに指定したパスに移動できるように
    
    * null
    
    * null
    
    * feat: ログインするアカウントのIDをクエリ文字列で指定する機能
    
    * null
    
    * await?
    
    * rename
    
    * rename
    
    * Update read.ts
    
    * merge
    
    * get-note-summary
    
    * fix
    
    * swパッケージに
    
    * add missing packages
    
    * fix getNoteSummary
    
    * add webpack-cli
    
    * ✌️
    
    * remove plugins
    
    * sw-inject分離したがテストしてない
    
    * fix notification.vue
    
    * remove a blank line
    
    * disconnect intersection observer
    
    * disconnect2
    
    * fix notification.vue
    
    * remove a blank line
    
    * disconnect intersection observer
    
    * disconnect2
    
    * fix
    
    * ✌️
    
    * clean up config
    
    * typesを戻した
    
    * backend/src/web/index.ts
    
    * notification-badges
    
    * add scripts
    
    * change create-notification.ts
    
    * Update packages/client/src/components/notification.vue
    
    Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
    
    * disconnect
    
    * oops
    
    * Failed to load the script unexpectedly回避
    sw.jsとlib.tsを分離してみた
    
    * truncate notification
    
    * Update packages/client/src/ui/_common_/common.vue
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    
    * clean up
    
    * clean up
    
    * refactor
    
    * キャッシュ対策
    
    * Truncate push notification message
    
    * fix
    
    * wip
    
    * clean up
    
    * migration
    
    * migration
    
    * comment
    
    * move soundConfigStore
    
    * ✌️
    
    * clean up
    
    * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正
    
    * components/drive-file-thumbnail.vue
    
    * components/drive-select-dialog.vue
    
    * components/drive-window.vue
    
    * merge
    
    * fix
    
    * remove reversi setting
    
    * Service Workerのビルドにesbuildを使うようにする
    
    * return createEmptyNotification()
    
    * fix
    
    * fix
    
    * i18n.ts
    
    * update
    
    * ✌️
    
    * remove ts-loader
    
    * fix
    
    * fix
    
    * enhance: Service Workerを常に登録するように
    
    * pollEnded
    
    * pollEnded
    
    * URLをsw.jsに戻す
    
    * clean up
    
    * clean up
    
    * update sounds.vue
    
    * update
    
    * fix type
    
    * ✌️
    
    * ;v;
    
    ---------
    
    Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    3 people authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0db88a5 View commit details
    Browse the repository at this point in the history
  5. enhance: カスタム絵文字関連の変更 (#9794)

    * PackedNoteなどのemojisはプロキシしていないURLを返すように
    
    * MFMでx3/x4もしくはscale.x/yが2.5以上に指定されていた場合にはオリジナル品質の絵文字を使用する
    
    * update CHANGELOG.md
    
    * fix changelog
    
    * ??
    
    * wip
    
    * fix
    
    * merge
    
    * Update packages/frontend/src/scripts/media-proxy.ts
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    
    * merge
    
    * calc scale
    
    ---------
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    tamaina and syuilo authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    81d2c5a View commit details
    Browse the repository at this point in the history
  6. feat: role timeline

    Resolve #10581
    syuilo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5d56799 View commit details
    Browse the repository at this point in the history
  7. feat(server): Misskey Webでユーザーフレンドリーなエラーページを出す (#10590)

    * (add) user-friendly error page
    
    * Update CHANGELOG.md
    
    * (add) cache-control header
    
    * Add ClientLoggerService
    
    * Log params and query
    
    * remove error stack on client
    
    * fix pug
    
    * 文面を調整
    
    * :art]
    
    ---------
    
    Co-authored-by: tamaina <tamaina@hotmail.co.jp>
    kakkokari-gtyih and tamaina authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    49749b4 View commit details
    Browse the repository at this point in the history
  8. test(backend): Add tests for users (#10546)

    Co-authored-by: tamaina <tamaina@hotmail.co.jp>
    Nanashia and tamaina authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5c3a4a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d06d1e8 View commit details
    Browse the repository at this point in the history
  10. Update CustomEmojiService.ts

    syuilo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    72031e4 View commit details
    Browse the repository at this point in the history
  11. fix type

    syuilo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e3aeab8 View commit details
    Browse the repository at this point in the history
  12. Use unique identifier for each follow request (#10600)

    Co-authored-by: anemone <anemoneya@icloud.com>
    hutchisr and hutchisr authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b7d056f View commit details
    Browse the repository at this point in the history
  13. 4 Configuration menu
    Copy the full SHA
    6ea057f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3ff5a5a View commit details
    Browse the repository at this point in the history
  15. fix

    tamaina committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4c0ef07 View commit details
    Browse the repository at this point in the history
  16. fix(server): アンテナとロールTLのuntil/sinceプロパティが動くように (#10605)

    * fix(server): アンテナとロールTLのuntil/sinceプロパティが動くように
    
    * fix
    futchitwo authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    04511ac View commit details
    Browse the repository at this point in the history
  17. Update CHANGELOG.md

    syuilo authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    78a2feb View commit details
    Browse the repository at this point in the history
  18. Update about-misskey.vue

    syuilo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1a7e5fb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    62b6c4d View commit details
    Browse the repository at this point in the history
  20. 🎨

    syuilo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    6839441 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dcbaca4 View commit details
    Browse the repository at this point in the history
  22. New Crowdin updates (#10585)

    * New translations ja-JP.yml (English)
    
    * New translations ja-JP.yml (Chinese Traditional)
    
    * New translations ja-JP.yml (German)
    
    * New translations ja-JP.yml (Japanese, Kansai)
    
    * New translations ja-JP.yml (Chinese Simplified)
    
    * New translations ja-JP.yml (Italian)
    
    * New translations ja-JP.yml (Italian)
    
    * New translations ja-JP.yml (English)
    
    * New translations ja-JP.yml (German)
    
    * New translations ja-JP.yml (Chinese Traditional)
    
    * New translations ja-JP.yml (Japanese, Kansai)
    
    * New translations ja-JP.yml (Chinese Simplified)
    syuilo authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8913e56 View commit details
    Browse the repository at this point in the history
  23. 13.11.3

    syuilo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ddb1ab7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    3f57119 View commit details
    Browse the repository at this point in the history
  2. [ci skip] improve readability

    syuilo committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2a7ba37 View commit details
    Browse the repository at this point in the history