summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Feat: ↵かっこかり2023-10-2112-158/+674
| | | | | | | | | | | | | | | | | 外部サイトからテーマ・プラグインのインストールができるように (#12034) * Feat: 外部サイトからテーマ・プラグインのインストールができるように * Update Changelog * Change Changelog * Remove unnecessary imports * Update fetch-external-resources.ts * Update CHANGELOG.md * Update CHANGELOG.md
* すべてのフォロー中の人のwithRepliesを変える機能 (#12049)anatawa122023-10-214-0/+71
| | | | | | | | | * feat: endpoint to update all following * feat(frontend): change show replies for all * docs(changelog): すでにフォローしたすべての人の返信をTLに追加できるように * fix: cancel not working
* プロフィールのURL認証をrel=meで可能に (#12100)CyberRex2023-10-211-2/+6
|
* feat: Avatar decoration (#12096)syuilo2023-10-2136-19/+880
| | | | | | | | | | | * wip * Update ja-JP.yml * Update profile.vue * .js * Update home.test.ts
* Switch avatar images that depend on the animation setting (#12097)woxtu2023-10-211-2/+8
|
* fix(frontend): Use opening quote in notifications (#12082)Natsuki Ikeguchi2023-10-211-0/+6
| | | Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
* fix(backend) ↵shiosyakeyakini2023-10-211-1/+5
| | | | | api/iの未読のお知らせにcreatedAtを追加するように修正 (#12092) Co-authored-by: sorairo <sorairo@shiosyakeyakini.info>
* update depssyuilo2023-10-202-21/+21
|
* update testsyuilo2023-10-201-0/+2
|
* fix(backend): ↵syuilo2023-10-202-2/+16
| | | | | | フォロ限へのリプのリプ元が(非公開)の表示のまま Fix #12083
* enhance(frontend): ↵syuilo2023-10-203-3/+14
| | | | 投稿されてから時間が経過しているノートであることを視覚的に分かりやすく
* chore: tweak MkNotificationssyuilo2023-10-201-1/+1
|
* add timeline testssyuilo2023-10-201-0/+20
|
* add timeline testssyuilo2023-10-201-0/+20
|
* fix(backend): ↵syuilo2023-10-203-8/+14
| | | | | | 自分のフォロワー限定ノートがWebsoketに乗ってこない Fix #12081
* clean upsyuilo2023-10-204-29/+2
|
* fix(backend): ↵syuilo2023-10-191-1/+2
| | | | 管理者権限のロールを持っていても一部のAPIが使用できないことがある問題を修正
* update depssyuilo2023-10-194-52/+52
|
* fix(frontend): Recieve Unrenote on streaming (#12079)atsuchan2023-10-193-1/+11
| | | | | | | | | | | * fix(frontend): Recieve Unrenote 表示しているリノートがリノート解除されたらストリーミングで受信してすぐに消えるようにする * fix(frontend): Recieve Unrenote lint fixing * fix(frontend): Recieve Unrenote Decapture Decapture忘れてたー
* chore: STLのdb ↵anatawa122023-10-191-9/+11
| | | | | | | fallbackでwithRepliesがtrueのときにすべてのリプライを除外しないように (#12075) MiFollowingを見るのは実装コストが高いため現状実装していない Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* UserLite.nameにnullが入りうるのを型で明示 (#12073)A.Yamamoto2023-10-192-2/+2
| | | | | * UserLite.nameにnullが入りうるのを型で明示 * ドキュメントの追従
* fix(frontend): fix of 30efd932a5syuilo2023-10-191-1/+1
|
* fix: replies are included even if withReplies = false in local timeline (#12074)anatawa122023-10-191-0/+12
|
* fix(backend): Redisがからのときにhybrid-timelineにwithReplies = ↵syuilo2023-10-191-0/+2
| | | | | | trueでアクセスするとSQLのシンタックスエラーになる Fix #12064
* enhance: nyaizeはクライアントで表示時に行うようにsyuilo2023-10-195-30/+37
| | | | Resolve #12030
* refactor and perf tweaksyuilo2023-10-191-1/+2
|
* chore: disable debug log of fastifysyuilo2023-10-191-1/+1
|
* fix(backend): fix of 1671575d5dsyuilo2023-10-192-5/+5
|
* perf(backend): ↵syuilo2023-10-1913-23/+103
| | | | ノートのリアクション情報をキャッシュすることでDBへのクエリを削減
* perf(backend): improve my reaction population performancesyuilo2023-10-191-5/+4
|
* refactorsyuilo2023-10-197-7/+7
|
* perf(backend): reduce needless populateMyReaction callssyuilo2023-10-198-15/+29
|
* update testsyuilo2023-10-181-1/+1
|
* fix of 6cc02fee99syuilo2023-10-182-4/+23
|
* enhance(backend): improve fanout tl for stlsyuilo2023-10-181-33/+101
|
* fix(backend): fix admin/get-user-ips errorsyuilo2023-10-181-1/+1
|
* enhance(backend): improve fanout tlsyuilo2023-10-184-75/+182
| | | | | Resolve #11958 Resolve #12061
* refactor(backend): rename servicesyuilo2023-10-1813-60/+60
|
* Update about-misskey.vuesyuilo2023-10-181-0/+3
|
* users/notesでDBから参照した際にチャンネル投稿のみ取得さ ↵taichan2023-10-181-1/+4
| | | | | | | | | | | れる問題を修正 (#12056) * fix(backend): ユーザーのノート取得でDBにfallbackした際にチャンネルノートのみになる * Update CHANGELOG --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Remove unnecessary nullish coalescing (#12058)woxtu2023-10-1812-20/+19
|
* fix: `admin/update-meta` が保存できない (#12057)かっこかり2023-10-181-2/+2
| | | | | * Fix: invalid param impressumUrl * Update CHANGELOG.md
* update depssyuilo2023-10-182-27/+27
|
* 新規にフォローした人のwithRepliesをtrueにする機能を追加 ↵anatawa122023-10-1720-23/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#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>
* update depssyuilo2023-10-174-7/+7
|
* refactorsyuilo2023-10-171-2/+4
|
* update depssyuilo2023-10-163-24/+24
|
* feat: サーバーサイレンス機能を追加 (#12031)まっちゃてぃー2023-10-1616-32/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* fix testsyuilo2023-10-161-0/+1
|
* feat: local-only antennasyuilo2023-10-1614-2/+46
| | | | Resolve #11869