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

Merge upstream 2023.12.1 #291

Merged
merged 251 commits into from
Dec 27, 2023
Merged

Merge upstream 2023.12.1 #291

merged 251 commits into from
Dec 27, 2023

Conversation

riku6460
Copy link
Collaborator

What

Why

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

zyoshoka and others added 30 commits November 26, 2023 10:01
* fix(backend): 何もノートしていないユーザーのフィードにアクセスするとエラーになる問題を修正

* Update CHANGELOG.md

* add test

* fix: incorrect bob's username
* (add) リアクション選択時に音を鳴らせるように

* Update Changelog

* tweak sound

* tweak sound

---------

Co-authored-by: syuilo <[email protected]>
* (enhance) サウンドにドライブのファイルを使用できるように

* Update Changelog

* fix

* fix design

* fix design

* Update store.ts

* (fix) ファイル名表示

* refactor

* (refactor) better types

* operationTypeとsoundTypeの混同を防止

* (refactor)

* (fix)

* enhance jsdoc

* driveFile -> _driveFile_
…12482)" (misskey-dev#12483)

* Revert "docs(changelog): GHSA-3f39-6537-3cgc について追記 (misskey-dev#12482)"

This reverts commit d58ec4e.

* Update CHANGELOG.md
* wip

* ログ出しの削除

* fix CHANGELOG.md

---------

Co-authored-by: osamu <[email protected]>
* chore: 音声が一切鳴らなくなる可能性を軽減

misskey-dev#12433 (comment)

* chore: IIFEではなくPromise.prototype.finallyを使用するように
…2484)

* fix(frontend): WebKitブラウザー上でもkeepScreenOnが効くように

* chore: add comment
…2505)

* enhance(frontend): Shareページでの投稿完了時にpostMessageを発火

* Update Changelog

* fix

* 名前の混同をさける

* 名前をわかりやすくする

* watchを使わずパフォーマンス改善
…v#12506)

* navigator.share未サポートの場合は共有ボタンを非表示にする

* fix CHANGELOG.md

* ライセンス表示追加

* URLのコピーボタンを設置
* enhance(frontend): ノートプレビューにCWが反映されるように

* Update CHANGELOG.md

* refactor: 不要な条件を除去

* Revert "refactor: 不要な条件を除去"

This reverts commit e4eff68.

* fix: やっぱり不要な条件だった
* enhance: hiddenTagsを管理画面で設定できるように

* Update locales/ja-JP.yml

Co-authored-by: syuilo <[email protected]>

---------

Co-authored-by: syuilo <[email protected]>
…o avoid TS7043 (misskey-dev#12495)

* refactor: give local variable to explicit type annotation to avoid TS7043

* chore: fix lint error
u1-liquid and others added 11 commits December 27, 2023 08:42
* fix: fix improper authorization when accessing with third-party application

* refactor: refactor type definitions

* fix: get rid of unnecessary access limitation

* enhance: サードパーティアプリケーションがWebsocket APIを使えるように

* fix: add missing parentheses

* Revert "fix(backend): add missing kind definition for admin endpoints to improve security"

This reverts commit 5150053.

* frontend: 翻訳の抜けを訂正, read:adminとwrite:adminはアクセス発行トークンのデフォルトでは非表示にする

* enhance(test): misskey-GHSA-7pxq-6xx9-xpgmに関するテストを追加

* enhance(test): Websocket APIに対するテストも追加

* enhance(refactor): `@/misc/api-permissions.ts`を`misskey-js/permissions`に統合

* fix(frontend): アクセストークン発行UIで全ての権限を有効にした際、管理者用APIへのアクセスも許可してしまう問題を修正

* enhance(backend): Websocketの接続に最低限必要な権限を変更

* fix(backend): `/api/admin/meta`をサードパーティアプリケーションからはアクセスできないように

* fix(backend): エンドポイントにアクセスするために必要な権限を変更

* fix(frontend/locale): Add missing type declaration

* chore: update `misskey-js/src/autogen`

---------

Co-authored-by: tamaina <[email protected]>
* feat(backend/oauth): allow CORS for token endpoint

* no need to explicitly set origin to `*`

* Update CHANGELOG.md
* New translations ja-jp.yml (French)

* 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 (Korean (Gyeongsang))

* New translations ja-jp.yml (French)

* New translations ja-jp.yml (English)

* New translations ja-jp.yml (French)

* New translations ja-jp.yml (English)

* New translations ja-jp.yml (Spanish)

* New translations ja-jp.yml (Spanish)

* New translations ja-jp.yml (Russian)
* perf: Add a prompt for Tor Browser users

* typo
* fix(test): CIが落ちているのを修正

* fix(ci)?: CIの`typecheck`が落ちる問題を修正

* fix(ci): コンフィグファイルのタイポを修正
@u1-liquid u1-liquid marked this pull request as ready for review December 27, 2023 10:49
u1-liquid
u1-liquid previously approved these changes Dec 27, 2023
syuilo and others added 7 commits December 27, 2023 20:35
* MFMでfgとbgに長い単語を使うと改行されない問題を修正

* update CHANGELOG.md
* functionPicker の追加

* Update CHANGELOG.md

* fix lint errors

* Add addMfmFunction

* add enableQuickAddMfmFunction setting

* Update CHANGELOG.md

issue 番号を追加

* Update index.d.ts

* change 'functionPicker' to 'mfmFunctionPicker'

* Change indent from 4 space to 1 tab

---------

Co-authored-by: syuilo <[email protected]>
@u1-liquid u1-liquid changed the title Merge upstream 2023.12.0 Merge upstream 2023.12.1 Dec 27, 2023
Copy link

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

76 New issues
0 Security Hotspots
No data about Coverage
35.8% Duplication on New Code

See analysis details on SonarCloud

@u1-liquid u1-liquid merged commit f207c96 into io Dec 27, 2023
16 checks passed
@u1-liquid u1-liquid deleted the merge-upstream branch December 27, 2023 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.