おさむのひと 
							
						 
					 
					
						
						
							
						
						426940bea7 
					 
					
						
						
							
							2025.2.1-beta.0のlintがコケているのを修正 ( #15546 )  
						
						
						
						
					 
					
						2025-02-23 21:21:58 +09:00 
						 
				 
			
				
					
						
							
							
								おさむのひと 
							
						 
					 
					
						
						
							
						
						6396243973 
					 
					
						
						
							
							fix: タイムアウトを起こすe2eテストの時間設定を延長 ( #15283 )  
						
						
						
						
					 
					
						2025-01-15 19:48:37 +09:00 
						 
				 
			
				
					
						
							
							
								anatawa12 
							
						 
					 
					
						
						
							
						
						3137c104f2 
					 
					
						
						
							
							test: フォローしていないユーザーからの自分への返信が含まれることを確認するテストを追加 ( #14333 )  
						
						
						
						
					 
					
						2024-07-31 07:23:38 +09:00 
						 
				 
			
				
					
						
							
							
								anatawa12 
							
						 
					 
					
						
						
							
						
						8f40f932e4 
					 
					
						
						
							
							自分のフォロワー限定投稿に対するリプライがホームタイムラインで見えないことが有る問題を修正 ( #13835 )  
						
						... 
						
						
						
						* fix: reply to my follower notes are not shown on the home timeline
* fix: reply to follower note by non-following is on social timeline
* docs: changelog
* test: add endpoint test for changes
* test(e2e): 自分のfollowers投稿に対するリプライが流れる
* test(e2e/streaming): 自分のfollowers投稿に対するリプライが流れる
* test(e2e/streaming): フォローしていないユーザによるフォロワー限定投稿に対するリプライがソーシャルタイムラインで表示されることがある問題
* test(e2e/timelines): try fixing typecheck error
---------
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com > 
						
						
					 
					
						2024-07-30 19:44:08 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						befa8e4a7f 
					 
					
						
						
							
							fix(backend): avoid caching remote user's HTL when receiving Note ( #13772 )  
						
						... 
						
						
						
						* fix(backend): avoid caching remote user's HTL when receiving Note
* test(backend): add test for FFT
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com > 
						
						
					 
					
						2024-07-25 16:37:46 +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 
						 
				 
			
				
					
						
							
							
								Kisaragi 
							
						 
					 
					
						
						
							
						
						31e82fc29a 
					 
					
						
						
							
							test(backend): kill many any in backend test (partial) ( #14054 )  
						
						... 
						
						
						
						* kill any on utils:api
* kill any on timeline test
* use optional chain to kill TS2532 on timeline test
変更前: 該当ノートが見つからなければundefinedに対するプロパティアクセスとしてテストがクラッシュ
変更後: 該当ノートが見つからなければoptional chainがundefinedとして評価されるが、strictEqualの右辺がnon-nullableなためアサーションに失敗しテストがクラッシュ
* kill `as any` for ApMfmService
* kill argument any for api-visibility
* kill argument any across a few tests
* do not return value that has yielded from `await`-ing `Promise<void>`
* force cast
* runtime non-null assertion to coerce
* rewrite `assert.notEqual(expr, null)` to `assert.ok(expr)`
こうすることでassertion type扱いになり、non-nullableになる
* change return type of `failedApiCall` to `void`
戻り値がどこにも使われていない
* split bindings for exports.ts
型が合わなくて文句を言ってくるので適切に分割
* runtime non-null assertion
* runtime non-null assertion
* 何故かうまく行かないので、とりあえずXORしてみる
* Revert "何故かうまく行かないので、とりあえずXORしてみる"
This reverts commit 48cf32c930fe95c05b3fb99b7b539252d8a54fc7https://github.com/misskey-dev/misskey/pull/14054#discussion_r1672369526  (part 1)
* test: use non-null assertion to suppress too many error
* Update packages/backend/test/utils.ts
Co-authored-by: anatawa12 <anatawa12@icloud.com >
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com > 
						
						
					 
					
						2024-07-14 09:33:16 +09:00 
						 
				 
			
				
					
						
							
							
								woxtu 
							
						 
					 
					
						
						
							
						
						de1fe7cc5a 
					 
					
						
						
							
							Use built-in API ( #14095 )  
						
						
						
						
					 
					
						2024-07-02 14:47:07 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						8a9de081f1 
					 
					
						
						
							
							fix(backend): fallback if sinceId is older than the oldest in cache when using FTT ( #14061 )  
						
						... 
						
						
						
						* fix(backend): fallback if `sinceId` is older than the oldest in cache when using FTT
* Update CHANGELOG.md
* chore: fix description of test 
						
						
					 
					
						2024-06-22 12:43:03 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						412e9f284d 
					 
					
						
						
							
							test(backend): enable typecheck by workflow ( #13526 )  
						
						
						
						
					 
					
						2024-03-07 09:51:57 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						38837bd388 
					 
					
						
						
							
							test(backend): refactor tests ( #13499 )  
						
						... 
						
						
						
						* test(backend): refactor tests
* fix: failed test 
						
						
					 
					
						2024-03-03 20:15:35 +09:00 
						 
				 
			
				
					
						
							
							
								tamaina 
							
						 
					 
					
						
						
							
						
						c1514ce91d 
					 
					
						
						
							
							(re)  update SPDX-FileCopyrightText  
						
						... 
						
						
						
						Fix  #13290  
						
						
					 
					
						2024-02-13 15:59:27 +00:00 
						 
				 
			
				
					
						
							
							
								tamaina 
							
						 
					 
					
						
						
							
						
						311c2172d7 
					 
					
						
						
							
							Revert "update SPDX-FileCopyrightText"  
						
						... 
						
						
						
						This reverts commit 9b5aeb76d8 
						
						
					 
					
						2024-02-13 15:50:11 +00:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						9b5aeb76d8 
					 
					
						
						
							
							update SPDX-FileCopyrightText  
						
						
						
						
					 
					
						2024-02-12 11:37:45 +09:00 
						 
				 
			
				
					
						
							
							
								おさむのひと 
							
						 
					 
					
						
						
							
						
						35ec41fc1e 
					 
					
						
						
							
							enhance(backend): テストの高速化 ( #12939 )  
						
						... 
						
						
						
						* enhance(backend): テストの高速化
* add ls
* 自動的にマージされるようなので不要
* 起動方法を揃える
* fix test 
						
						
					 
					
						2024-01-08 17:43:52 +09:00 
						 
				 
			
				
					
						
							
							
								おさむのひと 
							
						 
					 
					
						
						
							
						
						433d46e57f 
					 
					
						
						
							
							fix(backend): テストが死んでいるのを修正 ( #12738 )  
						
						... 
						
						
						
						* fix test
* fix test
* fix test
* fix test
* fix test 
						
						
					 
					
						2023-12-22 09:06:13 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						aa6d0d4359 
					 
					
						
						
							
							fix(backend): 非公開の投稿に対して返信できないように ( #12333 )  
						
						... 
						
						
						
						* fix(backend): 非公開の投稿に対して返信できないように
* Update CHANGELOG.md
* fix: test 
						
						
					 
					
						2023-11-15 11:10:45 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						5dc0463323 
					 
					
						
						
							
							fix(backend): ローカルタイムラインに投稿者自身の投稿への返信が含まれない問題を修正  
						
						
						
						
					 
					
						2023-10-22 16:23:50 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						72327716ca 
					 
					
						
						
							
							fix(backend): リストTLに自分のフォロワー限定投稿が含まれない問題を修正  
						
						... 
						
						
						
						Fix  #12110  
					
						2023-10-22 10:40:53 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						5b244cc6eb 
					 
					
						
						
							
							update test  
						
						
						
						
					 
					
						2023-10-18 17:20:43 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						7b6b3ad821 
					 
					
						
						
							
							update test  
						
						
						
						
					 
					
						2023-10-11 18:25:02 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						a26d9ea132 
					 
					
						
						
							
							enhance(backend): LTLでフォローしているユーザーからの自分への返信が含まれるように  
						
						
						
						
					 
					
						2023-10-11 17:29:24 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						566cb35370 
					 
					
						
						
							
							update test  
						
						
						
						
					 
					
						2023-10-11 14:30:18 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						7a8d5e5840 
					 
					
						
						
							
							enhance: ローカルタイムライン、ソーシャルタイムラインで返信を含むかどうか設定可能に  
						
						... 
						
						
						
						Resolve  #12001  
					
						2023-10-11 10:15:44 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						1f0c27edf2 
					 
					
						
						
							
							fix(backend):  フォローしているユーザーからの自分の投稿への返信がタイムラインに含まれない問題を修正  
						
						
						
						
					 
					
						2023-10-11 08:18:00 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						26b7112b20 
					 
					
						
						
							
							add tests  
						
						
						
						
					 
					
						2023-10-11 08:02:29 +09:00 
						 
				 
			
				
					
						
							
							
								_ 
							
						 
					 
					
						
						
							
						
						ca07459f5e 
					 
					
						
						
							
							fix(backend): ダイレクト投稿がタイムライン上に正常に表示されない問題を修正 ( #11993 )  
						
						... 
						
						
						
						* DMをredisにpushするように
* add test
* add CHANGELOG
* Update NoteCreateService.ts
* lint
* ✌️ 
* 前のバージョンから発生した問題ではないため不要
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp > 
						
						
					 
					
						2023-10-09 12:36:25 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						457b4cf608 
					 
					
						
						
							
							fix(backend): users/notes で 自身の visibility: followers なノートが含まれない問題を修正  
						
						
						
						
					 
					
						2023-10-09 08:54:57 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						481ca4ec03 
					 
					
						
						
							
							add more test  
						
						
						
						
					 
					
						2023-10-06 17:36:54 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						5b00fa6f82 
					 
					
						
						
							
							enhance(backend): users/notesでチャンネル投稿を含めるオプション  
						
						... 
						
						
						
						Resolve  #11965  
					
						2023-10-05 09:48:45 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						d2bb35bcf3 
					 
					
						
						
							
							add more tests  
						
						
						
						
					 
					
						2023-10-05 09:31:03 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						fb63fc1213 
					 
					
						
						
							
							tweak tl  
						
						
						
						
					 
					
						2023-10-04 16:48:34 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						ca515d5a7e 
					 
					
						
						
							
							tweak timelines  
						
						
						
						
					 
					
						2023-10-04 16:43:24 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						6ebea82dba 
					 
					
						
						
							
							add more test  
						
						
						
						
					 
					
						2023-10-04 16:12:44 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						05d1f5e564 
					 
					
						
						
							
							add more test  
						
						
						
						
					 
					
						2023-10-04 15:33:02 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						fb6a5c8356 
					 
					
						
						
							
							add more test  
						
						
						
						
					 
					
						2023-10-04 14:47:45 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						cc4fd6b5c5 
					 
					
						
						
							
							fix flaky test  
						
						
						
						
					 
					
						2023-10-04 11:56:47 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						3dd84f7824 
					 
					
						
						
							
							tweak  
						
						
						
						
					 
					
						2023-10-04 11:48:51 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						610b68c8ff 
					 
					
						
						
							
							tweak  
						
						
						
						
					 
					
						2023-10-04 11:32:33 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						a40734d417 
					 
					
						
						
							
							fix(backend): [2023.10.1.beta-1] [ノート]タブでは見える投稿が[全て]タブに出てこない  
						
						... 
						
						
						
						Fix  #11960  
					
						2023-10-04 11:24:46 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						6277a5545c 
					 
					
						
						
							
							feat: improve tl performance ( #11946 )  
						
						... 
						
						
						
						* wip
* wip
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update NoteCreateService.ts
* wip
* Update user-notes.ts
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* wip
* Update timelines.ts
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* Update misskey-js.api.md
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* wip
* Update timelines.ts
* wip
* test
* Update activitypub.ts
* refactor: UserListJoining -> UserListMembership
* Update NoteCreateService.ts
* wip 
						
						
					 
					
						2023-10-03 20:26:11 +09:00