summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-079-49/+55
|
* perf(backend): reduce db querysyuilo2023-04-071-1/+1
|
* 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-0627-183/+109
|/
* 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-0420-87/+182
|
* refactor(backend): rename Cache -> MemoryCachesyuilo2023-04-0415-54/+54
|
* perf(backend): 通知をRedisに保存するようにsyuilo2023-04-0419-448/+163
| | | | Resolve #10168
* add notessyuilo2023-04-031-0/+2
|
* perf(backend): store notes of an antenna to redis instead of postgresqlsyuilo2023-04-0312-179/+52
| | | | 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-3110-56/+43
| | | | Resolve #7740
* feat: チャンネルをお気に入りに登録できるようにsyuilo2023-03-3112-2/+259
| | | | Resolve #10097
* lint fixsyuilo2023-03-301-1/+1
|
* update depssyuilo2023-03-301-1/+1
|
* regionが空文字列のときはundefinedとする (#10410)YS2023-03-251-1/+1
|
* enhance(backend): ↵syuilo2023-03-2410-20/+67
| | | | リモートサーバーのチャート生成を無効にするオプションを追加
* enhance(backend): use :heart: for reaction fallbacksyuilo2023-03-244-19/+4
|
* enhance of f01e6ef6bfsyuilo2023-03-241-1/+5
|
* perf(backend): ↵syuilo2023-03-241-8/+10
| | | | ドライブのチャートはローカルユーザーのみ生成するように
* refactorsyuilo2023-03-241-1/+1
|
* refactor(backend): rename cache classsyuilo2023-03-2415-52/+137
|
* fix(server): 空のアンテナが作成できるのを修正syuilo2023-03-241-1/+1
|
* enhance(backend): ↵syuilo2023-03-245-4/+27
| | | | リモートユーザーのチャート生成を無効にするオプションを追加
* enhance: ↵syuilo2023-03-232-1/+19
| | | | | | コンディショナルロールの条件に「投稿数が~以下」「投稿数が~以上」を追加 Resolve #10395
* bump aws-sdk to v3 for s3 (#10363)YS2023-03-232-45/+69
| | | | | * indent * aws-sdk v3移行
* fix(backend): ↵syuilo2023-03-221-6/+6
| | | | | | 絵文字を編集すると保存できないことがある問題を修正 Fix #10384
* feat: queue force promote (#10370)CyberRex2023-03-223-0/+58
| | | | | | | * feat: queue force promote * Update CHANGELOG.md * small fix