syuilo 
							
						 
					 
					
						
						
							
						
						00202c8f9e 
					 
					
						
						
							
							wip  
						
						
						
						
					 
					
						2024-08-30 20:41:02 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						b313da8cec 
					 
					
						
						
							
							wip  
						
						
						
						
					 
					
						2024-08-29 18:38:32 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						fc7d22f4e8 
					 
					
						
						
							
							wip  
						
						
						
						
					 
					
						2024-08-27 11:00:15 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						ace5248b93 
					 
					
						
						
							
							Update pnpm-lock.yaml  
						
						
						
						
					 
					
						2024-08-26 15:37:34 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						29d2033541 
					 
					
						
						
							
							wip  
						
						
						
						
					 
					
						2024-08-25 15:37:52 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						d8dcad19a3 
					 
					
						
						
							
							wip  
						
						
						
						
					 
					
						2024-08-23 08:08:33 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						bfaf938609 
					 
					
						
						
							
							update misskey-dev/eslint-plugin  
						
						
						
						
					 
					
						2024-08-17 09:38:16 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						7e3dedb045 
					 
					
						
						
							
							fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version) ( #14380 )  
						
						... 
						
						
						
						* fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version)
* Update Changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com > 
						
						
					 
					
						2024-08-10 09:35:50 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						085b3abf26 
					 
					
						
						
							
							update deps ( #14312 )  
						
						
						
						
					 
					
						2024-07-28 11:14:31 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						337b42bcb1 
					 
					
						
						
							
							revert  5f88d56d96 
						
						... 
						
						
						
						バグがある(かつすぐに修正できそうにない) & まだレビュー途中で意図せずマージされたため 
						
						
					 
					
						2024-07-20 21:33:20 +09:00 
						 
				 
			
				
					
						
							
							
								tamaina 
							
						 
					 
					
						
						
							
						
						5f88d56d96 
					 
					
						
						
							
							perf(federation): Ed25519署名に対応する ( #13464 )  
						
						... 
						
						
						
						* 1. ed25519キーペアを発行・Personとして公開鍵を送受信
* validate additionalPublicKeys
* getAuthUserFromApIdはmainを選ぶ
* ✌️ 
* fix
* signatureAlgorithm
* set publicKeyCache lifetime
* refresh
* httpMessageSignatureAcceptable
* ED25519_SIGNED_ALGORITHM
* ED25519_PUBLIC_KEY_SIGNATURE_ALGORITHM
* remove sign additionalPublicKeys signature requirements
* httpMessageSignaturesSupported
* httpMessageSignaturesImplementationLevel
* httpMessageSignaturesImplementationLevel: '01'
* perf(federation): Use hint for getAuthUserFromApId (#13470 )
* Hint for getAuthUserFromApId
* とどのつまりこれでいいのか?
* use @misskey-dev/node-http-message-signatures
* fix
* signedPost, signedGet
* ap-request.tsを復活させる
* remove digest prerender
* fix test?
* fix test
* add httpMessageSignaturesImplementationLevel to FederationInstance
* ManyToOne
* fetchPersonWithRenewal
* exactKey
* ✌️ 
* use const
* use gen-key-pair fn. from  '@misskey-dev/node-http-message-signatures'
* update node-http-message-signatures
* fix
* @misskey-dev/node-http-message-signatures@0.0.0-alpha.11
* getAuthUserFromApIdでupdatePersonの頻度を増やす
* cacheRaw.date
* use requiredInputs
https://github.com/misskey-dev/misskey/pull/13464#discussion_r1509964359 
* update @misskey-dev/node-http-message-signatures
* clean up
* err msg
* fix(backend): fetchInstanceMetadataのLockが永遠に解除されない問題を修正
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com >
* fix httpMessageSignaturesImplementationLevel validation
* fix test
* fix
* comment
* comment
* improve test
* fix
* use Promise.all in genRSAAndEd25519KeyPair
* refreshAndprepareEd25519KeyPair
* refreshAndfindKey
* commetn
* refactor public keys add
* digestプリレンダを復活させる
RFC実装時にどうするか考える
* fix, async
* fix
* !== true
* use save
* Deliver update person when new key generated (not tested)
https://github.com/misskey-dev/misskey/pull/13464#issuecomment-1977049061 
* 循環参照で落ちるのを解消?
* fix?
* Revert "fix?"
This reverts commit 0082f6f8e8https://github.com/misskey-dev/misskey/pull/13950 
* define additionalPublicKeys
* fix
* merge fix
* refreshAndprepareEd25519KeyPair → refreshAndPrepareEd25519KeyPair
* remove gen-key-pair.ts
* defaultMaxListeners = 512
* Revert "defaultMaxListeners = 512"
This reverts commit f2c412c180d0aada55c19e0a93f11030769358+mei23@users.noreply.github.com >
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com > 
						
						
					 
					
						2024-07-18 01:28:17 +09:00 
						 
				 
			
				
					
						
							
							
								FineArchs 
							
						 
					 
					
						
						
							
						
						070f0e723d 
					 
					
						
						
							
							AiScriptを0.19.0にアップデート ( #14226 )  
						
						... 
						
						
						
						* Update autogen files
* Update CHANGELOG.md
* Update flash-edit.vue 
						
						
					 
					
						2024-07-17 16:55:17 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						b5fd6183d2 
					 
					
						
						
							
							deps(frontend): AiScript VSCodeのバージョンを上げる ( #14199 )  
						
						
						
						
					 
					
						2024-07-14 08:00:27 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						427648c4b8 
					 
					
						
						
							
							update deps ( #14057 )  
						
						... 
						
						
						
						* wip
* locales/index.jsのymlファイル取得ロジックを調節
* regenerate pnpm-lock.yaml
* fix(backend): typecheck fails
* chore(deps): bump ip-cidr from 4.0.0 to 4.0.1 in /packages/backend
* chore: migrate ESLint configs to flat config (#14094 )
* chore: migrate ESLint configs to flat config
* fix: update paths
* fix: frontend lint fails
* refactor(misskey-js): lint build.js
* update deps
---------
Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com >
Co-authored-by: zyoshoka <root@zyoshoka.com >
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com > 
						
						
					 
					
						2024-07-02 11:38:34 +09:00 
						 
				 
			
				
					
						
							
							
								woxtu 
							
						 
					 
					
						
						
							
						
						00b213373b 
					 
					
						
						
							
							Remove @types/node-fetch ( #13948 )  
						
						
						
						
					 
					
						2024-06-22 19:46:29 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						1df90cef4c 
					 
					
						
						
							
							update typescript  
						
						
						
						
					 
					
						2024-06-21 13:03:00 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						c73d739bd6 
					 
					
						
						
							
							node 22 support  
						
						
						
						
					 
					
						2024-06-13 10:40:20 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						9849aab402 
					 
					
						
						
							
							test( #10336 ): add components/MkC.* stories ( #13830 )  
						
						... 
						
						
						
						* test(storybook): add `components/MkC.*` stories
* test(storybook): add some tests
* test: add sleep
* test: comment-out flaky test
* test(storybook): add test for `MkChannelFollowButton`
* chore(storybook): tweak sleep duration in `MkChannelFollowButton` story test
* fix(chromatic): add delay to `MkChannelList`
* chore: replace `mswDecorator` with `mswLoader`
* fix(storybook): tweak some parameters
* chore: serve static files
* fix(chromatic): add delay to `MkCwButton`
* chore: delete logging for debug
* fix: add right click in `MkContextMenu` play
* refactor: remove unused imports 
						
						
					 
					
						2024-06-08 18:00:54 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						80f3cb96b0 
					 
					
						
						
							
							feat: sentry integration ( #13897 )  
						
						... 
						
						
						
						* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* Update ApiCallService.ts
* Update config.ts 
						
						
					 
					
						2024-05-28 17:06:33 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						20c0bd9ddb 
					 
					
						
						
							
							happy-domにメモリリークがありそう  
						
						
						
						
					 
					
						2024-05-21 17:29:02 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						126383dca2 
					 
					
						
						
							
							deps: AiScript VSCodeのバージョンを上げる ( #13851 )  
						
						
						
						
					 
					
						2024-05-21 15:07:37 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						2b21c19362 
					 
					
						
						
							
							update deps ( #13624 )  
						
						... 
						
						
						
						* update deps
* Update package.json
* update deps
* build: pass --strip-leading-paths to restore 0.2.x behavior (#13684 )
* ✌️ 
* ✌️ 
* pureimageの代わりに@napi-rs/canvasを使う (#13748 )
* pureimageの代わりに@napi-rs/canvasを使う
* remove writestream
* remove createtemp
* wip
* Update ClientServerService.ts
* update pnpm to 9.x
* update deps
* re: update pnpm to 9.x
* update node
* ✌️ 
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com >
Co-authored-by: tamaina <tamaina@hotmail.co.jp > 
						
						
					 
					
						2024-05-04 20:56:14 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						9c057e6854 
					 
					
						
						
							
							fix(frontend): fix Storybook type errors ( #13779 )  
						
						... 
						
						
						
						* fix(frontend): fix Storybook type errors
* fix: `hasReduce` doesn't work in args 
						
						
					 
					
						2024-05-01 16:39:16 +09:00 
						 
				 
			
				
					
						
							
							
								FineArchs 
							
						 
					 
					
						
						
							
						
						553ba84792 
					 
					
						
						
							
							AiScriptのバージョンを0.18.0に上げる ( #13743 )  
						
						... 
						
						
						
						* Update package.json
* Update autogen files
* Update flash-edit.vue
* Update flash-edit.vue
* Update CHANGELOG.md
* revert 
						
						
					 
					
						2024-04-25 10:34:26 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						2f8fb105a5 
					 
					
						
						
							
							fix(deps): aiscript-vscodeのインストール中にWARNが出るのを修正 ( #13661 )  
						
						
						
						
					 
					
						2024-04-05 15:59:43 +09:00 
						 
				 
			
				
					
						
							
							
								おさむのひと 
							
						 
					 
					
						
						
							
						
						efa42a1624 
					 
					
						
						
							
							fix(backend): バックエンドのpnpm devによるビルド後にbuild-assetsを行うようにする ( #13659 )  
						
						... 
						
						
						
						* moveto scripts
* add scripts/dev.mjs 
						
						
					 
					
						2024-04-04 22:25:28 +09:00 
						 
				 
			
				
					
						
							
							
								おさむのひと 
							
						 
					 
					
						
						
							
						
						2a851437ff 
					 
					
						
						
							
							fix: misskey-js、bubble-game、reversiのビルドをesbuildに統合する ( #13600 )  
						
						... 
						
						
						
						* fix: ビルドが遅いパッケージのビルド速度を改善
* dependenciesの整理
* fix ci
* ビルド開始時に古いファイルを消す
* fix ci
* fix ci 
						
						
					 
					
						2024-03-30 15:28:19 +09:00 
						 
				 
			
				
					
						
							
							
								おさむのひと 
							
						 
					 
					
						
						
							
						
						831c74a25b 
					 
					
						
						
							
							fix: URLプレビューの動作改善+動作設定を可能にする ( #13579 )  
						
						... 
						
						
						
						* wip
* support new version
* URLプレビュー無効化時、フロント側も非表示にしてリクエストをしないようにする
* fix lint
* fix lint
* tweak preview request error handles
* fix: CHANGELOG.md
* fix
* fix
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com > 
						
						
					 
					
						2024-03-21 18:46:42 +09:00 
						 
				 
			
				
					
						
							
							
								Gianni Ceccarelli 
							
						 
					 
					
						
						
							
						
						d7bb6c88d3 
					 
					
						
						
							
							Cypress typescript ( #13591 )  
						
						... 
						
						
						
						* convert Cypress tests to TypeScript
this work was done by @lunaisnotaboy https://github.com/lunaisnotaboy 
for their fork https://github.com/cutiekey/cutiekey/pull/7 
I just repacked their changes into a minimal set
* fix call to `window` in cypress tests
this error was spotted thanks to the TypeScript compiler:
```
support/commands.ts:33:12 - error TS2559: Type '(win: any) => void'
has no properties in common with type 'Partial<Loggable &
Timeoutable>'.
33  cy.window(win => {
              ~~~~~~~~
Found 1 error in support/commands.ts:33
```
(again, @lunaisnotaboy did the actual work) 
						
						
					 
					
						2024-03-20 11:25:49 +09:00 
						 
				 
			
				
					
						
							
							
								おさむのひと 
							
						 
					 
					
						
						
							
						
						115d91812e 
					 
					
						
						
							
							fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする ( #13598 )  
						
						... 
						
						
						
						* fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする
* fix CHANGELOG.md 
						
						
					 
					
						2024-03-20 10:30:45 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						2f31606eff 
					 
					
						
						
							
							update deps  
						
						
						
						
					 
					
						2024-03-01 14:16:44 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						14a3af679d 
					 
					
						
						
							
							update deps  
						
						
						
						
					 
					
						2024-03-01 14:06:34 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						033d71ee28 
					 
					
						
						
							
							update deps  
						
						
						
						
					 
					
						2024-03-01 13:52:39 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						920c3be750 
					 
					
						
						
							
							update deps  
						
						
						
						
					 
					
						2024-02-29 11:10:03 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						080a3c20bd 
					 
					
						
						
							
							fix: SSR時のmetaをエスケープするように ( #13440 )  
						
						... 
						
						
						
						* fix: SSR時のmetaをエスケープするように
* エスケープ方法を変更 
						
						
					 
					
						2024-02-23 14:10:13 +09:00 
						 
				 
			
				
					
						
							
							
								tamaina 
							
						 
					 
					
						
						
							
						
						ae27085f69 
					 
					
						
						
							
							fix: Bump sharp to 0.33.2 ( #13391 )  
						
						
						
						
					 
					
						2024-02-21 14:42:37 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						37959bab1d 
					 
					
						
						
							
							refactor(backend): remove/replace deprecated type deps ( #13252 )  
						
						
						
						
					 
					
						2024-02-16 20:09:07 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						f5459a25df 
					 
					
						
						
							
							fix(frontend): vue v3.4.16以降でタイムラインが正常に表示できない問題を修正 ( #13248 )  
						
						... 
						
						
						
						* fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正
* type
* Revert "fix: downgrade vue to 3.4.15"
This reverts commit e12369ac13tamaina@hotmail.co.jp >
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com > 
						
						
					 
					
						2024-02-16 15:39:48 +09:00 
						 
				 
			
				
					
						
							
							
								Acid Chicken (硫酸鶏) 
							
						 
					 
					
						
						
							
						
						b8800b8b95 
					 
					
						
						
							
							build: upgrade Storybook to 8 beta ( #13297 )  
						
						... 
						
						
						
						* chore: upgrade Storybook to 8
* ci: restore Storybook workflow
* build: createRequire
* ci: TurboSnap life extension 
						
						
					 
					
						2024-02-14 18:48:25 +09:00 
						 
				 
			
				
					
						
							
							
								tamaina 
							
						 
					 
					
						
						
							
						
						e12369ac13 
					 
					
						
						
							
							fix: downgrade vue to 3.4.15  
						
						
						
						
					 
					
						2024-02-12 19:16:44 +00:00 
						 
				 
			
				
					
						
							
							
								Acid Chicken (硫酸鶏) 
							
						 
					 
					
						
						
							
						
						3dc095d1c9 
					 
					
						
						
							
							feat: provide tarball ( #13260 )  
						
						... 
						
						
						
						* feat: provide tarball
* build: pack on build-assets
* chore: use ignore-walk
* chore: debug
* build: dependencies 
						
						
					 
					
						2024-02-12 10:02:27 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						7fc1d77893 
					 
					
						
						
							
							update deps  
						
						
						
						
					 
					
						2024-02-09 17:10:16 +09:00 
						 
				 
			
				
					
						
							
							
								tamaina 
							
						 
					 
					
						
						
							
						
						c0cb76f0ec 
					 
					
						
						
							
							chore: use vite@5.1.0 / pnpm@8.15.1  
						
						
						
						
					 
					
						2024-02-08 17:24:51 +00:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						d40612ac52 
					 
					
						
						
							
							fix(frontend): aiscriptのコードブロックでのハイライト指定を修正 ( #13208 )  
						
						
						
						
					 
					
						2024-02-09 00:08:33 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						5299d17060 
					 
					
						
						
							
							test(frontend): migrate MSW in Storybook to v2 ( #13195 )  
						
						
						
						
					 
					
						2024-02-08 13:28:49 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						9e1145df81 
					 
					
						
						
							
							enhance(frontend): shiki v1に移行 ( #13138 )  
						
						... 
						
						
						
						* enhance(frontend): shiki v1に移行
* optimize chunks, エラーを握りつぶす
* wasmを分離
* バンドルサイズの警告の最小値を650kBに引き上げ
* optimize 
						
						
					 
					
						2024-02-02 15:05:18 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						e5876440cb 
					 
					
						
						
							
							refactor(frontend): os.popup()のpropsの型チェックを有効化 ( #13140 )  
						
						... 
						
						
						
						* refactor(frontend): `os.popup()`の`props`の型チェックを有効化
* refactor: `ComponentProps`に書き換え
* refacor: `import type` 
						
						
					 
					
						2024-02-02 15:04:42 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						e90dea4be9 
					 
					
						
						
							
							update deps  
						
						
						
						
					 
					
						2024-01-30 20:59:44 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						6a41afaaee 
					 
					
						
						
							
							fix/refactor(reversi): 既存のバグを修正・型定義を強化 ( #13105 )  
						
						... 
						
						
						
						* 既存のバグを修正
* fix types
* fix misskey-js autogen
* Update index.d.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp > 
						
						
					 
					
						2024-01-30 20:54:30 +09:00 
						 
				 
			
				
					
						
							
							
								tamaina 
							
						 
					 
					
						
						
							
						
						9ac2c36d76 
					 
					
						
						
							
							iOSで大きな画像を変換してアップロードできない問題を修正 ( #13109 )  
						
						... 
						
						
						
						Fix https://github.com/misskey-dev/misskey/issues/12026  
						
						
					 
					
						2024-01-30 15:01:24 +09:00