summaryrefslogtreecommitdiff
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-06-12fix indents in megalodon filesHazelnoot3-132/+171
2025-06-12update to summaly 5.2.2Hazelnoot4-19/+19
2025-06-12regen pnpm-lock.yamlHazelnoot1-184/+61
2025-06-12fix TS errors in megalodonHazelnoot1-5/+5
2025-06-12correctly separate production / development dependenciesHazelnoot4-317/+356
2025-06-12pin katex versionHazelnoot1-1/+1
2025-06-12use pnpm package alias for @transfem-org/summalyHazelnoot3-3/+3
2025-06-12use pnpm package alias for @transfem-org/sfm-jsHazelnoot32-33/+33
2025-06-12align megalodon tsconfig with the rest of the projectHazelnoot1-9/+10
2025-06-12remove unused script from megalodonHazelnoot1-11/+5
2025-06-12pcleanup dependencies:Hazelnoot17-1003/+754
2025-06-10enforce DM visibility in notes/mentionsHazelnoot1-3/+2
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-09fix type errors with JsonLdService and remove unused factory patternHazelnoot4-44/+54
2025-06-09output log messages with correct levelHazelnoot2-6/+19
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