summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | implement QuantumKVCacheHazelnoot2025-06-093-0/+665
| | * | | implement InternalEventServiceHazelnoot2025-06-094-2/+207
| | |/ /
| * | | merge: Enforce DM visibility in generateVisibilityQuery (!1108)Hazelnoot2025-06-112-10/+11
| |\ \ \
| | * | | enforce DM visibility in notes/mentionsHazelnoot2025-06-101-3/+2
| | * | | enforce DM visibility in generateVisibilityQueryHazelnoot2025-06-101-7/+9
| |/ / /
| * | | merge: Fix admin-user / instance-info styling and broken controls (!1106)Hazelnoot2025-06-105-12/+21
| |\ \ \
| | * | | fix admin-user not working inside the reports uiHazelnoot2025-06-092-10/+17
| | * | | increase width of admin-user and instance-admin screens to prevent scrolling ...Hazelnoot2025-06-092-2/+2
| | * | | fix _spacer CSS on FireFoxHazelnoot2025-06-091-0/+2
| | |/ /
| * | | merge: Fix hard-muted notes leaving extra lines on the screen (!1107)Hazelnoot2025-06-092-2/+2
| |\ \ \
| | * | | fix hard-muted notes leaving extra lines on the screenHazelnoot2025-06-092-2/+2
| | |/ /
| * | | merge: Don't prepend "RE:" if the CW already has it (!1104)Hazelnoot2025-06-091-1/+1
| |\ \ \
| | * | | don't prepend "RE:" is the CW already has itHazelnoot2025-06-091-1/+1
| | |/ /
| * | | merge: Add missing comma to NoteEntityService.ts (!1105)Hazelnoot2025-06-091-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | add missing comma to NoteEntityService.tsHazelnoot2025-06-091-1/+1
| |/ /
| * | merge: Reduce log spam (!1004)Hazelnoot2025-06-09113-626/+909
| |\ \
| | * | 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-0633-157/+241
| | * | 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
| | * | reduce log spam from SkNoteTranslationHazelnoot2025-06-061-1/+0
| | * | remove debug logger printing entire AP object to consoleHazelnoot2025-06-061-1/+0
| | * | reduce frontend log spam from debug messagesHazelnoot2025-06-0622-32/+32
| | * | 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