Commit graph

25766 commits

Author SHA1 Message Date
tamaina
8604bd9807 fix(dev): vscode-jest: Deprecated: Please use jest.runMode instead. 2024-03-14 17:42:30 +09:00
tamaina
75fa43bc59 fix(dev): fix duplication in .vscode/extensions.json 2024-03-14 17:39:38 +09:00
FineArchs
88d47ab024
プラグインの簡易的なログを表示する機能 (#13564)
* add plugin logging

* change variable name

* Update plugin.ts

* Update CHANGELOG.md
2024-03-13 22:38:26 +09:00
zyoshoka
29f6ba6310
chore: add missing SPDX ID and workflow check (#13570)
* chore: add workflow which checks if SPDX ID exists

* chore: add missing SPDX ID in some files

* chore: change trigger condition

* chore: trigger on push

* lint
2024-03-13 22:37:18 +09:00
おさむのひと
5c1d86b796
refactor(backend): UserEntityService.packMany()の高速化 (#13550)
* refactor(backend): UserEntityService.packMany()の高速化

* 修正
2024-03-12 14:31:34 +09:00
anatawa12
6d9c234cb6
fix: URL preview popup for local URL appears in the upper left corner (#13555) 2024-03-12 13:50:24 +09:00
かっこかり
b280faa8e7
enhance(frontend): 各サーバーはMisskeyを利用したサービスであることを強調 (#13559)
* ロゴ周りを追加

* 調整

---------

Co-authored-by: uboar <10250330+uboar@users.noreply.github.com>
2024-03-12 13:48:14 +09:00
かっこかり
e23e2f4ae9
Fix Changelog 2024-03-12 12:09:26 +09:00
tamaina
aa5181cdfc use transactionalEntityManager 2024-03-10 16:44:27 +00:00
tamaina
d7c32cef70 fetchPersonWithRenewalでエラーが起きたら古いデータを返す 2024-03-10 16:38:53 +00:00
tamaina
76487de5ed とりあえずtryで囲っておく 2024-03-10 16:17:09 +00:00
tamaina
e2b574a97c save array 2024-03-10 16:00:25 +00:00
yupix
6b676a928d
enhance(backend): antennas/updateの必須項目をantennaIdのみに (#13542)
* refactor: antennas/updateの必須項目を最小限に

* fix: userListIdがnullにできない
2024-03-10 17:31:39 +09:00
tamaina
9bfa38e601 log signature parse err 2024-03-09 20:02:33 +00:00
tamaina
eb8495648e ユーザーとキーの同一性チェックはhostの一致にする 2024-03-09 20:01:07 +00:00
tamaina
154a2026ea inbox-delayed use actor if no signature 2024-03-09 19:15:40 +00:00
tamaina
8104963e1d HTTP Signatureがなかったり使えなかったりしそうな場合にLD Signatureを活用するように 2024-03-09 19:06:59 +00:00
tamaina
da4a44b337 JSON.stringify 2024-03-09 17:29:23 +00:00
tamaina
1690e0617e db-resolver 2024-03-09 17:25:24 +00:00
tamaina
70693af4e4 Merge branch 'ed25519' of https://github.com/misskey-dev/misskey into ed25519 2024-03-09 17:22:20 +00:00
tamaina
d168ec7dd5 logger 2024-03-09 17:22:16 +00:00
tamaina
08e3a7c008
Merge branch 'develop' into ed25519 2024-03-10 01:44:20 +09:00
tamaina
4310229ca5 log keyid 2024-03-09 16:39:01 +00:00
tamaina
75a2f1c1e8 fix type error 2024-03-09 12:27:52 +00:00
tamaina
d0da9f32dc @misskey-dev/node-http-message-signatures@0.0.8 2024-03-09 10:25:58 +00:00
tamaina
6907b6505a retry no key 2024-03-09 10:24:55 +00:00
FineArchs
e4eaf1220e
Update example.yml (#13551) 2024-03-09 17:55:41 +09:00
syuilo
dbc4fd3e93 Update about-misskey.vue 2024-03-09 15:40:21 +09:00
syuilo
db29680e74 chore(dev): remove deprecated vscode plugins 2024-03-09 15:31:21 +09:00
tamaina
45d1af23bb Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2024-03-09 04:10:21 +00:00
tamaina
1b064d7e30 chore(backend): validateNoteの結果Errorはそのままthrowする
理由がわからないため
2024-03-09 04:10:17 +00:00
かっこかり
27f823e882
enhance(frontend): リアクションの総数を表示するか設定で選べるように (#13539)
* enhance(frontend): リプライ・リノート・リアクションの総数を表示するか設定で選べるように (MisskeyIO#512)

(cherry picked from commit 3c8475e5ac217f055eab0f6d0aedcbbcb2a2f27c)

* fix: いいねのみの場合は強制的にカウント表示

* make `showReactionsCount` default false

* リアクションだけ

* けしわすれ

* けしわすれ2

---------

Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
2024-03-08 18:13:09 +09:00
tamaina
74c8f0a483 update package 2024-03-07 15:21:07 +00:00
tamaina
e543ffe368 fix type 2024-03-07 11:38:23 +00:00
tamaina
9973610286 Merge branch 'develop' into ed25519 2024-03-07 10:52:44 +00:00
tamaina
844feb1bb3 update package 2024-03-07 10:52:38 +00:00
かっこかり
f4a5740412
fix(frontend): 周年の実績が閏年を考慮するように (#13525)
* fix(frontend): 周年の実績が閏年を考慮するように

* まちがえた

* Update Changelog

* 変数の定義回数を減らす
2024-03-07 17:21:57 +09:00
かっこかり
c680e35aa0
enhance(frontend): 広告が同一ドメインの場合はRouterで遷移するように (#13510)
* enhance(frontend): 広告が同一ドメインの場合はRouterで遷移するように

* Update Changelog

* Update CHANGELOG.md

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-03-07 16:36:06 +09:00
zyoshoka
412e9f284d
test(backend): enable typecheck by workflow (#13526) 2024-03-07 09:51:57 +09:00
tamaina
fef9ebfe06 fix type error 2024-03-06 12:56:03 +00:00
かっこかり
7ead98cbe5
enhance(frontend): リアクションの総数を表示するように (#13532)
* enhance(frontend): リアクションの総数を表示するように

* Update Changelog

* リアクション選択済の色をaccentに
2024-03-06 21:08:42 +09:00
tamaina
62922352b3 Revert "perf: boot.jsの調整"
This reverts commit 00c1e4eb55.
2024-03-06 09:49:01 +00:00
tamaina
00c1e4eb55 perf: boot.jsの調整 2024-03-06 09:40:47 +00:00
tamaina
4457b02db2 fix(frontend)?: importAppScriptはimportをawaitするように 2024-03-06 08:08:32 +00:00
tamaina
39fba74dd1 update node-http-message-signatures 2024-03-06 06:48:03 +00:00
tamaina
a701fed9e5 fix ap-request 2024-03-05 16:50:26 +00:00
tamaina
ab29cbab41 if 2024-03-05 16:44:32 +00:00
tamaina
01b8d2fdb1 fix test 2024-03-05 16:44:11 +00:00
tamaina
0127f89298 getLocalUserPrivateKey 2024-03-05 16:27:13 +00:00
tamaina
689a9ce5f9 PrivateKeyPem 2024-03-05 15:53:24 +00:00