hippofish/packages/backend/src/models
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
..
json-schema perf(federation): Ed25519署名に対応する (#13464) 2024-07-18 01:28:17 +09:00
util (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
_.ts refactor(backend): get column names from metadata (#13943) 2024-06-15 10:28:57 +09:00
AbuseReportNotificationRecipient.ts feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758) 2024-06-08 15:34:19 +09:00
AbuseUserReport.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
AccessToken.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Ad.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Announcement.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
AnnouncementRead.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Antenna.ts 新着ノートをサウンドで通知する機能をdeck UIに追加 (#13867) 2024-05-27 20:54:53 +09:00
App.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
AuthSession.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
AvatarDecoration.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Blocking.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
BubbleGameRecord.ts fix(backend): add missing schemas and fix incorrect schemas (#13295) 2024-02-16 14:27:33 +09:00
Channel.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ChannelFavorite.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ChannelFollowing.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Clip.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ClipFavorite.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ClipNote.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
DriveFile.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
DriveFolder.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Emoji.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Flash.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
FlashLike.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Following.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
FollowRequest.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
GalleryLike.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
GalleryPost.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Hashtag.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Instance.ts perf(federation): Ed25519署名に対応する (#13464) 2024-07-18 01:28:17 +09:00
Meta.ts enhance: サーバーのお問い合わせ先URLを設定できるように 2024-05-31 10:12:23 +09:00
ModerationLog.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Muting.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Note.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NoteFavorite.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NoteReaction.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NoteThreadMuting.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NoteUnread.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Notification.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Page.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
PageLike.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
PasswordResetRequest.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Poll.ts Exclude channel notes from featured polls (#13838) 2024-05-20 18:08:20 +09:00
PollVote.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
PromoNote.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
PromoRead.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RegistrationTicket.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RegistryItem.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Relay.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RenoteMuting.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RepositoryModule.ts feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758) 2024-06-08 15:34:19 +09:00
RetentionAggregation.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ReversiGame.ts chore: add missing SPDX ID and workflow check (#13570) 2024-03-13 22:37:18 +09:00
Role.ts enhance: 新しいコンディショナルロール条件の実装 (#13732) 2024-04-19 15:22:23 +09:00
RoleAssignment.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Signin.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
SwSubscription.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
SystemWebhook.ts feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758) 2024-06-08 15:34:19 +09:00
UsedUsername.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
User.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserIp.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserKeypair.ts perf(federation): Ed25519署名に対応する (#13464) 2024-07-18 01:28:17 +09:00
UserList.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserListFavorite.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserListMembership.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserMemo.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserNotePining.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserPending.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserProfile.ts enhance(backend): フォロー・フォロワー関連の通知の受信設定の強化 (#13468) 2024-02-28 09:49:34 +09:00
UserPublickey.ts perf(federation): Ed25519署名に対応する (#13464) 2024-07-18 01:28:17 +09:00
UserSecurityKey.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
Webhook.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00