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 0082f6f8e8c5d5febd14933ba9a1ac643f70ca92.
* a
* logger
* log
* change logger
* 秘密鍵の変更は、フラグではなく鍵を引き回すようにする
* addAllKnowingSharedInboxRecipe
* nanka meccha kaeta
* delivre
* キャッシュ有効チェックはロック取得前に行う
* @misskey-dev/node-http-message-signatures@0.0.3
* PrivateKeyPem
* getLocalUserPrivateKey
* fix test
* if
* fix ap-request
* update node-http-message-signatures
* fix type error
* update package
* fix type
* update package
* retry no key
* @misskey-dev/node-http-message-signatures@0.0.8
* fix type error
* log keyid
* logger
* db-resolver
* JSON.stringify
* HTTP Signatureがなかったり使えなかったりしそうな場合にLD Signatureを活用するように
* inbox-delayed use actor if no signature
* ユーザーとキーの同一性チェックはhostの一致にする
* log signature parse err
* save array
* とりあえずtryで囲っておく
* fetchPersonWithRenewalでエラーが起きたら古いデータを返す
* use transactionalEntityManager
* fix spdx
* @misskey-dev/node-http-message-signatures@0.0.10
* add comment
* fix
* publicKeyに配列が入ってもいいようにする
https://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 f2c412c18057a9300540794ccbe4dfbf6d259ed6.
* genRSAAndEd25519KeyPairではキーを直列に生成する?
* maxConcurrency: 8
* maxConcurrency: 16
* maxConcurrency: 8
* Revert "genRSAAndEd25519KeyPairではキーを直列に生成する?"
This reverts commit d0aada55c1ed5aa98f18731ec82f3ac5eb5a6c16.
* maxWorkers: '90%'
* Revert "maxWorkers: '90%'"
This reverts commit 9e0a93f110456320d6485a871f014f7cdab29b33.
* e2e/timelines.tsで個々のテストに対するtimeoutを削除, maxConcurrency: 32
* better error handling of this.userPublickeysRepository.delete
* better comment
* set result to keypairEntityCache
* deliverJobConcurrency: 16, deliverJobPerSec: 1024, inboxJobConcurrency: 4
* inboxJobPerSec: 64
* delete request.headers['host'];
* fix
* // node-fetch will generate this for us. if we keep 'Host', it won't change with redirects!
* move delete host
* modify comment
* modify comment
* fix correct → collect
* refreshAndfindKey → refreshAndFindKey
* modify comment
* modify attachLdSignature
* getApId, InboxProcessorService
* TODO
* [skip ci] add CHANGELOG
---------
Co-authored-by: MeiMei <30769358+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 48cf32c930924840d0892af92d71b9437acb5844.
* castAsErrorで安全ではないキャストを隠蔽
* 型アサーションの追加
* 型アサーションの追加
* 型アサーションの追加
* voidで値を返さない
* castAsError
* assert.ok => kill nullability
* もはや明示的な型の指定は必要ない
* castAsError
* castAsError
* 型アサーションの追加
* nullableを一旦抑止
* 変数を分離して型エラーを排除
* 不要なプロパティを削除する処理を隠蔽してanyを排除
* Repository type
* simple type
* assert.ok => kill nullability
* revert `as any` drop
reverts fe95c05b3f53266108128680d9358a3796844232 partialy
* test: fix invalid assertion
partially revert b99b7b5392d9d20c81dfee1346ba8b33ff9e1fbb
* test: 52d8a54fc7 により型が合うようになった部分の`as any`を除去
* format
* test: apply https://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 |
|