summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | implement CacheService.getUsers and CacheService.getUserProfilesHazelnoot2025-06-091-0/+56
| * | | update quantum caches when a user is deletedHazelnoot2025-06-091-1/+11
| * | | use addMany instead of setMany when populating quantum caches from DBHazelnoot2025-06-091-2/+2
| * | | implement QuantumKVCache.add and QuantumKVCache.addManyHazelnoot2025-06-092-0/+84
| * | | add CacheService.getUserFollowings and CacheService.getUserBlockersHazelnoot2025-06-091-1/+109
| * | | implement QuantumKVCache.setMany and QuantumKVCache.seleteManyHazelnoot2025-06-097-51/+201
| * | | convert many RedisKVCaches to QuantumKVCache or MemoryKVCacheHazelnoot2025-06-0914-127/+126
| * | | add ignoreRemote filter to InternalEventServiceHazelnoot2025-06-092-5/+6
| * | | implement QuantumKVCacheHazelnoot2025-06-093-0/+665
| * | | implement InternalEventServiceHazelnoot2025-06-094-2/+207
| |/ /
* | | 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
| |/ /
* / / 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