<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/core, 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>lint</title>
<updated>2026-01-22T03:14:51Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2026-01-22T03:14:51Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=3205eb6925136bb90ef2da04acaa330aabc81a65'/>
<id>urn:sha1:3205eb6925136bb90ef2da04acaa330aabc81a65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enhance(backend): remove redis-info dep</title>
<updated>2026-01-22T01:28:03Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2026-01-22T01:28:03Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=d4fcc694a6166868b1374504cd177bb7b288784e'/>
<id>urn:sha1:d4fcc694a6166868b1374504cd177bb7b288784e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(frontend): MkRadiosの指定をpropsから行うように (#16597)</title>
<updated>2026-01-14T05:02:50Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2026-01-14T05:02:50Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b941c896aa5512240de9121a1850d55aa5f8b68b'/>
<id>urn:sha1:b941c896aa5512240de9121a1850d55aa5f8b68b</id>
<content type='text'>
* refactor(frontend): MkRadiosの指定をpropsから行うように

* spdx

* fix lint

* fix: mkradiosを動的slotsに対応させる

* fix: remove comment [ci skip]

* fix lint

* fix lint

* migrate

* rename

* fix

* fix

* fix types

* remove unused imports

* fix

* wip

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>fix(frontend): popupのemit型が正しく利用できるように修正 (#16826)</title>
<updated>2026-01-09T03:21:08Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2026-01-09T03:21:08Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=2a14025c29081bd8080b4dec0823a7625a791950'/>
<id>urn:sha1:2a14025c29081bd8080b4dec0823a7625a791950</id>
<content type='text'>
* fix(frontend): popupのemit型が正しく利用できるように修正

* fix: revert unnecessary code (for testing purpose)

* fix lint

* fix type errors

* fix types

* add comment

* fix

* fix

* fix: OverloadToUnionの仕組みを変更

* add comments, clean up

* fix lint

* fix types

* clean up [ci skip]

* fix

* add comments [ci skip]</content>
</entry>
<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>refactor: DriveFileEntityServiceとDriveFolderEntityServiceの複数件取得をリファクタ (#17064)</title>
<updated>2026-01-06T04:13:06Z</updated>
<author>
<name>おさむのひと</name>
<email>46447427+samunohito@users.noreply.github.com</email>
</author>
<published>2026-01-06T04:13:06Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=f6fc78f578c344172349f7795b168b2992953bd0'/>
<id>urn:sha1:f6fc78f578c344172349f7795b168b2992953bd0</id>
<content type='text'>
* refactor: DriveFileEntityServiceとDriveFolderEntityServiceの複数件取得をリファクタ

* add test

* fix

* Update packages/backend/src/core/entities/DriveFolderEntityService.ts

Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;

* Update packages/backend/test/unit/entities/DriveFolderEntityService.ts

Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;

* Update packages/backend/src/core/entities/DriveFileEntityService.ts

Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;

* Revert "Update packages/backend/src/core/entities/DriveFileEntityService.ts"

This reverts commit 83bb9564cfdb699a21b775815439e1e496cd89a9.

---------

Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>enhance: 誕生日のユーザーウィジェットで、今日だけに限らず、直近の誕生日ユーザーを表示できるように (#13637)</title>
<updated>2025-12-31T13:33:26Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2025-12-31T13:33:26Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=16ffd88ecc16c394fd8bc532c61e6be45b053ca5'/>
<id>urn:sha1:16ffd88ecc16c394fd8bc532c61e6be45b053ca5</id>
<content type='text'>
* enhance(frontend): 「今日誕生日のフォロー中ユーザー」ウィジェットをリファクタリング

(cherry picked from commit 24652b9364fd7d898ac176e0da3bb6e957f72328)

* fix(backend): 年越しの時期で誕生日検索クエリーが誤動作する問題を修正 (MisskeyIO#577)

(cherry picked from commit 38581006be35b4725b235be9f178d2c0c9c5af33)

* fix

* spdx

* delete birthday param on users/following api

* 名称を一本化

* Update Changelog

* Update Changelog

* fix(frontend/WidgetBirthdayFollowings): ユーザーの名前が長いと投稿ボタンがはみ出てしまう問題を修正 (MisskeyIO#582)

(cherry picked from commit fa47a545b1b770e5f3e52bb2798d1104da5dd244)

* use module css

* default 3day

* Revert "delete birthday param on users/following api"

This reverts commit a47456c1c43410409ed3607ae1d6ebb69a82324b.

* Update Changelog

* 日付が１ヶ月ズレている問題を修正？

* fix: 日付関連のバグを修正

Co-authored-by: taiy &lt;53635909+taiyme@users.noreply.github.com&gt;

* build misskey-js types

* add comment

* Update CHANGELOG.md

* migrate

* change migration

* UPdate Changelog

* fix: revert unnecessary changes

* :art:

* i18n

* fix

* update changelog

* :art:

* fix lint

* refactor: remove unnecessary classes

* fix

* fix

---------

Co-authored-by: まっちゃとーにゅ &lt;17376330+u1-liquid@users.noreply.github.com&gt;
Co-authored-by: taiy &lt;53635909+taiyme@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>refactor: use TRANSIENT scope to avoid service bucket relay (#16985)</title>
<updated>2025-12-22T08:01:10Z</updated>
<author>
<name>anatawa12</name>
<email>anatawa12@icloud.com</email>
</author>
<published>2025-12-22T08:01:10Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=74e847a04d1b287f50a10f7c1e44a4e7bc2f91ac'/>
<id>urn:sha1:74e847a04d1b287f50a10f7c1e44a4e7bc2f91ac</id>
<content type='text'>
* refactor: use TRANSIENT scope to avoid service bucket relay

* lint: fix lints

* refactor: use transient for apResolver

* Update packages/backend/src/core/activitypub/models/ApImageService.ts

* fix</content>
</entry>
<entry>
<title>perf(backend): lazy load systeminformation</title>
<updated>2025-12-18T11:05:20Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-12-18T11:05:20Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=baeed4bc8057ec2623f983550cd63dff09c42c28'/>
<id>urn:sha1:baeed4bc8057ec2623f983550cd63dff09c42c28</id>
<content type='text'>
systeminformationを必要とする機能を有効にしていないサーバーで無駄に読み込まれることが無いように
</content>
</entry>
</feed>
