<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/server/api/endpoints/admin/roles/update.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-04-03T10:22:49Z</updated>
<entry>
<title>Copy role on move (#15745)</title>
<updated>2025-04-03T10:22:49Z</updated>
<author>
<name>anatawa12</name>
<email>anatawa12@icloud.com</email>
</author>
<published>2025-04-03T10:22:49Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=cab82452ecb9aa6f89da22a1177cbf0e01f0462b'/>
<id>urn:sha1:cab82452ecb9aa6f89da22a1177cbf0e01f0462b</id>
<content type='text'>
* feat(backend): copyOnMoveAccount

* feat(endpoints): copyOnMoveAccount

* feat(frontend): copyOnMoveAccount

* docs(changelog): アカウントのマイグレーション時に古いアカウントからロールをコピーできるようになりました。

* fix: spdx header for migration

* Update locales/ja-JP.yml

* copyOnMoveAccount -&gt; preserveAssignmentOnMoveAccount

* fix: check for preserveAssignmentOnMoveAccount

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>refactor: api/*/update系の必須キーを最低限に (#13824)</title>
<updated>2024-06-22T05:52:27Z</updated>
<author>
<name>yupix</name>
<email>yupi0982@outlook.jp</email>
</author>
<published>2024-06-22T05:52:27Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b50eb511b0cf6fb05d37c3370726f940c1438a99'/>
<id>urn:sha1:b50eb511b0cf6fb05d37c3370726f940c1438a99</id>
<content type='text'>
* refactor: clips/updateの必須キーをclipIdのみに

* refactor: admin/roles/update の必須キーをroleIdのみに

* feat: pages/update の必須キーをpageIdのみに

* refactor: gallery/posts/update の必須キーをpostidのみに

* feat: misskey-jsの型を更新

* feat: i/webhooks/updateの必須キーをwebhookIdのみに

* feat: admin/ad/updateの必須キーをidのみに

* feat: misskey-jsの型を更新

* chore: update CHANGELOG.md

* docs: update CHANGELOG.md

* fix: secretが更新できなくなる場合がある

Co-authored-by: zyoshoka &lt;107108195+zyoshoka@users.noreply.github.com&gt;

* Update packages/backend/src/server/api/endpoints/gallery/posts/update.ts

---------

Co-authored-by: zyoshoka &lt;107108195+zyoshoka@users.noreply.github.com&gt;
Co-authored-by: syuilo &lt;4439005+syuilo@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: improve moderation log</title>
<updated>2023-09-25T01:29:12Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2023-09-25T01:29:12Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=5318532a8d1208b4f286856e98ff199bfdeacb9c'/>
<id>urn:sha1:5318532a8d1208b4f286856e98ff199bfdeacb9c</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>
<entry>
<title>update deps (#11820)</title>
<updated>2023-09-15T05:28:29Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2023-09-15T05:28:29Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=6cf466e5d1d423aec8ec06f65644c73c7e9a8ecd'/>
<id>urn:sha1:6cf466e5d1d423aec8ec06f65644c73c7e9a8ecd</id>
<content type='text'>
* update deps

* fix

* wip

* wip

* wip

* Update docker-compose.yml.example

* Delete reviewer-lottery.yml

* Update RepositoryModule.ts

* wip

* wip

* clean up

* update deps

* wip

* wip</content>
</entry>
</feed>
