summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge: fix(backend): Send Abuse Reports To Set Maintainer E-Mail (!1127)dakkar2025-06-192-9/+95
|\
| * refactor(backend): Remove Useless VariableLilly Schramm2025-06-181-2/+1
| * refactor(backend): Resolve Nested ConditionalsLilly Schramm2025-06-181-4/+7
| * fix(backend): Send Abuse Reports To Set Maintainer E-MailLilly Schramm2025-06-182-9/+93
* | don't publish null updated propertyHazelnoot2025-06-181-1/+1
* | fix testsHazelnoot2025-06-181-0/+2
* | fold renderUpNote into renderNoteHazelnoot2025-06-183-240/+22
* | don't allow boosts to be fetched as a note over APHazelnoot2025-06-181-1/+6
* | filter boosts out of pinned notes when federatingHazelnoot2025-06-181-1/+1
* | support boosts and edits in renderNoteOrRenoteActivityHazelnoot2025-06-183-24/+23
|/
* merge: Check privacy settings in charts/user/following (resolves #1107) (!1124)Hazelnoot2025-06-141-1/+78
|\
| * check privacy settings in charts/user/followingHazelnoot2025-06-141-1/+78
* | merge: group notifications regardless of when they happened - fix #633 (!1123)Marie2025-06-141-26/+61
|\ \ | |/ |/|
| * annotate typesdakkar2025-06-141-4/+4
| * group notifications regardless of when they happened - fix #633dakkar2025-06-141-26/+61
* | merge: Show signup reason in user admin screen (resolves #1090) (!1114)Hazelnoot2025-06-144-11/+19
|\ \
| * | fix TS errorsHazelnoot2025-06-132-1/+5
| * | show signup reason in user admin screenHazelnoot2025-06-132-10/+14
* | | merge: Don't unfollow suspended users (!1122)Hazelnoot2025-06-141-20/+64
|\ \ \
| * | | don't unfollow anyone when suspending a userHazelnoot2025-06-141-20/+64
| |/ /
* | | merge: fix some regressions due to recent merges (!1112)Marie2025-06-143-33/+10
|\ \ \
| * | | remove unused variablesdakkar2025-06-141-3/+0
| * | | fix `UserEntityService` packMany hintsdakkar2025-06-131-30/+8
| * | | avoid pushing to timelines of remote usersdakkar2025-06-132-0/+2
| |/ /
* | | merge: Don't convert empty HTML elements to MFM (resolves #982) (!1116)Hazelnoot2025-06-141-3/+9
|\ \ \
| * | | fix conversion of empty links to mfm URLHazelnoot2025-06-131-11/+12
| * | | avoid duplicating all the childNodes.length checksHazelnoot2025-06-131-48/+35
| * | | skip empty elements in MfmService.fromHtmlHazelnoot2025-06-131-25/+43
| |/ /
* | | 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: 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-131-5/+23
|\
| * add additional process exit loggersHazelnoot2025-06-121-1/+19
| * use uncaughtExceptionMonitor instead uncaughtExceptionHazelnoot2025-06-121-4/+4
* | downgrade htmlparser2 to match cheerioHazelnoot2025-06-121-2/+2
* | update to summaly 5.2.2Hazelnoot2025-06-121-1/+1
* | correctly separate production / development dependenciesHazelnoot2025-06-121-12/+11
* | use pnpm package alias for @transfem-org/summalyHazelnoot2025-06-121-1/+1
* | use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-1214-14/+14
* | pcleanup dependencies:Hazelnoot2025-06-1212-467/+406
|/
* 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