summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/QueueProcessorModule.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-06-10enforce DM visibility in generateVisibilityQueryHazelnoot1-7/+9
2025-06-09fix hard-muted notes leaving extra lines on the screenHazelnoot2-2/+2
2025-06-09fix admin-user not working inside the reports uiHazelnoot2-10/+17
2025-06-09increase width of admin-user and instance-admin screens to prevent scrolling ...Hazelnoot2-2/+2
2025-06-09fix _spacer CSS on FireFoxHazelnoot1-0/+2
2025-06-09fix relations in MastodonDataService.tsHazelnoot1-8/+8
2025-06-09fix missing @bindThis in CacheServiceHazelnoot1-0/+2
2025-06-09fix mixed-up userFollowingsCache / userFollowersCacheHazelnoot2-5/+5
2025-06-09fix refactoring mistake in CacheService.tsHazelnoot1-2/+2
2025-06-09add missing comma to NoteEntityService.tsHazelnoot1-1/+1
2025-06-09accept fep-e232 "tag" quotes in objectsHazelnoot1-1/+20
2025-06-09render fep-e232 "tag" quotes in notesHazelnoot1-3/+25
2025-06-09pull out ILink interfaceHazelnoot1-2/+12
2025-06-09accept fep-044f "quote" in objectsHazelnoot1-3/+4
2025-06-09render fep-044f "quote" in notesHazelnoot1-2/+4
2025-06-09add fep-044f "quote" to context and modelHazelnoot2-0/+5
2025-06-09document cache implementationsHazelnoot1-0/+29
2025-06-09normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...Hazelnoot28-581/+816
2025-06-09implement userFollowersCacheHazelnoot2-2/+21
2025-06-09re-type userFollowingsCache to match the othersHazelnoot17-56/+47
2025-06-09move QuantumKVCache to a separate fileHazelnoot8-318/+326
2025-06-09disable caches in unit testsHazelnoot4-17/+44
2025-06-09implement no-op caches for testingHazelnoot3-15/+244
2025-06-09fix reversed isBlocking / isBlocked in UserEntityService.getRelationHazelnoot1-4/+4
2025-06-09fix single-user relation calculationsHazelnoot1-4/+4
2025-06-09fix note/user accumulation in NoteEntityService.packMany, improving performan...Hazelnoot1-25/+48
2025-06-09populate userProfile in more placesHazelnoot2-6/+21
2025-06-09use more bulk hints in NoteEntityService / UserEntityService, and run the pac...Hazelnoot7-218/+363
2025-06-09fix typo in QueryService.generateBlockQueryForUsersHazelnoot1-1/+1
2025-06-09implement CacheService.getUsers and CacheService.getUserProfilesHazelnoot1-0/+56
2025-06-09update quantum caches when a user is deletedHazelnoot1-1/+11
2025-06-09use addMany instead of setMany when populating quantum caches from DBHazelnoot1-2/+2
2025-06-09implement QuantumKVCache.add and QuantumKVCache.addManyHazelnoot2-0/+84
2025-06-09add CacheService.getUserFollowings and CacheService.getUserBlockersHazelnoot1-1/+109
2025-06-09implement QuantumKVCache.setMany and QuantumKVCache.seleteManyHazelnoot7-51/+201
2025-06-09convert many RedisKVCaches to QuantumKVCache or MemoryKVCacheHazelnoot14-127/+126
2025-06-09add ignoreRemote filter to InternalEventServiceHazelnoot2-5/+6
2025-06-09implement QuantumKVCacheHazelnoot3-0/+665
2025-06-09implement InternalEventServiceHazelnoot4-2/+207
2025-06-09don't prepend "RE:" is the CW already has itHazelnoot1-1/+1
2025-06-08fix inverted condition in resolveLocalHazelnoot1-1/+2
2025-06-07use SKUrlPreviewGroup in more placesHazelnoot7-36/+25
2025-06-07fix race conditions and bugs in pref-migrate.tsHazelnoot1-15/+18
2025-06-07integrate localStorage options into preference systemHazelnoot5-100/+118
2025-06-07fix response type of i/registry/get endpointHazelnoot2-4/+2
2025-06-07fix array length check in i/update attributionDomains parameterHazelnoot1-1/+1
2025-06-07check that detected AP object is actually a note before recording it in UrlPr...Hazelnoot1-2/+3
2025-06-07add ActivityPub representation to admin-user.vueHazelnoot6-13/+111
2025-06-07Update file th-TH.ymlAhri Enby1-0/+8
2025-06-07fix TS errors about user, info, and initHazelnoot1-38/+55