summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/processors (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge: Emit log messages with correct level (!1097)Hazelnoot2025-06-121-9/+6
|\
| * fix type errors with JsonLdService and remove unused factory patternHazelnoot2025-06-091-9/+6
* | normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...Hazelnoot2025-06-091-0/+18
|/
* more use of identifiable errors, improvements to inner error rendering, and m...Hazelnoot2025-06-065-30/+15
* normalize use of .info (INFO) instead of .succ (DONE) loggingHazelnoot2025-06-0610-19/+19
* reduce log spam from import/export processesHazelnoot2025-06-0617-78/+114
* reduce log spam from AggregateRetentionProcessorServiceHazelnoot2025-06-061-1/+1
* reduce log spam from CheckModeratorsActivityProcessorServiceHazelnoot2025-06-061-3/+3
* reduce, clarify, and normalize more error messagesHazelnoot2025-06-0617-52/+49
* add renderInlineError to serialize errors in a consistent wayHazelnoot2025-06-061-17/+2
* recognize more retryable errors when resolving actor for signature verificationHazelnoot2025-06-061-5/+4
* ensure that permanent errors always terminate the inbox jobHazelnoot2025-06-061-0/+9
* verify type of activity.actor before processing activityHazelnoot2025-06-031-8/+16
* allow user to be deleted if profile is missingHazelnoot2025-05-121-2/+2
* delete user registry itemsHazelnoot2025-05-121-1/+8
* don't sent account deletion notice until after it actually completesHazelnoot2025-05-121-11/+29
* add more manual steps to process account deletion in smaller chunksHazelnoot2025-05-121-7/+169
* delete user reactions before notesHazelnoot2025-05-121-31/+31
* fix backend lint errorsHazelnoot2025-04-021-1/+1
* lint and type fixesHazelnoot2025-04-012-3/+5
* merge upstreamHazelnoot2025-03-253-3/+5
|\
| * Fix: Don't delete remote emoji when import zip (#15674)Yuri Lee2025-03-191-0/+2
| * tweak error logsyuilo2025-02-171-2/+2
| * update deps (#15311)syuilo2025-02-151-1/+1
* | fix startup crash caused by circular reference (SWC is not compatible with fo...Hazelnoot2025-03-211-10/+8
* | support Announce(Activity) activitiesHazelnoot2025-03-211-2/+4
* | fix typo in activity signature mismatch errorHazelnoot2025-03-211-1/+1
* | delete scheduled notes when deleting account - fixes #936dakkar2025-02-241-1/+22
* | delete fetch logs when a note or user is deletedHazelnoot2025-02-161-0/+16
* | don't log slow activities, as this is known to happen under regular circumsta...Hazelnoot2025-02-161-8/+1
* | implement AP fetch logsHazelnoot2025-02-161-72/+10
* | rename activity_log and activity_context to ap_inbox_log and ap_contextHazelnoot2025-02-161-15/+15
* | fix activity duration calculationHazelnoot2025-02-161-10/+17
* | print warning when activity processing exceeds 10 seondsHazelnoot2025-02-161-0/+3
* | log inbound activity durationHazelnoot2025-02-161-2/+8
* | add inbound activity logger for debuggingHazelnoot2025-02-161-0/+102
* | fix import order in DeleteAccountProcessorService.tsHazelnoot2025-02-041-1/+1
* | add IdentifiableError.isRetryable to ensure that Identifiable Errors can stil...Hazelnoot2025-02-031-0/+8
* | merge upstream 2025-02-03Hazelnoot2025-02-035-20/+16
|\|
| * feat: 新カスタム絵文字管理画面(β)の追加 (#13473)おさむのひと2025-01-201-1/+4
| * refactor: SystemWebhook/UserWebhookの配信処理呼び出し部分の改善...おさむのひと2025-01-141-18/+8
| * enhance(backend): チャートの処理を一つずつ行うことでDBの同...かっこかり2025-01-113-33/+30
| * Merge commit from forkJulia2024-11-211-0/+2
* | use `import` configuration for media downloads in notes importerdakkar2025-01-231-2/+2
* | use `import` configuration for downloads in emoji importerdakkar2025-01-231-1/+5
* | fix scheduled replies becoming quote-boostsdakkar2025-01-011-2/+2
* | rethrow everything but non-retryable HTTP errorsdakkar2024-12-221-11/+2
* | sync charts one-at-a-time to reduce database contention and timeoutsHazelnoot2024-12-173-33/+27
* | Merge branch 'develop' into feature/2024.10dakkar2024-12-121-0/+144
|\ \
| * | Apply suggestionsMarie2024-12-091-29/+36