summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | convert many RedisKVCaches to QuantumKVCache or MemoryKVCacheHazelnoot2025-06-0914-127/+126
| * | add ignoreRemote filter to InternalEventServiceHazelnoot2025-06-091-3/+4
| * | implement QuantumKVCacheHazelnoot2025-06-092-0/+234
| * | implement InternalEventServiceHazelnoot2025-06-093-2/+115
| |/
* | enforce DM visibility in notes/mentionsHazelnoot2025-06-101-3/+2
* | enforce DM visibility in generateVisibilityQueryHazelnoot2025-06-101-7/+9
* | add missing comma to NoteEntityService.tsHazelnoot2025-06-091-1/+1
|/
* merge: Reduce log spam (!1004)Hazelnoot2025-06-0989-593/+802
|\
| * fix merge errorHazelnoot2025-06-061-2/+3
| * reduce log spam from ApiCallServiceHazelnoot2025-06-061-8/+10
| * reduce log spam from QueueProcessorServiceHazelnoot2025-06-063-50/+141
| * record user ID in API error logger, matching sentryHazelnoot2025-06-061-0/+1
| * don't record potentially sensitive data in API logsHazelnoot2025-06-061-2/+0
| * more use of identifiable errors, improvements to inner error rendering, and m...Hazelnoot2025-06-0632-157/+166
| * render error cause in render-inline-error.tsHazelnoot2025-06-061-8/+19
| * add more details to IdentifiableErrorsHazelnoot2025-06-068-40/+40
| * don't print massive HTTP errors in drive serviceHazelnoot2025-06-061-4/+1
| * add more details to StatusErrorsHazelnoot2025-06-064-5/+7
| * normalize use of .info (INFO) instead of .succ (DONE) loggingHazelnoot2025-06-0613-27/+27
| * 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 log spam from DownloadServiceHazelnoot2025-06-062-9/+10
| * reduce log spam from DriveServiceHazelnoot2025-06-061-15/+16
| * reduce log spam from ApDbResolverService.refetchPublicKeyForApIdHazelnoot2025-06-061-7/+12
| * reduce log spam from FileInfoServiceHazelnoot2025-06-061-4/+5
| * remove debug logger printing entire AP object to consoleHazelnoot2025-06-061-1/+0
| * reduce log spam from FetchInstanceMetadataService.tsHazelnoot2025-06-061-7/+7
| * minimize logs from node-fetch FetchErrorsHazelnoot2025-06-061-2/+2
| * record details of recursive proxy rejectionsHazelnoot2025-06-061-1/+1
| * log source URL when failing resolution for a response with missing AP IDHazelnoot2025-06-063-8/+11
| * clarify logs and reduce spam from RemoteUserResolveService.tsHazelnoot2025-06-061-38/+12
| * avoid "unhandled rejection" errors from updatePersonHazelnoot2025-06-061-3/+6
| * suppress large error messages from GotHazelnoot2025-06-061-1/+5
| * reduce, clarify, and normalize more error messagesHazelnoot2025-06-0634-97/+114
| * render condensed errors when fetching following/followers/featured/outbox/emo...Hazelnoot2025-06-061-11/+43
| * do not retry SyntaxErrorsHazelnoot2025-06-061-0/+1
| * fix lint errors in ApPersonService.tsHazelnoot2025-06-061-2/+1
| * add renderInlineError to serialize errors in a consistent wayHazelnoot2025-06-064-36/+42
| * improve retryable error detection in ApPersonService.tsHazelnoot2025-06-061-6/+11
| * remove duplicate error checking blocks from ApInboxService.tsHazelnoot2025-06-061-22/+4
| * recognize FetchError as retryableHazelnoot2025-06-061-1/+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
| * improve "condensed line" error logging in QueueProcessorService.tsHazelnoot2025-06-061-1/+15
| * fix error logs and response in drive/files/create.tsHazelnoot2025-06-061-2/+2
| * emit IdentifiableErrors from validator.tsHazelnoot2025-06-062-4/+9
* | fix inverted condition in resolveLocalHazelnoot2025-06-081-1/+2
* | fix response type of i/registry/get endpointHazelnoot2025-06-071-3/+1
* | fix array length check in i/update attributionDomains parameterHazelnoot2025-06-071-1/+1