samunohito
dcb6260e8f
fix layout
2024-02-05 08:31:42 +09:00
Gianni Ceccarelli
dabf1867fd
keep cached avatar&banner when refresh fails to get new values ( #13145 )
...
* keep cached avatar&banner when refresh fails to get new values
when the remote explicitly tells us a user image is gone, we remove
our cached value, but if we fail to get the image, we keep whatever
value we already have
this should minimise the problem of avatars randomly disappearing
* autogen bits
* pnpm run build-misskey-js-with-types
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2024-02-04 21:03:49 +09:00
Gianni Ceccarelli
bafef1f8b4
ignore `instance.actor` when checking if there are local users ( #13146 )
...
* ignore `instance.actor` when checking if there are local users
We've seen this happen a few times:
* there was some AP software at $some_domain
* it gets replaced by Misskey
* before the first user can be created, an AP activity comes in
* Misskey resolves the activity
* to do this, it creates the `instance.actor` to sign its request
* now there *is* a local user, so the `meta` endpoint returns
`requireSetup:false`
* the admin is very confused
This commit factors out the check, and doesn't count the
`instance.actor` as a real user.
* autogen bits
2024-02-04 20:46:28 +09:00
atsuchan
2c4ba4723f
fix(backend): メール配信機能が無効ならばメールを送ることのないように ( #13152 )
...
Do not send email if email delivery is disabled
2024-02-04 20:44:35 +09:00
samunohito
dfe85d7722
support remote import
2024-02-04 18:42:03 +09:00
samunohito
84758b6eec
support update and delete
2024-02-04 13:44:58 +09:00
samunohito
048e0b8323
fix
2024-02-04 10:14:55 +09:00
samunohito
4cb7e984aa
fix performance
2024-02-04 09:25:36 +09:00
samunohito
b37a27e154
fix patchData
2024-02-03 21:47:07 +09:00
samunohito
3cb3c3a148
remove log
2024-02-03 20:12:06 +09:00
samunohito
27020cb211
fix over 100 file drop
2024-02-03 20:11:11 +09:00
samunohito
57cd712064
fix number cell focus
2024-02-03 20:10:56 +09:00
samunohito
950c80bc7a
fix
2024-02-03 18:51:35 +09:00
samunohito
c88c8af8d9
add mimetype check
2024-02-03 18:51:09 +09:00
samunohito
9bb1e79c83
list maximum
2024-02-03 16:02:35 +09:00
samunohito
f9e866e733
fix utils
2024-02-03 15:01:59 +09:00
samunohito
e6ec32126f
fix validation
2024-02-03 13:17:26 +09:00
samunohito
0ff55c0571
fix comment
2024-02-03 12:59:59 +09:00
samunohito
a06ce1137a
fix row remove
2024-02-03 12:19:37 +09:00
samunohito
295440a347
fix cell re-render bugs
2024-02-03 11:17:16 +09:00
syuilo
66714d94fc
2024.2.0-beta.9
2024-02-02 21:38:15 +09:00
syuilo
580cec33a9
New Crowdin updates ( #13090 )
...
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Korean (Gyeongsang))
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (French)
2024-02-02 21:37:21 +09:00
syuilo
6c67b2e40e
fix(frontend): チャートのlegendがクリックに反応しない問題を修正
...
これにより発生 https://github.com/misskey-dev/misskey/pull/12926
2024-02-02 18:15:25 +09:00
かっこかり
430290c084
fix(frontend): selectUserのパラメータを調整 ( #13142 )
...
* fix(frontend): selectUserのパラメータを調整
* ついでに軽微なスタイルの修正
2024-02-02 16:49:09 +09:00
かっこかり
c38f5ee528
fix(frontend): アバターデコレーションのアニメーションが止まらない ( #13139 )
...
* fix(frontend): アバターデコレーションのアニメーションが止まらない
* Update Changelog
* i -> index
* key
* revert lint fixes
2024-02-02 15:19:23 +09:00
かっこかり
9e1145df81
enhance(frontend): shiki v1に移行 ( #13138 )
...
* enhance(frontend): shiki v1に移行
* optimize chunks, エラーを握りつぶす
* wasmを分離
* バンドルサイズの警告の最小値を650kBに引き上げ
* optimize
2024-02-02 15:05:18 +09:00
zyoshoka
e5876440cb
refactor(frontend): `os.popup()`の`props`の型チェックを有効化 ( #13140 )
...
* refactor(frontend): `os.popup()`の`props`の型チェックを有効化
* refactor: `ComponentProps`に書き換え
* refacor: `import type`
2024-02-02 15:04:42 +09:00
yukineko
d8bdbd53ed
fix: api-docが開けない問題を修正 ( #13132 )
...
* refactor: 自己参照を使用している箇所に`selfRef`を持たせるように
* feat: スキーマ生成時に自己参照を含むかどうかを指定できるように
* fix: api.jsonにselfRefが含まれているのを修正
* refactor: 他の箇所と同様にselfRefの除去を行うように
* remove: 不要なimportを削除
2024-02-02 12:47:07 +09:00
Srgr0
3499814498
Update deploy-test-environment.yml ( #13136 )
2024-02-02 11:58:43 +09:00
おさむのひと
85809a240e
fix(backend): "誰でも新規登録できるようにする"の初期値をOFFにする ( #13130 )
...
* fix(backend): "誰でも新規登録できるようにする"の初期値をOFFにする
* fix CHANGELOG.md
* fix
2024-02-02 11:24:45 +09:00
tamaina
07dc99d197
「見たことのあるリノートを省略して表示」が効いていない問題を修正 ( #13133 )
...
* fix: 「見たことのあるリノートを省略して表示」が効いていない問題を修正
fix #13131
* add a comment
2024-02-02 11:24:20 +09:00
samunohito
ff48c77827
refactor grid
2024-02-02 10:28:08 +09:00
dependabot[bot]
30b48df9d9
chore(deps): bump peter-evans/slash-command-dispatch from 3 to 4 ( #13124 )
...
Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch ) from 3 to 4.
- [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases )
- [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: peter-evans/slash-command-dispatch
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 21:45:44 +09:00
samunohito
f96c7224a7
イベントの整理
2024-02-01 20:59:30 +09:00
tamaina
b0a38c0cae
fix: Hide reactions of all remote users / feat: moderators can see reactions of all users ( #13128 )
...
* fix: Hide reactions of all remote users
https://github.com/misskey-dev/misskey/issues/12964
* feat: Moderators can see reactions of all users
https://github.com/misskey-dev/misskey/issues/13127
* modify CHANGELOG.md
* fix iAmModerator
2024-02-01 20:05:45 +09:00
dependabot[bot]
ada2c69c7d
chore(deps): bump codecov/codecov-action from 3 to 4 ( #13125 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 20:04:46 +09:00
syuilo
6915fde1cf
enhance(frontend): 🌸
2024-02-01 15:07:29 +09:00
1Step621
0641454c23
Fix(frontend): リバーシで自分自信を招待できるのを修正 & os.selectUser()のincludeSelfが機能していないのを修正 ( #13117 )
...
* リバーシで自分自信を招待できるのを修正 & os.selectUser()のincludeSelfが機能していないのを修正
* lint fix
2024-02-01 09:43:23 +09:00
zyoshoka
5079a4b7dd
fix(ci): `misskey-js` のバージョンチェックをトリガーする条件の修正 ( #13116 )
...
* fix(misskey-js): バージョンチェックのトリガー条件を修正
* chore(misskey-js): 2024.2.0-beta.8
2024-02-01 09:42:55 +09:00
おさむのひと
d5860d0685
fix(frontend): styleの指定方法を変更 ( #13120 )
2024-01-31 20:35:07 +09:00
samunohito
777920d739
wip イベント整理
2024-01-31 19:45:48 +09:00
zyoshoka
2db5b61616
refactor(backend): User関連のスキーマ/型の指定を強くする ( #12808 )
...
* refactor(backend): User関連のスキーマ/型の指定を強くする
* refactor(backend): `pack()`の引数にスキーマを指定するように
* chore: fix ci
* fix: 変更漏れ
* fix ci
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2024-01-31 15:45:35 +09:00
samunohito
f9516e6ae1
fix autogen
2024-01-31 14:28:24 +09:00
samunohito
c370729336
Merge branch 'develop' into feature/emoji-grid
...
# Conflicts:
# packages/misskey-js/src/autogen/apiClientJSDoc.ts
# packages/misskey-js/src/autogen/endpoint.ts
# packages/misskey-js/src/autogen/entities.ts
# packages/misskey-js/src/autogen/models.ts
# packages/misskey-js/src/autogen/types.ts
2024-01-31 14:27:15 +09:00
samunohito
2b4bc4dccd
support context menu on data area
2024-01-31 08:39:56 +09:00
samunohito
61066779c5
fix comment
2024-01-31 07:25:26 +09:00
samunohito
4fa943955a
fix
2024-01-31 07:16:11 +09:00
samunohito
dfb57afa11
support directory drag-drop
2024-01-30 22:59:32 +09:00
syuilo
8aea3603a6
refactor(frontend): global/router -> router
2024-01-30 21:07:34 +09:00
syuilo
eb078d67ab
Revert "Revert "Create deploy-test-environment.yml ( #13079 )""
...
This reverts commit 4553d6426b
.
2024-01-30 21:02:58 +09:00