<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/server/api/endpoints/admin/announcements/create.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>2026-01-08T02:49:12Z</updated>
<entry>
<title>enable and fix no-unused-vars and no-async-promise-executor (#17070)</title>
<updated>2026-01-08T02:49:12Z</updated>
<author>
<name>anatawa12</name>
<email>anatawa12@icloud.com</email>
</author>
<published>2026-01-08T02:49:12Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=666f78e676e29abd48b351c58270b3f721f03573'/>
<id>urn:sha1:666f78e676e29abd48b351c58270b3f721f03573</id>
<content type='text'>
* dev: set --no-bail for lint task

* lint: enable no-async-promise-executor lint and fix them

* lint: enable no-unused-vars with allowing _ prefix

* lint: fix semi</content>
</entry>
<entry>
<title>fix(backend): お知らせ作成時に画像URL入力欄を空欄に変更できないのを修正  (#14990)</title>
<updated>2024-11-19T01:29:42Z</updated>
<author>
<name>饺子w (Yumechi)</name>
<email>35571479+eternal-flame-AD@users.noreply.github.com</email>
</author>
<published>2024-11-19T01:29:42Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=e800c0f85ad968dc1505463cc5e4cf0c8ea862fb'/>
<id>urn:sha1:e800c0f85ad968dc1505463cc5e4cf0c8ea862fb</id>
<content type='text'>
* fix(backend): アナウンスメントを作成ときに画像URLを後悔できないのを修正

Signed-off-by: eternal-flame-AD &lt;yume@yumechi.jp&gt;

* Update CHANGELOG.md

Co-authored-by: おさむのひと &lt;46447427+samunohito@users.noreply.github.com&gt;

---------

Signed-off-by: eternal-flame-AD &lt;yume@yumechi.jp&gt;
Co-authored-by: おさむのひと &lt;46447427+samunohito@users.noreply.github.com&gt;</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>enhance: 非通知なお知らせを作成できるように</title>
<updated>2023-11-05T00:04:38Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2023-11-05T00:04:38Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c2ddb649f841c48bca91db3fdee1e95f79e8bdf4'/>
<id>urn:sha1:c2ddb649f841c48bca91db3fdee1e95f79e8bdf4</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>
<entry>
<title>enhance(backend): refine moderation log (#10939)</title>
<updated>2023-09-23T09:28:16Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2023-09-23T09:28:16Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=9e4d3ebe5f67244c18e1fb03d6d0264bff226b76'/>
<id>urn:sha1:9e4d3ebe5f67244c18e1fb03d6d0264bff226b76</id>
<content type='text'>
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update DriveService.ts</content>
</entry>
</feed>
