syuilo
674fd0bdd0
Update about-misskey.vue
2024-02-11 21:05:34 +09:00
samunohito
83228a3422
support image change and highlight row
2024-02-10 22:31:04 +09:00
samunohito
171b596ac7
wip
2024-02-10 11:52:34 +09:00
samunohito
e3240c556a
fix autogen
2024-02-10 11:52:22 +09:00
samunohito
d1210520a5
Merge branch 'develop' into feature/emoji-grid
...
# Conflicts:
# packages/frontend/package.json
# packages/frontend/src/components/MkChartLegend.vue
# 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
# pnpm-lock.yaml
2024-02-09 19:45:43 +09:00
かっこかり
7a8cf274ca
fix misskey-js version
2024-02-09 18:08:08 +09:00
syuilo
7fc1d77893
update deps
2024-02-09 17:10:16 +09:00
syuilo
c23c97d303
perf(frontend): splash screenのdomが消えない場合があるのを修正
...
https://github.com/misskey-dev/misskey/issues/10805
2024-02-09 16:25:58 +09:00
おさむのひと
614c9a0fc6
fix: 特定文字列を含むノートを投稿できないようにする管理画面用設定項目を追加 ( #13210 )
...
* fix: 特定文字列を含むノートを投稿できないようにする管理画面用設定項目を追加
* Serviceでチェックするように変更
2024-02-09 10:07:18 +09:00
tamaina
c0cb76f0ec
chore: use vite@5.1.0 / pnpm@8.15.1
2024-02-08 17:24:51 +00:00
かっこかり
d40612ac52
fix(frontend): aiscriptのコードブロックでのハイライト指定を修正 ( #13208 )
2024-02-09 00:08:33 +09:00
samunohito
7943e524ad
fix name
2024-02-08 20:13:48 +09:00
かっこかり
0f7918c51b
refactor(backend): exist -> exists ( #13203 )
...
* refactor(backend): exist -> exists
* fix
2024-02-08 16:04:41 +09:00
かっこかり
90b633b5a6
fix(frontend) misskey-js type ( #13202 )
2024-02-08 14:15:56 +09:00
zyoshoka
5299d17060
test(frontend): migrate MSW in Storybook to v2 ( #13195 )
2024-02-08 13:28:49 +09:00
MeiMei
82c34f7f45
Fix: Summaly proxy利用時にプレイヤーが動作しないことがあるのを修正 ( #13196 )
...
* Fix: Summaly proxy利用時にプレイヤーが動作しないことがあるのを修正
* CHANGELOG
2024-02-08 13:16:22 +09:00
samunohito
9c4e40f83f
add confirm dialog
2024-02-08 08:22:19 +09:00
samunohito
b7192e5ac6
refactor
2024-02-08 08:14:34 +09:00
samunohito
e84790e619
fix dialog
2024-02-07 22:13:41 +09:00
syuilo
52bf808d89
typo
2024-02-07 20:52:23 +09:00
samunohito
cdfd906366
support import log
2024-02-07 20:10:12 +09:00
かっこかり
155896a851
enhance(frontend/HorizontalSwipe): 操作性の改善 ( #13038 )
...
* Update swipe thresholds and touch-action
* スワイプ中にPullToRefreshが反応しないように
* 横スワイプに関与する可能性のある要素がある場合はスワイプを発火しないように
* update threshold
* isSwipingを外部化
* rename
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2024-02-07 20:02:29 +09:00
MeiMei
313ce82192
正しい 2024.2.0-beta.10 改版手順? ( #13173 )
...
* 正しい 2024.2.0-beta.10 改版手順?
* run build-misskey-js-with-types
2024-02-07 19:59:06 +09:00
1Step621
56d7f58626
Fix(frontend): MkCodeEditorで行がずれていくのを修正 ( #13188 )
...
* MkCodeEditorで行がずれていくのを修正
* update CHANGELOG.md
2024-02-07 19:58:21 +09:00
MeiMei
e89d760240
Enhance: 連合向けのノート配信を軽量化 ( #13192 )
...
* AP HTML表現をシンプルに
* a
* CHANGELOG
* リンク
2024-02-07 19:57:59 +09:00
samunohito
dbb2efe45c
fix
2024-02-07 19:57:21 +09:00
samunohito
453596e6bf
add comment
2024-02-07 19:54:29 +09:00
samunohito
fa737fccdd
block delete
2024-02-07 19:52:00 +09:00
samunohito
1d04e3abab
fix range select
2024-02-07 19:51:50 +09:00
samunohito
173b90e124
tweak cell selection
2024-02-07 08:39:12 +09:00
samunohito
b0b474d2a3
tweak logs
2024-02-07 08:11:55 +09:00
samunohito
e892fbf000
support search
2024-02-07 07:57:25 +09:00
samunohito
273e3bd2e4
fix
2024-02-06 23:43:12 +09:00
おさむのひと
c81b61eb2e
fix(misskey-js): 自動生成物の冒頭からバージョンと日付を削除 ( #13185 )
2024-02-06 21:03:29 +09:00
samunohito
2a0dca44c3
fix
2024-02-06 20:44:20 +09:00
samunohito
3a4a5dc6f0
fix paging
2024-02-06 20:42:43 +09:00
かっこかり
500ea793b3
fix(bubble-game): 共有用画像のコメントにnullが入る問題を修正 ( #13183 )
2024-02-06 19:24:52 +09:00
samunohito
a655cece33
fix limit
2024-02-06 17:43:37 +09:00
samunohito
76977b38ab
fix no clickable input text
2024-02-06 17:43:27 +09:00
samunohito
c34d3234d5
fix api call
2024-02-06 17:24:18 +09:00
Kisaragi
93e711d8a9
chore(frontend): reword possible typo ( #13182 )
2024-02-06 17:17:52 +09:00
MeiMei
d6cb68b091
AP Key の JSON-LD 表現を修正 ( #13170 )
2024-02-06 16:51:14 +09:00
かっこかり
6829ecb509
enhance(frontend): リモートへの引用リノートと同一のリンクにはリンクプレビューを表示しないように ( #13178 )
...
* enhance(frontend): リモートへの引用リノートと同一のリンクにはリンクプレビューを表示しないように
* Update Changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2024-02-06 16:49:57 +09:00
Soli
4bf3974abd
fix(frontend): エラー画像URLを設定した後解除すると,デフォルトの画像が表示されない問題の修正 ( #13172 )
...
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
2024-02-06 16:47:17 +09:00
1Step621
74245df382
Enhance(frontend): フロント側でもリアクション権限のチェックをするように ( #13134 )
...
* フロント側でもリアクション権限のチェックをするように
* update CHANGELOG.md
* lint fixes
* remove unrelated diffs
* deny -> reject
denyは「(信用しないことを理由に)拒否する」という意味らしい
* allow -> accept
* EmojiSimpleにlocalOnlyを含めるように
* リアクション権限のない絵文字は打てないように(ダイアログを出すのではなく)
* regenerate type definitions
* lint fix
* remove unused locales
* remove unnecessary async
2024-02-06 16:45:21 +09:00
かっこかり
edb39a089d
enhance(frontend): KeepAliveのページキャッシュを削除できるように ( #13180 )
...
* enhance(frontend): 内部のページキャッシュを削除できるように
* Update Changelog
2024-02-06 16:26:03 +09:00
かっこかり
16eccad492
enhance(frontend): シンタックスハイライトにテーマを適用できるように ( #13175 )
...
* enhance(frontend): シンタックスハイライトにテーマを適用できるように
* Update Changelog
* こっちも
* テーマの値がディープマージされるように
* 常にテーマ設定に準じるように
* テーマ更新時に新しいshikiテーマを読み込むように
2024-02-06 15:03:07 +09:00
samunohito
041449e962
support pagination
2024-02-05 21:31:23 +09:00
samunohito
f8529a01b9
add list v2 endpoint
2024-02-05 16:20:35 +09:00
zyoshoka
0df069494e
refactor(frontend): `os.popup()`の`events`の型チェックを有効化 ( #13165 )
2024-02-05 15:02:30 +09:00
taichan
ddfc3b8a6a
Fix(frontend): クロップ後の解像度が異様に低くなる問題の修正&クロップに失敗する問題&コメントにnullという文字列が入る問題の修正 ( #13162 )
...
* Fix(frontend): Fix resolution of cropped image (misskey-dev#11489)
* CHANGELOG
* Fix(frontend): クロップの際、folderIdがnullだと文字列のnullが送られ検索できない問題
* Fix: キャプションが存在しないときにクロップすると'null'がキャプションに入ってしまう問題 (misskey-dev#11813)
* Update CHANGELOG
2024-02-05 15:01:31 +09:00
syuilo
03351cec0c
update patrons
2024-02-05 11:03:12 +09:00
samunohito
d5db737469
fix performance
2024-02-05 08:35:26 +09:00
samunohito
b0b28e0cb7
heightやめる
2024-02-05 08:32:59 +09:00
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
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
おさむのひと
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
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
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
e90dea4be9
update deps
2024-01-30 20:59:44 +09:00
かっこかり
6a41afaaee
fix/refactor(reversi): 既存のバグを修正・型定義を強化 ( #13105 )
...
* 既存のバグを修正
* fix types
* fix misskey-js autogen
* Update index.d.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2024-01-30 20:54:30 +09:00