<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/server, 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>fix: review fixes (#17208)</title>
<updated>2026-03-05T10:24:30Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2026-03-05T10:24:30Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=3980b2ca55cdf6a694ef8cad911e161672c0444f'/>
<id>urn:sha1:3980b2ca55cdf6a694ef8cad911e161672c0444f</id>
<content type='text'>
* fix: OAuthのContent-Typeを正しく判定するように

* fix(frontend): fix outdated comments

* fix: storagePersistenceのtop-level awaitを解消

* fix

* fix(frontend): add comment

Co-Authored-By: anatawa12 &lt;anatawa12@icloud.com&gt;

* fix

* fix: rename `users/get-following-users-by-birthday`

* fix: fix types

* Update MkForm.vue

* refactor utility/storage.ts

---------

Co-authored-by: anatawa12 &lt;anatawa12@icloud.com&gt;
Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>fix: user-tagページでユーザーが重複して読み込まれるのを修正 (#17163)</title>
<updated>2026-02-15T02:50:23Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2026-02-15T02:50:23Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=af40eb4d31014269d11fe8dc107ae8d34b4a23d9'/>
<id>urn:sha1:af40eb4d31014269d11fe8dc107ae8d34b4a23d9</id>
<content type='text'>
* fix: user-tagをページネーションに対応させる

* update changelog</content>
</entry>
<entry>
<title>fix(backend): inconsistent permissions for /admin/get-user-ips (#17136)</title>
<updated>2026-01-31T13:37:48Z</updated>
<author>
<name>Ken_Cir</name>
<email>65713982+KenCir@users.noreply.github.com</email>
</author>
<published>2026-01-31T13:37:48Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=39362f78a675dfaf8fac7aeb6dfac0bb2f181016'/>
<id>urn:sha1:39362f78a675dfaf8fac7aeb6dfac0bb2f181016</id>
<content type='text'>
* fix(backend): inconsistent permissions for /admin/get-user-ips

* Update Changelog</content>
</entry>
<entry>
<title>refactor(frontend): anyを除去2 (#17092)</title>
<updated>2026-01-14T05:45:45Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2026-01-14T05:45:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=bd81a6c8adb45067bee9582f84855a60a962e92b'/>
<id>urn:sha1:bd81a6c8adb45067bee9582f84855a60a962e92b</id>
<content type='text'>
* wip

* fix types

* fix</content>
</entry>
<entry>
<title>Refactor FileServerService: Extract file handling logic into dedicated handlers (#17090)</title>
<updated>2026-01-13T06:00:11Z</updated>
<author>
<name>おさむのひと</name>
<email>46447427+samunohito@users.noreply.github.com</email>
</author>
<published>2026-01-13T06:00:11Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=0b383efa5a8bb7f6f27545ea8f51f335d88e5b8d'/>
<id>urn:sha1:0b383efa5a8bb7f6f27545ea8f51f335d88e5b8d</id>
<content type='text'>
- Introduced FileServerDriveHandler to manage drive file requests.
- Created FileServerFileResolver for resolving file access keys and downloading files.
- Added FileServerProxyHandler to handle proxy requests and image processing.
- Moved utility functions to FileServerUtils for better organization.
- Removed redundant methods from FileServerService, improving readability and maintainability.</content>
</entry>
<entry>
<title>refactor: make noImplicitAny true (#17083)</title>
<updated>2026-01-09T13:06:40Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2026-01-09T13:06:40Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=41592eafb363e3c62ab2d3e5f41b38d7d083d3fb'/>
<id>urn:sha1:41592eafb363e3c62ab2d3e5f41b38d7d083d3fb</id>
<content type='text'>
* wip

* Update emojis.emoji.vue

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update manager.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update analytics.ts</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>Minify backend (#17054)</title>
<updated>2026-01-05T11:56:52Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2026-01-05T11:56:52Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=7bcfeba7e51309c0804a81ab291d81c6e0aefc98'/>
<id>urn:sha1:7bcfeba7e51309c0804a81ab291d81c6e0aefc98</id>
<content type='text'>
* wip

* Update build.js

* Update build.js

* [minify-backend用] フィジビリティ検証 (#16878)

* fix: minify-backend

* 間違えて入れちゃったのを戻す

* 追従

* fix

---------

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

* test

* use node 24

* Revert "use node 24"

This reverts commit 7ae2debf23448922de70e208fe2e432ef4665f27.

* Revert "test"

This reverts commit d91987909139405318e573effe5a5d1613713934.

* Update package.json

* wip

* Update compile_config.js

* Revert "Update compile_config.js"

This reverts commit 0ee286f02be807b126b65de6d94f573c005f98d7.

* Update config.ts

* wip

* Update .swcrc

* Update ClientServerService.ts

* [ci skip] update CHANGELOG

---------

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