dakkar
|
ef99b1ca07
|
put back dependency I had deleted by accident
|
2024-08-02 13:47:40 +01:00 |
|
dakkar
|
cfa9b852df
|
Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07
|
2024-08-02 12:25:58 +01:00 |
|
syuilo
|
085b3abf26
|
update deps (#14312)
|
2024-07-28 11:14:31 +09:00 |
|
かっこかり
|
46d96c7412
|
fix(build): autogen生成時にbackendを2度buildしているのを修正 (#14309)
* fix(build): autogen生成時にbackendを2度buildしているのを修正
* fix
* fix
|
2024-07-27 18:09:15 +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 |
|
slonkazoid
|
7a62e1be31
|
implement fetching host-meta before the webfinger endpoint
code ported from iceshrimp: c3e685a925/packages/backend/src/remote/webfinger.ts
|
2024-07-09 05:45:41 +03: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 |
|
dakkar
|
3372e0ffe1
|
Merge remote-tracking branch 'misskey/release/2024.5.0' into future
|
2024-05-31 12:26:07 +01: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 |
|
dakkar
|
451b0ecc9b
|
Merge remote-tracking branch 'misskey/release/2024.5.0' into future-2024-04-25-post
|
2024-05-11 14:13:07 +01:00 |
|
dakkar
|
30bd7768d6
|
Merge branch 'develop' into future-2024-04-25-post
|
2024-05-11 13:11:07 +01: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 |
|
dakkar
|
d0a2708f91
|
merge: handle non-ASCII emoji names (!464)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/464
Approved-by: Leah <kevinlukej@gmail.com>
Approved-by: Ember <acomputerdog@gmail.com>
Approved-by: Marie <marie@kaifa.ch>
|
2024-05-02 21:06:10 +00:00 |
|
dakkar
|
ea6629cebf
|
Merge branch 'develop' into future-2024-04-10-post
|
2024-04-25 11:18:30 +01:00 |
|
dakkar
|
a3b4ca782a
|
Merge remote-tracking branch 'misskey/develop' into future-2024-04-10
|
2024-04-11 13:39:55 +01:00 |
|
dakkar
|
b6f41a28ed
|
pull in sfm-js that supports non-ascii in emoji names
|
2024-04-07 16:37:31 +01:00 |
|
おさむのひと
|
efa42a1624
|
fix(backend): バックエンドのpnpm devによるビルド後にbuild-assetsを行うようにする (#13659)
* moveto scripts
* add scripts/dev.mjs
|
2024-04-04 22:25:28 +09:00 |
|
dakkar
|
bc531ac414
|
Merge remote-tracking branch 'misskey/develop' into future-2024-03-23
|
2024-03-24 11:53:52 +00: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 |
|
dakkar
|
f4e89f2e6b
|
bump tmp@0.2.3 - fixes #464
see also https://github.com/raszi/node-tmp/issues/295
|
2024-03-19 17:13:43 +00:00 |
|
zyoshoka
|
412e9f284d
|
test(backend): enable typecheck by workflow (#13526)
|
2024-03-07 09:51:57 +09:00 |
|
dakkar
|
af548d05ca
|
merge upstream for 2024.2.1
|
2024-03-02 16:36:49 +00:00 |
|
syuilo
|
2f31606eff
|
update deps
|
2024-03-01 14:16:44 +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 |
|
Marie
|
15d2319011
|
merge: upstream
|
2024-02-23 13:42:52 +01: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 |
|
Marie
|
10bfc61670
|
merge: upstream
|
2024-02-19 10:47:42 +01:00 |
|
zyoshoka
|
37959bab1d
|
refactor(backend): remove/replace deprecated type deps (#13252)
|
2024-02-16 20:09:07 +09:00 |
|
Marie
|
85355813ad
|
merge: latest changes
|
2024-02-09 19:22:06 +01:00 |
|
syuilo
|
7fc1d77893
|
update deps
|
2024-02-09 17:10:16 +09:00 |
|
Marie
|
11628e4b6a
|
merge: upstream
|
2024-02-03 20:19:44 +01:00 |
|
Marie
|
f091b84c6e
|
chore: change sfm registry and name
|
2024-02-03 15:01:09 +01:00 |
|
syuilo
|
e90dea4be9
|
update deps
|
2024-01-30 20:59:44 +09:00 |
|
Marie
|
913dd581ef
|
merge: upstream
|
2024-01-25 14:21:42 +01:00 |
|
syuilo
|
e8ba0b3f54
|
enhance(reversi): improve desync handling
|
2024-01-23 10:51:59 +09:00 |
|
Marie
|
fd69a2fbbd
|
merge: upstream
|
2024-01-22 19:58:43 +01:00 |
|
おさむのひと
|
850d38414e
|
fix: 2024-01-22 10:50時点のdevelopにてCIがコケている (#13060)
* fix: バブルゲームのビルド失敗修正
* fix: api.jsonの定義誤りを修正
* fix: lint.yml(typecheck)
* fix: fix eslint error
* fix: frontend vitest version
* fix: frontend vitest version
* fix:
* fix: cypress
* fix: misskey-js test
* fix: misskey-js tsd(tsdはpakcage.jsonのexportsをサポートしない?)
* fix: conflict
* fix: 間違えて上書きしたところを修正
* fix: 再
* fix: api.json
* fix: api.json
* fix: タイムアウト延長
* Update packages/misskey-js/jest.config.cjs
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
|
2024-01-22 18:01:54 +09:00 |
|
Marie
|
013032dd93
|
fix: downgrade eslint to fix bug
prefer-nullish-coalescing broke in the 6.19.0 update with a funky bug which has an open PR to be fixed https://github.com/typescript-eslint/typescript-eslint/issues/8261
|
2024-01-21 14:18:47 +01:00 |
|
Marie
|
db012fc8c3
|
merge: upstream (1)
|
2024-01-21 13:11:23 +01:00 |
|
syuilo
|
f4657eb16f
|
update deps
|
2024-01-21 18:43:01 +09:00 |
|
syuilo
|
a637b4e282
|
feat: reversi
Resolve #12962
|
2024-01-19 20:51:49 +09:00 |
|
Marie
|
3c2c72539a
|
chore: update sfm dep
|
2024-01-09 04:11:41 +01:00 |
|
Marie
|
7552cea69a
|
merge: upstream
|
2024-01-09 02:57:57 +01:00 |
|