<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/test/e2e, 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-03-05T17:55:43Z</updated>
<entry>
<title>split url into webUrl and localUrl (like mastodon)</title>
<updated>2026-03-05T17:55:43Z</updated>
<author>
<name>Freya Murphy</name>
<email>freya@freyacat.org</email>
</author>
<published>2026-03-02T21:05:12Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=587ab8500abb2d8b0a494dc05952c9919cc7f66f'/>
<id>urn:sha1:587ab8500abb2d8b0a494dc05952c9919cc7f66f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enhance(backend/oauth): Support client information discovery in the IndieAuth 11 July 2024 spec (#17030)</title>
<updated>2025-12-31T05:50:01Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2025-12-31T05:50:01Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=01aa56c60201aed3e278193a0aee7c13b1f0aef7'/>
<id>urn:sha1:01aa56c60201aed3e278193a0aee7c13b1f0aef7</id>
<content type='text'>
* enhance(backend): Support client information discovery in the IndieAuth 11 July 2024 spec

* add tests

* Update Changelog

* Update Changelog

* fix tests

* fix test describe to align with the other describe format</content>
</entry>
<entry>
<title>fix(backend): fix tests (#16947)</title>
<updated>2025-12-06T10:32:13Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2025-12-06T10:32:13Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=63d287075588d98259f3fb1c4927695071e65e5e'/>
<id>urn:sha1:63d287075588d98259f3fb1c4927695071e65e5e</id>
<content type='text'>
* fix(backend): shouldHideNoteByTimeのロジックの誤りを修正

* fix tests</content>
</entry>
<entry>
<title>chore(backend): remove jsdom completely (#16893)</title>
<updated>2025-11-29T12:55:13Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-11-29T12:55:13Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=81635d9f1c1523ad9091ef49ba398abc497d95fa'/>
<id>urn:sha1:81635d9f1c1523ad9091ef49ba398abc497d95fa</id>
<content type='text'>
* wip

* Update utils.ts

* Update fetch-resource.ts

* Update exports.ts

* Update oauth.ts</content>
</entry>
<entry>
<title>Revert "fix(backend): `clips/my-favorites` APIをページネーションに対応させる (#16835)" (#16874)</title>
<updated>2025-11-27T09:40:54Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2025-11-27T09:40:54Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=666e0463999176bca5ce8050a3b5193f14d02c36'/>
<id>urn:sha1:666e0463999176bca5ce8050a3b5193f14d02c36</id>
<content type='text'>
* Revert "fix(backend): `clips/my-favorites` APIをページネーションに対応させる (#16835)"

This reverts commit 70fa621e22b90b1f649eb3c1d291cec1ed57b0ac.

* fix</content>
</entry>
<entry>
<title>fix(backend): `clips/my-favorites` APIをページネーションに対応させる (#16835)</title>
<updated>2025-11-23T13:41:14Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2025-11-23T13:41:14Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=70fa621e22b90b1f649eb3c1d291cec1ed57b0ac'/>
<id>urn:sha1:70fa621e22b90b1f649eb3c1d291cec1ed57b0ac</id>
<content type='text'>
* fix(backend): `clips/my-favorites` APIをページネーションに対応させる

* fix

* fix test

* fix</content>
</entry>
<entry>
<title>feat: チャンネルミュートの実装 (#14105)</title>
<updated>2025-11-06T23:39:21Z</updated>
<author>
<name>おさむのひと</name>
<email>46447427+samunohito@users.noreply.github.com</email>
</author>
<published>2025-11-06T23:39:21Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=729abbef621aea5b8b697644181915935b74bbf8'/>
<id>urn:sha1:729abbef621aea5b8b697644181915935b74bbf8</id>
<content type='text'>
* add channel_muting table and entities

* add channel_muting services

* タイムライン取得処理への組み込み

* misskey-jsの型とインターフェース生成

* Channelスキーマにミュート情報を追加

* フロントエンドの実装

* 条件が逆だったのを修正

* 期限切れミュートを掃除する機能を実装

* TLの抽出条件調節

* 名前の変更と変更不要の差分をロールバック

* 修正漏れ

* isChannelRelatedの条件に誤りがあった

* [wip] テスト追加

* テストの追加と検出した不備の修正

* fix test

* fix CHANGELOG.md

* 通常はFTTにしておく

* 実装忘れ対応

* fix merge

* fix merge

* add channel tl test

* fix CHANGELOG.md

* remove unused import

* fix lint

* fix test

* fix favorite -&gt; favorited

* exclude -&gt; include

* fix CHANGELOG.md

* fix CHANGELOG.md

* maintenance

* fix CHANGELOG.md

* fix

* fix ci

* regenerate

* fix

* Revert "fix"

This reverts commit 699d50c6ec798777d8e9667cb5d45a26b06bfc93.

* fixed

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>fix(backend): fix test (#16441)</title>
<updated>2025-08-22T09:26:19Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2025-08-22T09:26:19Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=20d81696e1facad04eca01b616a674c87ade3aed'/>
<id>urn:sha1:20d81696e1facad04eca01b616a674c87ade3aed</id>
<content type='text'>
* fix(backend): fix test

* fix

* fix</content>
</entry>
<entry>
<title>fix e2e</title>
<updated>2025-08-02T02:47:24Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-08-02T02:47:24Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=844935488788f0969825748f1a280dd935106342'/>
<id>urn:sha1:844935488788f0969825748f1a280dd935106342</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ノートの脱CASCADE削除 (#16332)</title>
<updated>2025-07-31T05:40:51Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-07-31T05:40:51Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=f2a23fb55ef2100bd26e3f2bcd7f939052c2ea09'/>
<id>urn:sha1:f2a23fb55ef2100bd26e3f2bcd7f939052c2ea09</id>
<content type='text'>
* wip

* Update CHANGELOG.md

* Update QueryService.ts

* Update QueryService.ts

* wip

* Update MkNoteDetailed.vue

* Update NoteEntityService.ts

* wip

* Update antennas.ts

* Update create.ts

* Update NoteEntityService.ts

* wip

* Update CHANGELOG.md

* Update NoteEntityService.ts

* Update NoteCreateService.ts

* Update note.test.ts

* Update note.test.ts

* Update ClientServerService.ts

* Update ClientServerService.ts

* add error handling

* Update NoteDeleteService.ts

* Update CHANGELOG.md

* Update entities.ts

* Update entities.ts

* Update misskey-js.api.md</content>
</entry>
</feed>
