| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
ノート作成時のアンテナ追加パフォーマンスを改善
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* wrap follow/unfollow and block/unblock as job queue
* create import job to follow in each iteration
* make relationship jobs concurrent
* replace to job queue if called repeatedly
* use addBulk to import
* omit stream when importing
* fix job caller
* use ThinUser instead of User to reduce redis memory consumption
* createImportFollowingToDbJobの呼び出し方を変える, 型補強
* Force ThinUser
* オブジェクト操作のみのメソッド名はgenerate...Data
* Force ThinUser in generateRelationshipJobData
* silent bulk unfollow at admin api endpoint
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
| | |
|
| |
|
|
| |
Fix #10574
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* sw: なんかいろいろ
* remove debug code
* never renotify
* update changelog.md
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add channel search
* move channel search to channel list page
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com>
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
Co-authored-by: xianon <xianon@hotmail.co.jp>
Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com>
Co-authored-by: YS <47836716+yszkst@users.noreply.github.com>
Co-authored-by: Khsmty <me@khsmty.com>
Co-authored-by: Soni L <EnderMoneyMod@gmail.com>
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com>
Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com>
|
| |
|
|
| |
を修正 (#10573)
|
| |
|
|
|
|
| |
アンテナのノート、チャンネルのノート、通知が正常に作成できないことがある問題を修正
Fix #10482
|
| | |
|
| |
|
|
| |
ストリーミングのLTLチャンネルでサーバー側にエラーログが出るのを修正
|
| |
|
|
|
|
| |
連合しているインスタンスについて予期せず配送が全て停止されることがある問題を修正
Fix #10499
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(#10529)
* fix(server): リアクションできない問題をとりあえず修正
Fix #10502
* Update packages/backend/src/core/CustomEmojiService.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
| |
|
|
| |
通知読み込みでエラーが発生する場合がある問題を修正
|
| |
|
|
| |
(#10539)
|
| |
|
|
|
|
|
|
|
| |
IdService.parseを全てのidタイプに対応させるように (#10533)
* wip fix-id
* :v:
* fix import
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
| |
Resolve #10205
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add Move activity
* add endpoint to move from local to remote
* follow move activity coming to inbox
* fix move endpoint
* add known-as endpoint to create account alias
* add migration page
* add route to migration page
* add move and known-as endpoints
* fix dependnecies error
* fix new endpoints
* fix move activity id
* fix refollow
* add movedToUri and alsoKnownAs to api
* fix moveToUri indicator
* fix missing context
* add chengelog
* rename MkMoved to MkAccountMoved
* add missing semicolon
* fix targetUri
* fix followings query
* remove redundant null check
|
| |
|
|
|
|
| |
Redisにチャンネル投稿がない場合はDBから持ってくるように
Fix #10473
|
| |
|
|
| |
#10495
|
| |
|
|
| |
This reverts commit cb39db100aefd0d174567a186f9f37ffb95a2680.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
#10439
|
| | |
|
| | |
|
| |
|
|
| |
ジョブキュー用Redisを別サーバーに分離できるように
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|