<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/models/Role.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>enhance: 新しいコンディショナルロール条件の実装 (#13732)</title>
<updated>2024-04-19T06:22:23Z</updated>
<author>
<name>おさむのひと</name>
<email>46447427+samunohito@users.noreply.github.com</email>
</author>
<published>2024-04-19T06:22:23Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=cd7f7271ca5595cae95f6fb0280fac9dee77d751'/>
<id>urn:sha1:cd7f7271ca5595cae95f6fb0280fac9dee77d751</id>
<content type='text'>
* enhance: 新しいコンディショナルロールの実装

* fix: CHANGELOG.md</content>
</entry>
<entry>
<title>Enhance: コンディショナルロールの条件に「マニュアルロールへのアサイン」を追加 (#13463)</title>
<updated>2024-02-27T09:45:46Z</updated>
<author>
<name>zawa-ch</name>
<email>satellite.2e1834097@gmail.com</email>
</author>
<published>2024-02-27T09:45:46Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=f906ad6ca7044e4c509a5fe01f398f841a44027a'/>
<id>urn:sha1:f906ad6ca7044e4c509a5fe01f398f841a44027a</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>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>refactor(backend): update directory structure for models</title>
<updated>2023-09-20T02:33:36Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2023-09-20T02:33:36Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=053da10e94c2412f58215116a958c0922261a610'/>
<id>urn:sha1:053da10e94c2412f58215116a958c0922261a610</id>
<content type='text'>
</content>
</entry>
</feed>
