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

4967 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
ecdf08a0ba fix migration 2023-10-21 19:56:39 +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
shiosyakeyakini
6d6ddbc35e
fix(backend) api/iの未読のお知らせにcreatedAtを追加するように修正 (#12092)
Co-authored-by: sorairo <sorairo@shiosyakeyakini.info>
2023-10-21 07:53:57 +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
4a44914bc1 fix(backend): 유저 페이지에서 이벤트를 '미래순'으로 정렬할 수 없음 2023-10-20 17:28:32 +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
df957f7afe update test 2023-10-20 13:07:08 +09:00
syuilo
b394328eb1 fix(backend): フォロ限へのリプのリプ元が(非公開)の表示のまま
Fix #12083
2023-10-20 11:58:09 +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
syuilo
d962ea3889 add timeline tests 2023-10-20 08:15:31 +09:00
syuilo
683b71fc7e add timeline tests 2023-10-20 08:13:20 +09:00
syuilo
216b20d2db fix(backend): 自分のフォロワー限定ノートがWebsoketに乗ってこない
Fix #12081
2023-10-20 08:02:32 +09:00
syuilo
6ff5bfd2bc clean up 2023-10-20 07:48:31 +09:00
NoriDev
3e5d9cc6c9 fix messaging 2023-10-20 05:08:03 +09:00
NoriDev
6a57810123 fix 51b82f7a 2023-10-20 04:55:51 +09:00
NoriDev
c7e4525650 lint 2023-10-20 04:51:16 +09:00
NoriDev
e3e969394d tweak 51b82f7a 2023-10-20 04:51:12 +09:00
caipira113
26bd0b086a
fix 2023-10-20 04:05:11 +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
かっこかり
f10ad5a556
Merge branch 'develop' into external-resources 2023-10-19 20:54:04 +09:00
syuilo
4a7c6e261a fix(backend): 管理者権限のロールを持っていても一部のAPIが使用できないことがある問題を修正 2023-10-19 20:47:23 +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
fd68fd21d1 Update cherrypick-js.api.md 2023-10-19 19:47:58 +09:00
NoriDev
6a2deeb427 enhance(backend): '내용 숨기기'로 설정된 노트의 주석도 노트 편집 기록에 표시됨 2023-10-19 19:45:08 +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
anatawa12
991fa054a6
chore: STLのdb fallbackでwithRepliesがtrueのときにすべてのリプライを除外しないように (#12075)
MiFollowingを見るのは実装コストが高いため現状実装していない

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-19 19:34:52 +09:00
A.Yamamoto
9afcdd10ed
UserLite.nameにnullが入りうるのを型で明示 (#12073)
* UserLite.nameにnullが入りうるのを型で明示

* ドキュメントの追従
2023-10-19 19:33:45 +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
anatawa12
93d3501c90
fix: replies are included even if withReplies = false in local timeline (#12074) 2023-10-19 17:29:09 +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