NoriDev
|
537d290b16
|
Merge remote-branch 'misskey/develop'
|
2024-11-14 14:48:37 +09:00 |
|
syuilo
|
4d54101510
|
update node to 22.11.0 (#14869)
* wip
* Update CHANGELOG.md
* Update CHANGELOG.md
|
2024-11-13 19:43:36 +09:00 |
|
NoriDev
|
22b04f2ab2
|
Merge remote-branch 'misskey/develop'
|
2024-09-24 13:38:38 +09:00 |
|
syuilo
|
0b062f1407
|
Misskey® Reactions Buffering Technology™ (#14579)
* wip
* wip
* Update ReactionsBufferingService.ts
* Update ReactionsBufferingService.ts
* wip
* wip
* wip
* Update ReactionsBufferingService.ts
* wip
* wip
* wip
* Update NoteEntityService.ts
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
|
2024-09-20 21:03:53 +09:00 |
|
NoriDev
|
02d677b4ac
|
Merge remote-branch 'misskey/develop'
|
2024-09-12 11:04:54 +09:00 |
|
KanariKanaru
|
0c2cfe31a3
|
Dev: cypressをdev containerで実行可に(e2e-dev-container) (#14526)
|
2024-09-10 16:33:14 +09:00 |
|
NoriDev
|
58c022d241
|
Merge remote-branch 'misskey/develop'
|
2024-07-31 03:06:03 +09:00 |
|
syuilo
|
1991a02aa9
|
update node version
|
2024-07-30 09:17:06 +09:00 |
|
NoriDev
|
444fc93d8b
|
Merge remote-branch 'misskey/develop'
|
2024-07-27 23:24:38 +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 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 |
|
ぬるきゃっと
|
a6edd50a5d
|
chore(docker-compose): 推奨の名前にする (#14096)
* chore(docker-compose): 推奨の名前にする
5c18e329d5/spec.md (compose-file)
* yaml to yml
* fix
* fix
|
2024-06-28 11:16:12 +09:00 |
|
おやき
|
92367cf700
|
node_modulesをvolume化して高速化+パーミッション問題回避、git submodule update時にローカルにsubmoduleがあっても問題が起こらないようにする (#13956)
|
2024-06-12 11:08:42 +09:00 |
|
NoriDev
|
9bfc9bc7f6
|
Merge remote-branch 'misskey/develop'
|
2024-05-29 09:18:35 +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 |
|
NoriDev
|
b0cc04e87b
|
Merge remote-branch 'misskey/develop'
|
2024-05-20 04:29:35 +09:00 |
|
ふるふる
|
12ae9a2b23
|
feat: DevContainerにpnpmをインストールする際、corepackを使うようにする (#13821)
|
2024-05-13 11:19:19 +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 |
|
NoriDev
|
2d618a186d
|
Merge remote-branch 'misskey/develop'
|
2024-03-20 21:42:37 +09:00 |
|
syuilo
|
db29680e74
|
chore(dev): remove deprecated vscode plugins
|
2024-03-09 15:31:21 +09:00 |
|
NoriDev
|
06ab376a46
|
Merge remote-branch 'misskey/develop'
|
2023-12-13 17:01:31 +09:00 |
|
Camilla Ett
|
06ca63f9c2
|
Fix(backend): inboxJobPerSecのデフォルト値を16から32に (#12631)
|
2023-12-13 08:14:34 +09:00 |
|
NoriDev
|
24b1b52b3b
|
Merge remote-branch 'misskey/develop'
|
2023-11-24 13:31:26 +09:00 |
|
syuilo
|
06ed64f26f
|
update node to 20.10.0
|
2023-11-24 09:20:41 +09:00 |
|
NoriDev
|
933ba35069
|
Merge remote-branch 'misskey/develop'
|
2023-10-18 16:20:05 +09:00 |
|
syuilo
|
145c5c8b2b
|
update deps
|
2023-10-18 09:43:59 +09:00 |
|
NoriDev
|
458f92a8aa
|
Merge remote-branch 'misskey/develop'
|
2023-10-12 15:45:25 +09:00 |
|
Nanashia
|
691fe711ff
|
chore: Use pnpm@8.8.0 on DevContainer (#11975)
|
2023-10-06 21:05:11 +09:00 |
|
NoriDev
|
81dc594742
|
Merge remote-branch 'misskey/develop'
|
2023-10-05 14:37:54 +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 |
|
NoriDev
|
59ad05a702
|
Merge branch 'develop' of https://github.com/kokonect-link/cherrypick into develop
|
2023-09-22 11:42:10 +09:00 |
|
Caipira
|
1959194cd6
|
Merge pull request #371
* feat(backend): Override the file URL rendering in AP
|
2023-09-22 11:34:50 +09:00 |
|
NoriDev
|
4eee67647d
|
Merge remote-branch 'misskey/develop'
|
2023-09-07 17:57:17 +09:00 |
|
syuilo
|
ca00a08e6e
|
feat: introduce aidx and make it default
Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
|
2023-09-06 18:33:51 +09:00 |
|
NoriDev
|
b1d6e350e1
|
Merge remote-branch 'misskey/develop'
|
2023-09-05 18:24:34 +09:00 |
|
syuilo
|
1f7a81aae7
|
update deps (#11764)
* update deps
* node16
* wip
* wip
* wip
* Update test-utils.ts
* wip
* Update tsconfig.json
* wip
* Update package.json
* wip
* Update following.vue
* Update followers.vue
* Update index.vue
* Update share.vue
* Update MkUserPopup.vue
* Update MkPostForm.vue
* wip
* Update MkTokenGenerateWindow.vue
* Update MkPagination.vue
* refactor
* update deps
* update deps
* Update sw.ts
* wip
* wip
* wip
* Update FetchInstanceMetadataService.ts
* Update FetchInstanceMetadataService.ts
* update node
* update deps
* 🎨
|
2023-09-04 13:33:38 +09:00 |
|
NoriDev
|
a1b11850ee
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-08-09 16:00:30 +09:00 |
|
syuilo
|
dc8a130570
|
use node 20.5.0
|
2023-08-09 09:52:30 +09:00 |
|
NoriDev
|
8ccf966ef8
|
Merge remote-branch 'misskey/develop'
|
2023-08-08 16:03:36 +09:00 |
|
tamaina
|
2217a3c549
|
chore: cacheRemoteFilesのデフォルト値をfalseに (#11398)
* chore: cacheRemoteFilesのデフォルト値をfalseに
* proxyRemoteFiles to default
* update ja-JP.yml
* update ja-JP.yml
* youCanCleanRemoteFilesCache
* changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-08-05 14:03:01 +09:00 |
|
NoriDev
|
0f3be8fcde
|
Merge remote-branch 'misskey/develop'
|
2023-07-14 17:36:02 +09:00 |
|
syuilo
|
b056e8f5eb
|
use node 20.3.1
Fix #11179
|
2023-07-08 15:48:46 +09:00 |
|
okayurisotto
|
d84796588c
|
cleanup: trim trailing whitespace (#11136)
* cleanup: trim trailing whitespace
* update(`.editorconfig`)
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-07-08 07:08:16 +09:00 |
|
NoriDev
|
5a92456a83
|
Merge remote-branch 'misskey/develop'
|
2023-07-07 17:34:23 +09:00 |
|
syuilo
|
f76b3edbdd
|
update node to 20.4.0
|
2023-07-07 13:58:43 +09:00 |
|
NoriDev
|
43addcbd00
|
CherryPick🍒
|
2023-06-20 17:29:46 +09:00 |
|
NoriDev
|
81fa487b42
|
tweak d04df47f
|
2023-06-18 19:16:19 +09:00 |
|
caipira113
|
d04df47f7d
|
Add Cloud Logging Support
|
2023-06-18 19:11:42 +09:00 |
|
NoriDev
|
37cca3b7f1
|
CherryPick🍒
|
2023-06-09 22:55:20 +09:00 |
|
NoriDev
|
d0339758af
|
CherryPick🍒
|
2023-05-28 18:35:56 +09:00 |
|