summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* disable cypress widgets testssyuilo2023-10-191-0/+2
|
* update depssyuilo2023-10-196-500/+439
|
* New Crowdin updates (#12070)syuilo2023-10-197-9/+27
| | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Traditional)
* Update CHANGELOG.mdsyuilo2023-10-191-1/+1
|
* 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(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#12062)dependabot[bot]2023-10-1911-14/+14
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 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
* 2023.10.2-beta.2syuilo2023-10-191-1/+1
|
* Update CHANGELOG.mdsyuilo2023-10-191-0/+1
|
* enhance: nyaizeはクライアントで表示時に行うようにsyuilo2023-10-196-31/+39
| | | | 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
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-10-187-24/+114
|\
| * New Crowdin updates (#12036)syuilo2023-10-187-24/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (German) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai)
* | Update CHANGELOG.mdsyuilo2023-10-181-3/+4
|/
* 2023.10.2-beta.1syuilo2023-10-181-1/+1
|
* 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
|
* Update CHANGELOG.mdsyuilo2023-10-181-0/+1
|
* enhance(backend): improve fanout tlsyuilo2023-10-185-75/+184
| | | | | Resolve #11958 Resolve #12061
* refactor(backend): rename servicesyuilo2023-10-1813-60/+60
|
* Update about-misskey.vuesyuilo2023-10-181-0/+3
|
* Update ja-JP.yml (#12053)nryeouo2023-10-181-1/+1
| | | ポスト
* users/notesでDBから参照した際にチャンネル投稿のみ取得さ ↵taichan2023-10-182-1/+5
| | | | | | | | | | | れる問題を修正 (#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-182-2/+3
| | | | | * Fix: invalid param impressumUrl * Update CHANGELOG.md
* update depssyuilo2023-10-185-496/+527
|
* 新規にフォローした人のwithRepliesをtrueにする機能を追加 ↵anatawa122023-10-1723-23/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#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-176-70/+70
|
* refactorsyuilo2023-10-171-2/+4
|
* update depssyuilo2023-10-166-348/+358
|
* Update CHANGELOG.mdsyuilo2023-10-161-1/+1
|
* feat: サーバーサイレンス機能を追加 (#12031)まっちゃてぃー2023-10-1620-35/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1615-3/+47
| | | | Resolve #11869
* fix testsyuilo2023-10-161-2/+2
|
* fix testssyuilo2023-10-164-17/+18
|
* fix of 1fa1d31696syuilo2023-10-166-14/+12
|
* perf(backend): createdAtをidから取得するように & ↵syuilo2023-10-16171-537/+442
| | | | 無駄なDateインスタンスの生成を避けるように