syuilo
7795045b23
Update about-misskey.vue
2024-03-20 20:01:56 +09:00
かっこかり
ca2df14a8f
fix(frontend): woodenPanelの配色を修正 ( #13561 )
...
* fix(frontend): woodenPanelの配色を修正
* fix
2024-03-20 13:10:09 +09:00
Gianni Ceccarelli
d7bb6c88d3
Cypress typescript ( #13591 )
...
* convert Cypress tests to TypeScript
this work was done by @lunaisnotaboy https://github.com/lunaisnotaboy
for their fork https://github.com/cutiekey/cutiekey/pull/7
I just repacked their changes into a minimal set
* fix call to `window` in cypress tests
this error was spotted thanks to the TypeScript compiler:
```
support/commands.ts:33:12 - error TS2559: Type '(win: any) => void'
has no properties in common with type 'Partial<Loggable &
Timeoutable>'.
33 cy.window(win => {
~~~~~~~~
Found 1 error in support/commands.ts:33
```
(again, @lunaisnotaboy did the actual work)
2024-03-20 11:25:49 +09:00
おさむのひと
115d91812e
fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする ( #13598 )
...
* fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする
* fix CHANGELOG.md
2024-03-20 10:30:45 +09:00
かっこかり
5f6863b77e
Add missing credit (for #13586 )
2024-03-18 19:04:20 +09:00
かっこかり
0226a670dd
fix(backend): ユーザーやノートのOGPでローカルとリモートユーザーの見分けが付かない問題を修正 ( #13586 )
...
* enhance(OGP): ユーザーやノートのOGPでローカルとリモートユーザーの見分けが付かない問題を修正 (MisskeyIO#528)
(cherry picked from commit 0c3de462d9
)
* Update Changelog
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
2024-03-18 18:34:31 +09:00
かっこかり
067cdf3ce4
enhance(frontend): ページのデザインを調整 ( #13590 )
...
* enhance(frontend): ページのデザインを調整
* 共有ボタンを直感的な導線に変更
* Update Changelog
* Update packages/frontend/src/components/page/page.image.vue
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-03-18 18:21:27 +09:00
かっこかり
a38646bd0f
fix(backend): フォローリクエストを作成する際に既存のものは削除するように ( #13588 )
...
* fix: delete old follow request (if exists) before creating new
(cherry picked from commit ea948ccadc7eace1fcace176c9c070b2a9b46f56)
* Update Changelog
* Update Changelog
---------
Co-authored-by: Kaity A <kaity@atikayda.au>
2024-03-18 14:20:28 +09:00
かっこかり
b65203c9f8
fix(frontend): WebGL2コンテキストの初期化に失敗するとMisskeyが起動できなくなる問題を修正 ( #13587 )
...
* Fixed startup crash with seasonal effects
(cherry picked from commit eba0c2cc61512db22109e2f15604eb65f5b7d2f2)
* Update Changelog
* Update Changelog
---------
Co-authored-by: Leah <kevinlukej@gmail.com>
2024-03-17 20:33:33 +09:00
BackRunner
dcfab918e9
feat: send heartbeat right after visibility changed to 'visible' ( #13581 )
2024-03-17 18:47:29 +09:00
syuilo
282cfae1b2
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2024-03-17 10:34:15 +09:00
syuilo
7e63ab0f56
refactor(backend): refactor chart engine
2024-03-17 10:34:13 +09:00
zyoshoka
4b1ca9ef61
fix(general): `flash/create`でPlayの公開範囲を指定できない問題の修正と編集画面の調整 ( #13574 )
...
* fix(backend): param `visibility` wasn't included in `flash/create`
* fix(frontend): tweak flash editor ui
* Update CHANGELOG.md
2024-03-15 22:02:57 +09:00
tamaina
71d0538647
fix(frontend): update locales/index.d.ts
2024-03-14 18:18:32 +09:00
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 3c8475e5ac
)
* 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