<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/server/api/endpoints/admin/drive/show-file.ts, branch master</title>
<subtitle>my misskey fork
</subtitle>
<id>http://g.freya.cat/misskey/atom?h=master</id>
<link rel='self' href='http://g.freya.cat/misskey/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/'/>
<updated>2025-08-27T07:52:58Z</updated>
<entry>
<title>refactor</title>
<updated>2025-08-27T07:52:58Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-08-27T07:52:58Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=5eff31383f3d082173785a2d6c2f6ae332638fb9'/>
<id>urn:sha1:5eff31383f3d082173785a2d6c2f6ae332638fb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(backend): correct invalid schema format specifying only `required` for `anyOf` (#16089)</title>
<updated>2025-05-26T23:57:09Z</updated>
<author>
<name>zyoshoka</name>
<email>107108195+zyoshoka@users.noreply.github.com</email>
</author>
<published>2025-05-26T23:57:09Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=d27075c5f536a86a6c81cb3c3cec92b302663e2e'/>
<id>urn:sha1:d27075c5f536a86a6c81cb3c3cec92b302663e2e</id>
<content type='text'>
* fix(backend): correct invalid schema format specifying only `required` for `anyOf`

* refactor(backend): make types derived from `allOf` or `anyOf` more strong</content>
</entry>
<entry>
<title>test(backend): goodbye, Lenna (#14111)</title>
<updated>2024-07-02T05:29:44Z</updated>
<author>
<name>Kisaragi</name>
<email>48310258+KisaragiEffective@users.noreply.github.com</email>
</author>
<published>2024-07-02T05:29:44Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=eafae79869204e6de4a3fd4835eda3eb23b53974'/>
<id>urn:sha1:eafae79869204e6de4a3fd4835eda3eb23b53974</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(backend): add missing schemas and fix incorrect schemas (#13295)</title>
<updated>2024-02-16T05:27:33Z</updated>
<author>
<name>zyoshoka</name>
<email>107108195+zyoshoka@users.noreply.github.com</email>
</author>
<published>2024-02-16T05:27:33Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=40bbae3d6c200afb8ed9a70ca20ef03ebaed4e57'/>
<id>urn:sha1:40bbae3d6c200afb8ed9a70ca20ef03ebaed4e57</id>
<content type='text'>
* fix(backend): add missing schemas and fix incorrect schemas

* fix: ci

* fix: ci (本命)

* fix: run `pnpm build-misskey-js-with-types`

* fix: typos

* fix: role-condition-formula-value contains `id`

* fix: incorrect schema</content>
</entry>
<entry>
<title>(re)  update SPDX-FileCopyrightText</title>
<updated>2024-02-13T15:59:27Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:59:27Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c1514ce91dc08481a092a789ee37da546cdb4583'/>
<id>urn:sha1:c1514ce91dc08481a092a789ee37da546cdb4583</id>
<content type='text'>
Fix  #13290
</content>
</entry>
<entry>
<title>Revert "update SPDX-FileCopyrightText"</title>
<updated>2024-02-13T15:50:11Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:50:11Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=311c2172d7bc861d915a28650684a1587ecb4695'/>
<id>urn:sha1:311c2172d7bc861d915a28650684a1587ecb4695</id>
<content type='text'>
This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
</content>
</entry>
<entry>
<title>update SPDX-FileCopyrightText</title>
<updated>2024-02-12T02:37:45Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2024-02-12T02:37:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=9b5aeb76d8c9372d67058c512597152b6bf222f2'/>
<id>urn:sha1:9b5aeb76d8c9372d67058c512597152b6bf222f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request from GHSA-7pxq-6xx9-xpgm</title>
<updated>2023-12-27T06:08:59Z</updated>
<author>
<name>Chocolate Pie</name>
<email>106949016+chocolate-pie@users.noreply.github.com</email>
</author>
<published>2023-12-27T06:08:59Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c96bc36fedc804dc840ea791a9355d7df0748e64'/>
<id>urn:sha1:c96bc36fedc804dc840ea791a9355d7df0748e64</id>
<content type='text'>
* 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 5150053275594278e9eb23e72d98b16593c4c230.

* 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 &lt;tamaina@hotmail.co.jp&gt;</content>
</entry>
<entry>
<title>fix(backend): add missing kind definition for admin endpoints to improve security</title>
<updated>2023-12-18T03:32:26Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2023-12-18T03:32:26Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=5150053275594278e9eb23e72d98b16593c4c230'/>
<id>urn:sha1:5150053275594278e9eb23e72d98b16593c4c230</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf(backend): createdAtをidから取得するように &amp; 無駄なDateインスタンスの生成を避けるように</title>
<updated>2023-10-16T01:45:22Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2023-10-16T01:45:22Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=1fa1d316969de15d6aaef1dbf0a0b95aec30e377'/>
<id>urn:sha1:1fa1d316969de15d6aaef1dbf0a0b95aec30e377</id>
<content type='text'>
</content>
</entry>
</feed>
