summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | remove "RN:" link from NoteDetailed for consistency with other Note componentsHazelnoot2025-06-132-2/+0
| * | | place "reply" indicator on same line as note bodyHazelnoot2025-06-131-14/+15
| |/ /
* | | merge: Set X-Robots-Tag to disable indexing API endpoints (resolves #756) (!1...dakkar2025-06-145-0/+23
|\ \ \ | |_|/ |/| |
| * | set X-Robots-Tag to disable indexing API endpointsHazelnoot2025-06-135-0/+23
| |/
* / throw S3 errors to prevent silent failuresHazelnoot2025-06-131-25/+19
|/
* merge: Fix uncaught exception hooks and add more shutdown logging. (!1111)dakkar2025-06-135-9/+27
|\
| * add additional process exit loggersHazelnoot2025-06-121-1/+19
| * use uncaughtExceptionMonitor instead uncaughtExceptionHazelnoot2025-06-125-8/+8
* | merge: Consolidate duplicate HTML/XML parser libraries (!1083)Hazelnoot2025-06-1348-734/+679
|\ \
| * | downgrade htmlparser2 to match cheerioHazelnoot2025-06-121-2/+2
| * | correct MFM import in new/modified componentsHazelnoot2025-06-122-2/+2
| * | fix indents in megalodon filesHazelnoot2025-06-123-132/+171
| * | update to summaly 5.2.2Hazelnoot2025-06-123-3/+3
| * | fix TS errors in megalodonHazelnoot2025-06-121-5/+5
| * | correctly separate production / development dependenciesHazelnoot2025-06-122-14/+13
| * | pin katex versionHazelnoot2025-06-121-1/+1
| * | use pnpm package alias for @transfem-org/summalyHazelnoot2025-06-123-3/+3
| * | use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-1232-33/+33
| * | align megalodon tsconfig with the rest of the projectHazelnoot2025-06-121-9/+10
| * | remove unused script from megalodonHazelnoot2025-06-121-11/+5
| * | pcleanup dependencies:Hazelnoot2025-06-1216-538/+450
| |/
* | merge: Make defederation rocket use theme colors. (!1109)Marie2025-06-131-1/+1
|\ \ | |/ |/|
| * make defederation rocket use theme colors.piuvas2025-06-121-1/+1
* | merge: Emit log messages with correct level (!1097)Hazelnoot2025-06-125-45/+68
|\ \
| * | fix type errors with JsonLdService and remove unused factory patternHazelnoot2025-06-094-44/+54
| * | output log messages with correct levelHazelnoot2025-06-092-6/+19
* | | merge: Implement basic support for fep-e232 and fep-044f quotes (resolves #10...Hazelnoot2025-06-124-11/+70
|\ \ \
| * | | accept fep-e232 "tag" quotes in objectsHazelnoot2025-06-091-1/+20
| * | | render fep-e232 "tag" quotes in notesHazelnoot2025-06-091-3/+25
| * | | pull out ILink interfaceHazelnoot2025-06-091-2/+12
| * | | accept fep-044f "quote" in objectsHazelnoot2025-06-091-3/+4
| * | | render fep-044f "quote" in notesHazelnoot2025-06-091-2/+4
| * | | add fep-044f "quote" to context and modelHazelnoot2025-06-092-0/+5
| |/ /
* | | merge: Avoid more N+1 queries in NoteEntityService and UserEntityService (!1099)Hazelnoot2025-06-1266-677/+2649
|\ \ \
| * | | fix relations in MastodonDataService.tsHazelnoot2025-06-091-8/+8
| * | | fix missing @bindThis in CacheServiceHazelnoot2025-06-091-0/+2
| * | | fix mixed-up userFollowingsCache / userFollowersCacheHazelnoot2025-06-092-5/+5
| * | | fix refactoring mistake in CacheService.tsHazelnoot2025-06-091-2/+2
| * | | normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...Hazelnoot2025-06-0928-581/+816
| * | | implement userFollowersCacheHazelnoot2025-06-092-2/+21
| * | | re-type userFollowingsCache to match the othersHazelnoot2025-06-0917-56/+47
| * | | move QuantumKVCache to a separate fileHazelnoot2025-06-098-318/+326
| * | | disable caches in unit testsHazelnoot2025-06-094-17/+44
| * | | implement no-op caches for testingHazelnoot2025-06-093-15/+244
| * | | fix reversed isBlocking / isBlocked in UserEntityService.getRelationHazelnoot2025-06-091-4/+4
| * | | fix single-user relation calculationsHazelnoot2025-06-091-4/+4
| * | | fix note/user accumulation in NoteEntityService.packMany, improving performan...Hazelnoot2025-06-091-25/+48
| * | | populate userProfile in more placesHazelnoot2025-06-092-6/+21
| * | | use more bulk hints in NoteEntityService / UserEntityService, and run the pac...Hazelnoot2025-06-097-218/+363
| * | | fix typo in QueryService.generateBlockQueryForUsersHazelnoot2025-06-091-1/+1