1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-05 02:08:56 +09:00
Commit Graph

2314 Commits

Author SHA1 Message Date
NoriDev
fa20b1837d fix 7b361224 2023-10-21 23:19:39 +09:00
NoriDev
c303f5a477 Revert "Revert "fix(frontend): Recieve Unrenote on streaming (#12079)""
This reverts commit 74ba9cae79.
2023-10-21 23:18:55 +09:00
NoriDev
74ba9cae79 Revert "fix(frontend): Recieve Unrenote on streaming (#12079)"
This reverts commit 7b361224f8.
2023-10-21 22:26:10 +09:00
NoriDev
4c6851ea4f Merge remote-branch 'misskey/master' 2023-10-21 19:31:11 +09:00
woxtu
e6873fb259
Switch avatar images that depend on the animation setting (#12097) 2023-10-21 13:31:16 +09:00
Natsuki Ikeguchi
f4970c7d2f
fix(frontend): Use opening quote in notifications (#12082)
Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
2023-10-21 07:54:28 +09:00
NoriDev
86468255bc feat: 플러그인 및 테마를 외부 사이트에서 직접 설치할 수 있음 2023-10-20 18:43:18 +09:00
NoriDev
ab1e7b4843 Merge commit 'refs/pull/12082/head' of https://github.com/misskey-dev/misskey into develop 2023-10-20 17:31:35 +09:00
NoriDev
435781b256 tweak 25c00e61 2023-10-20 17:24:29 +09:00
tar_bin
06632c7c96 PostFormのプレフィックスにVisivilityもしくはチャンネル名を表示 2023-10-20 17:24:29 +09:00
かっこかり
e204899199
Merge branch 'develop' into external-resources 2023-10-20 17:00:41 +09:00
NoriDev
9ad63423dd Merge remote-branch 'misskey/develop' 2023-10-20 16:37:29 +09:00
syuilo
42a3489bcb update deps 2023-10-20 15:46:12 +09:00
かっこかり
10f47af75c
Merge branch 'develop' into external-resources 2023-10-20 14:54:04 +09:00
syuilo
21986a2168 enhance(frontend): 投稿されてから時間が経過しているノートであることを視覚的に分かりやすく 2023-10-20 11:51:01 +09:00
syuilo
18af290b18 chore: tweak MkNotifications 2023-10-20 11:33:33 +09:00
NoriDev
c7e4525650 lint 2023-10-20 04:51:16 +09:00
Natsuki Ikeguchi
7245376df3
fix(frontend): Use opening quote in notifications
Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
2023-10-20 00:28:20 +09:00
かっこかり
48cf4e6382
Merge branch 'develop' into external-resources 2023-10-19 20:36:07 +09:00
NoriDev
75c8632ab9 Merge remote-branch 'misskey/develop' 2023-10-19 20:03:08 +09:00
syuilo
cc256f117e update deps 2023-10-19 19:51:59 +09:00
NoriDev
a8b81ee8bb tweak 526565db 2023-10-19 19:36:29 +09:00
atsuchan
7b361224f8
fix(frontend): Recieve Unrenote on streaming (#12079)
* fix(frontend): Recieve Unrenote

表示しているリノートがリノート解除されたらストリーミングで受信してすぐに消えるようにする

* fix(frontend): Recieve Unrenote lint fixing

* fix(frontend): Recieve Unrenote Decapture

Decapture忘れてたー
2023-10-19 19:36:18 +09:00
NoriDev
526565db72 enhance(frontend): 노트를 편집한 시간이 개별적으로 표시됨 2023-10-19 18:48:59 +09:00
NoriDev
34829a1549 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-10-19 18:31:48 +09:00
NoriDev
74ddde4424 enhance(frontend): 타임라인에서 새 노트가 20개 이상이면 '20+'로 표기 2023-10-19 18:30:36 +09:00
かっこかり
bad6e00395
Merge branch 'develop' into external-resources 2023-10-19 18:09:55 +09:00
syuilo
721cbe085b fix(frontend): fix of 30efd932a5 2023-10-19 17:42:19 +09:00
NoriDev
3e630f81d5 Merge remote-branch 'misskey/develop' 2023-10-19 17:19:28 +09:00
NoriDev
f47c14f086 feat: 노트 편집 시 토스트 알림을 표시하고 사운드를 재생 2023-10-19 17:05:47 +09:00
かっこかり
c219c555e7
Merge branch 'develop' into external-resources 2023-10-19 14:36:14 +09:00
syuilo
30efd932a5 enhance: nyaizeはクライアントで表示時に行うように
Resolve #12030
2023-10-19 11:42:17 +09:00
NoriDev
933ba35069 Merge remote-branch 'misskey/develop' 2023-10-18 16:20:05 +09:00
かっこかり
dade11433d
Merge branch 'develop' into external-resources 2023-10-18 11:29:31 +09:00
syuilo
52a82ac193 Update about-misskey.vue 2023-10-18 10:07:21 +09:00
syuilo
145c5c8b2b update deps 2023-10-18 09:43:59 +09:00
かっこかり
578fb2fe37
Merge branch 'develop' into external-resources 2023-10-18 02:09:23 +09:00
anatawa12
5a3c6575dd
新規にフォローした人のwithRepliesをtrueにする機能を追加 (#12048)
* feat: add defaultWithReplies to MiUser

* feat: use defaultWithReplies when creating MiFollowing

* feat: update defaultWithReplies from API

* feat: return defaultWithReplies as a part of $i

* feat(frontend): configure defaultWithReplies

* docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように

* fix: typo

* style: fix lint failure

* chore: improve UI text

* chore: make optional params of  UserFollowingService.follow() object

* chore: UserFollowingService.follow() accept withReplies

* chore: add withReplies to MiFollowRequest

* chore: process withReplies for follow request

* feat: accept withReplies on 'following/create' endpoint

* feat: store defaultWithReplies in client store

* Revert "feat: return defaultWithReplies as a part of $i"

This reverts commit f2cc4fe6

* Revert "feat: update defaultWithReplies from API"

This reverts commit 95e3cee6

* Revert "feat: add defaultWithReplies to MiUser"

This reverts commit 9f5ab14d7063532de2b049bc2ed40a15658168f5.

* feat: configuring withReplies in import-following

* feat(frontend): configure withReplies

* fix(frontend): incorrectly showRepliesToOthersInTimeline can be shown

* fix(backend): withReplies of following/create not working

* fix(frontend): importFollowing error

* fix: withReplies is not working with follow import

* fix(frontend): use v-model

* style: fix lint

---------

Co-authored-by: Sayamame-beans <61457993+sayamame-beans@users.noreply.github.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2023-10-17 20:56:17 +09:00
NoriDev
c4b987898c Merge remote-branch 'misskey/develop' 2023-10-17 17:23:11 +09:00
かっこかり
1635a466f0
Merge branch 'develop' into external-resources 2023-10-17 17:18:37 +09:00
NoriDev
29fdc6d0d4 tweak 94d8c208 2023-10-17 16:27:00 +09:00
NoriDev
e6e3b0c9f4 enhance(frontend): 후원 버튼의 디자인 개선 2023-10-17 16:24:32 +09:00
NoriDev
d7537caf0f tweak 94d8c208 2023-10-17 16:22:34 +09:00
syuilo
e9db0680c4 update deps 2023-10-17 09:04:17 +09:00
かっこかり
d5ac685a69
Merge branch 'develop' into external-resources 2023-10-16 20:18:11 +09:00
syuilo
9338ab461e update deps 2023-10-16 20:13:05 +09:00
まっちゃてぃー
5efd01ba70
feat: サーバーサイレンス機能を追加 (#12031)
* feat : サーバーサイレンスを追加

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update locale

* Update instance-info.vue

* update misskey-js.api.md

* lint fix

* migration fix

* 既存のものを使うように

* fix

* 色々直した

* Update packages/frontend/src/pages/admin/instance-block.vue

* Update packages/frontend/src/pages/admin/instance-block.vue

* Update packages/frontend/src/components/MkInstanceCardMini.vue

* Update packages/backend/src/core/entities/InstanceEntityService.ts

* Update packages/backend/src/core/entities/InstanceEntityService.ts

* Update packages/backend/src/core/entities/InstanceEntityService.ts

* Update packages/backend/src/core/UserFollowingService.ts

* Update packages/backend/src/core/UserFollowingService.ts

* fix: サイレンスされてるサーバーからの投稿は全部ホームにする

* fix: undefinedでfalseを返すようにした

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-16 20:11:27 +09:00
かっこかり
03b37388e9
Merge branch 'develop' into external-resources 2023-10-16 20:10:26 +09:00
NoriDev
eeeea83a1e fix 94d8c208 2023-10-16 19:07:20 +09:00
NoriDev
e0807e838b fix 066da619 2023-10-16 18:38:42 +09:00