egirlskey/packages/backend/src/server/api/endpoints/users/lists
Chocolate Pie 82822e29d9
Merge pull request from GHSA-7pxq-6xx9-xpgm
* 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 5150053275.

* 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 <tamaina@hotmail.co.jp>
2023-12-28 09:45:54 +01:00
..
create-from-public.ts Merge pull request from GHSA-7pxq-6xx9-xpgm 2023-12-28 09:45:54 +01:00
create.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
delete.ts update deps (#11820) 2023-09-15 14:28:29 +09:00
favorite.ts Merge pull request from GHSA-7pxq-6xx9-xpgm 2023-12-28 09:45:54 +01:00
get-memberships.ts enhance: api.jsonのレスポンスの内容を実際の内容に合わせる (#12723) 2023-12-21 16:57:05 +09:00
list.ts update deps (#11820) 2023-09-15 14:28:29 +09:00
pull.ts feat: 通知の受信設定を強化 2023-09-29 11:29:54 +09:00
push.ts feat: improve tl performance (#11946) 2023-10-03 20:26:11 +09:00
show.ts update deps (#11820) 2023-09-15 14:28:29 +09:00
unfavorite.ts Merge pull request from GHSA-7pxq-6xx9-xpgm 2023-12-28 09:45:54 +01:00
update-membership.ts feat: improve tl performance (#11946) 2023-10-03 20:26:11 +09:00
update.ts update deps (#11820) 2023-09-15 14:28:29 +09:00