summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create 1680931179228-account-move.jssyuilo2023-04-081-0/+17
|
* chore: use for instead of forEachsyuilo2023-04-081-4/+4
|
* feat: account migration (#10507)Namekuji2023-04-0814-55/+534
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* enhance(backend): ↵syuilo2023-04-081-24/+43
| | | | | | Redisにチャンネル投稿がない場合はDBから持ってくるように Fix #10473
* fix(test): disable remote user testssyuilo2023-04-071-0/+6
| | | | #10495
* Revert "test"syuilo2023-04-071-1/+1
| | | | This reverts commit cb39db100aefd0d174567a186f9f37ffb95a2680.
* testsyuilo2023-04-071-1/+1
|
* fix(backend): restore date properly of federated instance cachesyuilo2023-04-071-1/+9
|
* perf(backend): improve cache of federated instancessyuilo2023-04-072-18/+22
|
* enhance(backend): tweak cache of rolesyuilo2023-04-071-2/+2
| | | | #10439
* perf(backend): improve cache of instance of usersyuilo2023-04-071-7/+10
|
* typosyuilo2023-04-071-4/+4
|
* feat(backend): ↵syuilo2023-04-072-6/+17
| | | | ジョブキュー用Redisを別サーバーに分離できるように
* feat(backend): イベント用Redisを別サーバーに分離できるようにsyuilo2023-04-0710-51/+64
|
* perf(backend): reduce db querysyuilo2023-04-071-1/+1
|
* update depssyuilo2023-04-061-23/+23
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-061-0/+2
|\
| * perf(backend): prevent emit needless db queriessyuilo2023-04-061-0/+2
| |
* | perf(backend): cache avatar and banner url to dbsyuilo2023-04-0628-183/+126
|/
* perf(backend): reduce db querysyuilo2023-04-061-1/+7
|
* fix(backend): fix pack of notification behavioursyuilo2023-04-061-3/+7
|
* fixsyuilo2023-04-061-1/+1
|
* perf(backend): cache local custom emojissyuilo2023-04-0620-310/+335
|
* refactorsyuilo2023-04-061-2/+2
|
* perf(backend): reduce db querysyuilo2023-04-061-4/+7
|
* fix misskey-dev/misskey-#10417 (#10418)totegamma2023-04-061-0/+4
|
* fix: 通知インジケータが光りっぱなしになる問題を修正 ↵tamaina2023-04-062-4/+5
| | | | | | | | | | | (#10483) * fix(misskey-js): ストリームがstringで送信される場合があるのを修正 * pnpm run api * force read notification * fix competition
* fix: webhook delivery content-type (#9823) (#10458)xtexChooser2023-04-051-0/+1
| | | | | | | | | | | | | | | | * fix: webhook delivery content-type (#9823) * style: indent * Update packages/backend/src/queue/processors/WebhookDeliverProcessorService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * style: trailing comma --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fixsyuilo2023-04-052-6/+21
|
* fixsyuilo2023-04-052-1/+1
|
* enhance(backend): improve userkeypair cachesyuilo2023-04-055-22/+32
|
* add notesyuilo2023-04-051-0/+1
|
* enhance(backend): improve cachesyuilo2023-04-0532-447/+263
|
* enhance(backend): チャンネルの既読管理を削除syuilo2023-04-056-89/+6
| | | | | | - 現状上手く機能していない - パフォーマンス上の理由 - 実装するにしてももっと効率的な方法がある
* enhance(backend): improve cachesyuilo2023-04-0421-89/+184
|
* refactor(backend): rename Cache -> MemoryCachesyuilo2023-04-0415-54/+54
|
* perf(backend): 通知をRedisに保存するようにsyuilo2023-04-0420-448/+174
| | | | Resolve #10168
* add notessyuilo2023-04-031-0/+2
|
* perf(backend): store notes of an antenna to redis instead of postgresqlsyuilo2023-04-0313-179/+62
| | | | Resolve #10169
* perf(backend): cache timeline of a channel to redissyuilo2023-04-034-4/+53
|
* enhance(server): 動画サムネイルの縦の長さを最大422pxにするtamaina2023-04-021-1/+1
| | | | | Related to #10149 Related to #10450
* feat: チャンネルにノートをピン留めできるようにsyuilo2023-03-3111-56/+54
| | | | Resolve #7740
* feat: チャンネルをお気に入りに登録できるようにsyuilo2023-03-3113-2/+280
| | | | Resolve #10097
* use workspace:*, use pnpm@8.1.0tamaina2023-03-301-1/+1
|
* lint fixsyuilo2023-03-301-1/+1
|
* update depssyuilo2023-03-302-41/+41
|
* chore: integrate misskey-js as a workspace item (git subtree) (#10409)Kagami Sascha Rosylight2023-03-301-1/+1
| | | | | * Additional changes for the merge * api-misskey-js
* regionが空文字列のときはundefinedとする (#10410)YS2023-03-251-1/+1
|
* Revert "Additional changes for the merge"Kagami Sascha Rosylight2023-03-251-1/+1
| | | | This reverts commit efb5e1d1cc95b373b00cf2fedfc5b3bd745a1753.
* Additional changes for the mergeKagami Sascha Rosylight2023-03-251-1/+1
|