<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/server/api/ApiServerService.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-09-06T05:46:24Z</updated>
<entry>
<title>enhance(frontend): フロントエンドのキャッシュクリア操作でブラウザの内部キャッシュも削除するように (#16522)</title>
<updated>2025-09-06T05:46:24Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2025-09-06T05:46:24Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=788c5660ba10c55284c40830d412801ec3b3dcd6'/>
<id>urn:sha1:788c5660ba10c55284c40830d412801ec3b3dcd6</id>
<content type='text'>
* enhance(frontend): フロントエンドのキャッシュクリア操作でブラウザの内部キャッシュも削除するように

* 削除するキャッシュを増やす

* Update Changelog

* fix: 何らかのエラーがあっても無視するように</content>
</entry>
<entry>
<title>enhance: remove bull-board support</title>
<updated>2025-03-16T04:03:02Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-03-16T04:03:02Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=7bfada9792bc4d29d47d3895643543cbe15191cd'/>
<id>urn:sha1:7bfada9792bc4d29d47d3895643543cbe15191cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wip (#14745)</title>
<updated>2024-10-11T12:05:53Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2024-10-11T12:05:53Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=af1cbc131fc9e045692f9f9def708c0978817fff'/>
<id>urn:sha1:af1cbc131fc9e045692f9f9def708c0978817fff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#14675 レビューの修正 (#14705)</title>
<updated>2024-10-05T04:47:50Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2024-10-05T04:47:50Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=d8bf1ff7e9ab4d39b2e924bf7eae010e9b9e21f0'/>
<id>urn:sha1:d8bf1ff7e9ab4d39b2e924bf7eae010e9b9e21f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: signin の資格情報が足りないだけの場合はエラーにせず200を返すように (#14700)</title>
<updated>2024-10-05T03:03:47Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2024-10-05T03:03:47Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=ae3c155490d9b5a574c45309744ba2a0cbe78932'/>
<id>urn:sha1:ae3c155490d9b5a574c45309744ba2a0cbe78932</id>
<content type='text'>
* fix: signin の資格情報が足りないだけの場合はエラーにせず200を返すように

* run api extractor

* fix

* fix

* fix test

* /signin -&gt; /signin-flow

* fix

* fix lint

* rename

* fix

* fix</content>
</entry>
<entry>
<title>fix(misskey-js): type fixes related to signup and signin (#14679)</title>
<updated>2024-10-03T09:33:56Z</updated>
<author>
<name>zyoshoka</name>
<email>107108195+zyoshoka@users.noreply.github.com</email>
</author>
<published>2024-10-03T09:33:56Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=2a4ab0e1878c7e45e939574cb4eb6c23f6371802'/>
<id>urn:sha1:2a4ab0e1878c7e45e939574cb4eb6c23f6371802</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Sign in with passkey Button (#14577)</title>
<updated>2024-09-25T23:25:33Z</updated>
<author>
<name>Yuri Lee</name>
<email>yuno@yunochi.com</email>
</author>
<published>2024-09-25T23:25:33Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=d8dd1683c9254c18e3e561155c64da5bba2231d5'/>
<id>urn:sha1:d8dd1683c9254c18e3e561155c64da5bba2231d5</id>
<content type='text'>
* Sign in with passkey (PoC)

* 💄 Added "Login with Passkey" Button

* refactor: Improve error response when WebAuthn challenge fails

* signinResponse should be placed under the SigninWithPasskeyResponse object.

* Frontend fix

* Fix: Rate limiting key for passkey signin

Use specific rate limiting key: 'signin-with-passkey'  for passkey sign-in API to avoid collisions with signin rate-limit.

* Refactor: enhance Passkey sign-in flow and error handling

- Increased the rate limit for Passkey sign-in attempts to accommodate the two API calls needed per sign-in.
- Improved error messages and handling in both the `WebAuthnService` and the `SigninWithPasskeyApiService`, providing more context and better usability.
- Updated error messages to provide more specific and helpful details to the user.

These changes aim to enhance the Passkey sign-in experience by providing more robust error handling, improving security by limiting API calls, and delivering a more user-friendly interface.

* Refactor: Streamline 2FA flow and remove redundant Passkey button.

- Separate the flow of 1FA and 2FA.
- Remove duplicate passkey buttons

* Fix: Add error messages to MkSignin

* chore: Hide passkey button if the entered user does not use passkey login

* Update CHANGELOG.md

* Refactor: Rename functions and Add comments

* Update locales/ja-JP.yml

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;

* Fix: Update translation

- update index.d.ts
- update ko-KR.yml, en-US.yml
- Fix: Reflect Changed i18n key on MkSignin

---------

Co-authored-by: Squarecat-meow &lt;kw7551@gmail.com&gt;
Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>enhance(frontend): サイズ制限を超過するファイルをアップロードしようとした際にエラーを出すように</title>
<updated>2024-08-23T07:40:11Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2024-08-23T07:40:11Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=8032a4e12ad0425b3a2b4d7a857f12de656a718d'/>
<id>urn:sha1:8032a4e12ad0425b3a2b4d7a857f12de656a718d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: suspend instance improvements (#13861)</title>
<updated>2024-05-23T06:55:47Z</updated>
<author>
<name>anatawa12</name>
<email>anatawa12@icloud.com</email>
</author>
<published>2024-05-23T06:55:47Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=83a9aa4533912c685a74a107be3894c4a85a338c'/>
<id>urn:sha1:83a9aa4533912c685a74a107be3894c4a85a338c</id>
<content type='text'>
* feat(backend): dead instance detection

* feat(backend): suspend type detection

* feat(frontend): show suspend reason on frontend

* feat(backend): resume federation automatically if the server is automatically suspended

* docs(changelog): 配信停止まわりの改善

* lint: fix lint errors

* Update packages/frontend/src/pages/instance-info.vue

* lint: fix lint error

* chore: suspendedState =&gt; suspensionState

---------

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>
</feed>
