summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | merge: Hide admin secrets from the mod log (resolves #44) (!1120)Marie2025-06-141-2/+22
| |\ \ \
| | * | | hide admin secrets from the mod logHazelnoot2025-06-141-2/+22
| | |/ /
| * | | merge: Fix broken CSS in instance-info (!1118)Marie2025-06-141-4/+1
| |\ \ \
| | * | | fix broken CSS in instance-info caused by leftover codeHazelnoot2025-06-131-4/+1
| | |/ /
| * | | merge: Fix "reply" indicator showing on a separate line in Misskey note style...Marie2025-06-146-47/+53
| |\ \ \
| | * | | copy changes to MkSubNoteContent and welcome.timeline.noteHazelnoot2025-06-132-6/+12
| | * | | copy changes to MkNote and EmNoteDetailedHazelnoot2025-06-132-25/+26
| | * | | 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
| | |/
| * | merge: Throw S3 errors to prevent silent failures (resolves #697) (!1115)dakkar2025-06-141-25/+19
| |\ \ | | |/ | |/|
| | * 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-1350-1336/+1030
| |\ \
| | * | downgrade htmlparser2 to match cheerioHazelnoot2025-06-122-27/+17
| | * | correct MFM import in new/modified componentsHazelnoot2025-06-122-2/+2
| | * | regenerate lockfile to fix merge conflictsHazelnoot2025-06-121-0/+3
| | * | fix indents in megalodon filesHazelnoot2025-06-123-132/+171
| | * | update to summaly 5.2.2Hazelnoot2025-06-124-19/+19
| | * | regen pnpm-lock.yamlHazelnoot2025-06-121-184/+61
| | * | fix TS errors in megalodonHazelnoot2025-06-121-5/+5
| | * | correctly separate production / development dependenciesHazelnoot2025-06-124-317/+356
| | * | 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-1217-1003/+754
| | |/
| * | 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-1267-677/+2678
| |\ \ \
| | * | | 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
| | * | | document cache implementationsHazelnoot2025-06-091-0/+29
| | * | | normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...Hazelnoot2025-06-0928-581/+816