1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-12-12 13:48:33 +09:00
Commit Graph

2084 Commits

Author SHA1 Message Date
kakkokari-gtyih
3146f8e84f Merge branch 'feat-1714' of https://github.com/kakkokari-gtyih/misskey into feat-1714 2024-06-26 11:09:12 +09:00
kakkokari-gtyih
d8085c9ffc fix 2024-06-26 11:09:09 +09:00
かっこかり
cff032012e
Merge branch 'develop' into feat-1714 2024-06-26 08:32:30 +09:00
kakkokari-gtyih
9b778a88c6 不足分の埋め込みメニューを追加 2024-06-26 00:32:26 +09:00
kakkokari-gtyih
b507b6240c embed uiが正常に読み込まれない問題を修正 2024-06-25 23:51:32 +09:00
kakkokari-gtyih
9c115c87c7 remove unused class 2024-06-25 23:25:33 +09:00
kakkokari-gtyih
4df8d38e83 lint 2024-06-25 22:14:51 +09:00
kakkokari-gtyih
b5fe3e894b lint 2024-06-25 21:08:58 +09:00
kakkokari-gtyih
3bd055b045 埋め込みコード生成機能 2024-06-25 20:18:14 +09:00
kakkokari-gtyih
05ca36f400 refactor: 画面サイズのしきい値をconstにまとめる 2024-06-25 20:04:59 +09:00
kakkokari-gtyih
e88fc369d9 embed.jsをサーバーから提供 2024-06-25 20:03:21 +09:00
woxtu
634764e1a6
refactor(frontend): Remove unused directives (#14085) 2024-06-24 21:32:12 +09:00
kakkokari-gtyih
313ebcde43 misskey-js側にinterfaceを置いて型エラーを解消 2024-06-24 18:26:03 +09:00
かっこかり
584e80dedd
Merge branch 'develop' into feat-1714 2024-06-24 17:57:30 +09:00
かっこかり
7ff909dc66
fix lint 2024-06-23 16:46:41 +09:00
woxtu
b269c43168
Fix type annotations (#14071) 2024-06-23 01:00:12 +09:00
Kisaragi
9368eb3038
refactor: say bye to the weird groupBy friends (#13975)
* refactor(frontend): say bye to the weird groupBy friends

* refactor(backend): say bye to the weird groupBy friends
2024-06-22 19:40:55 +09:00
kakkokari-gtyih
1e6ced2f3f fix 2024-06-22 15:41:38 +09:00
kakkokari-gtyih
bd46c5329c fix 2024-06-22 15:40:46 +09:00
かっこかり
bf403aa656
fix(frontend): ベースロールを編集してもUI上では変更が反映されない問題を修正 (#13995)
* fix(frontend): ベースロールを変更してもUI上では変更が反映されない問題を修正

* Update CHANGELOG.md
2024-06-22 15:35:54 +09:00
kakkokari-gtyih
f0b0be12b0 enhance(frontend): Websocketを使用しないモードを実装 2024-06-22 14:52:16 +09:00
かっこかり
a252151d5d
Merge branch 'develop' into feat-1714 2024-06-22 13:44:19 +09:00
ぬるきゃっと
ef205fb60e
enhance(frontend): WidgetInstanceInfo.vue と WidgetProfile.vue のスタイル調整 (#14028)
* 🎨 WidgetInstanceInfo.vue and WidgetProfile.vue

* 🎨 WidgetInstanceInfo.vue and WidgetProfile.vue

* 🎨 WidgetInstanceInfo.vue and WidgetProfile.vue

* 🎨 WidgetInstanceInfo.vue and WidgetProfile.vue

* 🎨 home.vue
2024-06-22 12:46:30 +09:00
かっこかり
7e21497edc
fix(frontend): リバーシ開始時の自動投稿のURLが正しくない場合があるのを修正 (#14045)
* fix(frontend): リバーシ開始時の自動投稿のURLが正しくない場合があるのを修正

* ✌️
2024-06-22 12:45:37 +09:00
woxtu
4d2eddec2e
Replace with vue/no-setup-props-reactivity-loss rule (#14062) 2024-06-22 12:40:00 +09:00
zyoshoka
a9012d3d0c
test(frontend): fix component error in MkChart story (#14056) 2024-06-21 17:29:37 +09:00
woxtu
2c84d06a66
Fix type checking (#14052) 2024-06-21 13:48:04 +09:00
syuilo
1df90cef4c update typescript 2024-06-21 13:03:00 +09:00
woxtu
b683d79f8b
Fix type checking (#14047) 2024-06-20 16:24:10 +09:00
woxtu
77ae69355c
Enable to iterate over DOM collections (#14040) 2024-06-19 12:19:38 +09:00
woxtu
f37d684fab
Add missing styles (#14031) 2024-06-18 19:46:20 +09:00
zyoshoka
379ce0145b
fix(frontend): fix time on MkChart's story (#13958) 2024-06-15 16:35:41 +09:00
zyoshoka
d4e2be68ee
fix(frontend): chart in MkInstanceCardMini is no longer displayed (#13932)
* fix(frontend): chart in `MkInstanceCardMini` is no longer displayed

* Update CHANGELOG.md

* test: add `MkInstanceCardMini` story

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-06-15 10:32:51 +09:00
かっこかり
8754ca6fd7
Merge branch 'develop' into feat-1714 2024-06-13 15:02:47 +09:00
sirsegv
1616cb533e
Fix json module imports for node 22 (#13875) 2024-06-13 10:18:01 +09:00
Kisaragi
ff3a38a7f5
fix(frontend): 追加情報のラベルを投稿者のサーバーの絵文字で表示する (#13968)
* fix(frontend): 追加情報のラベルを投稿者のサーバーの絵文字で表示する

* docs: update changelog
2024-06-12 10:52:22 +09:00
zyoshoka
9849aab402
test(#10336): add components/MkC.* stories (#13830)
* test(storybook): add `components/MkC.*` stories

* test(storybook): add some tests

* test: add sleep

* test: comment-out flaky test

* test(storybook): add test for `MkChannelFollowButton`

* chore(storybook): tweak sleep duration in `MkChannelFollowButton` story test

* fix(chromatic): add delay to `MkChannelList`

* chore: replace `mswDecorator` with `mswLoader`

* fix(storybook): tweak some parameters

* chore: serve static files

* fix(chromatic): add delay to `MkCwButton`

* chore: delete logging for debug

* fix: add right click in `MkContextMenu` play

* refactor: remove unused imports
2024-06-08 18:00:54 +09:00
おさむのひと
61fae45390
feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758)
* feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする

* モデログに対応&エンドポイントを単一オブジェクトでのサポートに変更(API経由で大量に作るシチュエーションもないと思うので)

* fix spdx

* fix migration

* fix migration

* fix models

* add e2e webhook

* tweak

* fix modlog

* fix bugs

* add tests and fix bugs

* add tests and fix bugs

* add tests

* fix path

* regenerate locale

* 混入除去

* 混入除去

* add abuseReportResolved

* fix pnpm-lock.yaml

* add abuseReportResolved test

* fix bugs

* fix ui

* add tests

* fix CHANGELOG.md

* add tests

* add RoleService.getModeratorIds tests

* WebhookServiceをUserとSystemに分割

* fix CHANGELOG.md

* fix test

* insertOneを使う用に

* fix

* regenerate locales

* revert version

* separate webhook job queue

* fix

* 🎨

* Update QueueProcessorService.ts

---------

Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-06-08 15:34:19 +09:00
kakkokari-gtyih
9259f58d39 lint 2024-06-07 19:57:27 +09:00
kakkokari-gtyih
c77d897880 doc 2024-06-07 19:45:59 +09:00
kakkokari-gtyih
6a7ed7e0d1 embedのstoreでの変更が外部タブに影響しないように・されないように 2024-06-07 19:43:09 +09:00
kakkokari-gtyih
e5415812e6 ハッシュタグTLを追加 2024-06-07 18:09:28 +09:00
kakkokari-gtyih
1ef9e584ff fix 2024-06-07 17:38:18 +09:00
kakkokari-gtyih
29033bd460 embedのbootエントリーポイントを分離 2024-06-07 16:50:13 +09:00
kakkokari-gtyih
bd0b7f90cf lint 2024-06-07 16:48:11 +09:00
kakkokari-gtyih
6fdb004d48 内部routerで遷移した場合には正規ページに転送するように 2024-06-07 16:03:30 +09:00
kakkokari-gtyih
9a61944331 embedページとして読み込まれてない場合は非embedページにリダイレクトされるように 2024-06-06 19:57:52 +09:00
kakkokari-gtyih
51366e2940 🎨 2024-06-06 19:38:29 +09:00
kakkokari-gtyih
ed0389bf60 クリップタイムラインの埋め込み 2024-06-06 19:26:05 +09:00
kakkokari-gtyih
5edbe3aace fox 2024-06-06 17:44:44 +09:00