summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/processors (follow)
Commit message (Expand)AuthorAgeFilesLines
* enhance(backend): ActivityPub 周りで連合先から HTTP 429 Too Many Requ...riku64602024-01-063-3/+3
* enhance(backend): ActivityPub Deliver queueでBodyを事前処理するよう...MeiMei2024-01-061-1/+1
* Remove unnecessary nullish coalescing (#12058)woxtu2023-10-181-1/+1
* 新規にフォローした人のwithRepliesをtrueにする機能を追加 (...anatawa122023-10-172-5/+9
* feat: local-only antennasyuilo2023-10-162-0/+3
* perf(backend): createdAtをidから取得するように & 無駄なDateイ...syuilo2023-10-165-54/+55
* feat: improve tl performance (#11946)syuilo2023-10-034-28/+15
* feat: 通知の受信設定を強化syuilo2023-09-291-1/+1
* refactor(backend): update directory structure for modelssyuilo2023-09-207-11/+11
* update deps (#11820)syuilo2023-09-1524-24/+24
* enhance(backend): 古いアンテナを自動停止するか切り替え可...syuilo2023-09-071-6/+12
* feat: 'server' webhook payload which hold misskey server url (#11752)anatawa122023-08-211-0/+1
* refactor: prefix Mi for all entities (#11719)syuilo2023-08-1612-41/+41
* refactor(backend): Remove unused injections (#11462)woxtu2023-08-0523-141/+9
* chore: 著作権とライセンスについての情報を各ファイルに...Shun Sakai2023-07-2729-0/+145
* perf: use slacc instead of unzipper (#10780)Acid Chicken (硫酸鶏)2023-07-201-7/+11
* Fix auto-fixable issues (#11314)woxtu2023-07-192-4/+4
* fix of #11293syuilo2023-07-161-3/+3
* Export notes with file detail (#11293)CGsama2023-07-161-2/+8
* refactor: 可読性のため一部で`Array.prototype.at`を使うように (...okayurisotto2023-07-148-17/+17
* fix(backend): Remove Meilisearch index when notes are deleted (#10988)Caipira2023-07-081-0/+6
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-084-10/+10
* refactor(backend): use node16 for moduleResolution (#10938)syuilo2023-06-251-1/+3
* enhance(backend): migrate bull to bullmq (#10910)syuilo2023-05-2929-175/+117
* feat: カスタム絵文字ごとにそれをリアクションとして使...syuilo2023-05-181-0/+3
* refactorsyuilo2023-05-062-36/+43
* feat: アンテナのエクスポート・インポート (#10754)Chocolate Pie2023-05-062-0/+192
* enhance: account migration (#10592)Namekuji2023-04-302-4/+5
* enhance(backend): tweak cache of federated instancesyuilo2023-04-222-16/+4
* fix(server): Force the extention of exported file (#10630)tamaina2023-04-146-6/+6
* feat: queueing bulk follow/unfollow and block/unblock (#10544)Namekuji2023-04-1211-94/+161
* perf(backend): cache local custom emojissyuilo2023-04-061-3/+3
* fix misskey-dev/misskey-#10417 (#10418)totegamma2023-04-061-0/+4
* fix: webhook delivery content-type (#9823) (#10458)xtexChooser2023-04-051-0/+1
* enhance(backend): improve cachesyuilo2023-04-051-10/+4
* enhance(backend): improve cachesyuilo2023-04-041-5/+5
* refactor(backend): rename Cache -> MemoryCachesyuilo2023-04-041-3/+3
* perf(backend): 通知をRedisに保存するようにsyuilo2023-04-041-8/+1
* perf(backend): store notes of an antenna to redis instead of postgresqlsyuilo2023-04-031-4/+1
* enhance(backend): リモートサーバーのチャート生成を無効に...syuilo2023-03-242-4/+12
* refactor(backend): rename cache classsyuilo2023-03-241-3/+3
* enhance: 使われてないアンテナは自動停止されるようにsyuilo2023-03-201-2/+13
* enhance: カスタム絵文字にライセンス情報を付与できるよ...syuilo2023-03-161-0/+1
* refactor(backend): integrate CreateNotificationService to NotificationServicesyuilo2023-03-161-4/+4
* Update AggregateRetentionProcessorService.tssyuilo2023-03-151-0/+2
* fix: tweak retention rate aggregationsyuilo2023-03-151-7/+16
* Deliverキューに宛先がSharedInboxかどうかのフラグを追加 ( #1...CyberRex2023-03-141-1/+1
* enhance(backend): 配送先が410 Goneで応答してきた場合配送停止...CyberRex2023-03-131-0/+12
* refactor(backend): 必要ないas anyを消去 (#10293)Kisaragi2023-03-111-1/+1
* feat: Reaction acceptance (#10256)syuilo2023-03-082-1/+3