summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge: Improve URL validation *FOR STABLE* (!1191)dakkar2025-07-2816-172/+481
|\
| * fix DI error in HttpRequestService.tsHazelnoot2025-07-272-2/+5
| * resolve domain names when checking for private URLsHazelnoot2025-07-273-26/+65
| * allow HTTP connections to private IPsHazelnoot2025-07-273-9/+42
| * refactor actor validation to reduce code duplicationHazelnoot2025-07-276-109/+242
| * move CaptchaError to a separate file to avoid circular import errorsHazelnoot2025-07-273-14/+23
| * add comment about validation in verify-field-link.tsHazelnoot2025-07-271-0/+1
| * remove unused console logging fallbacksHazelnoot2025-07-271-25/+5
| * use logger instead of console for uncaughtException debug linesHazelnoot2025-07-271-2/+2
| * add workarounds for node-fetch crashesHazelnoot2025-07-271-2/+20
| * fix URL errors from incorrect validation in validateActorHazelnoot2025-07-271-19/+80
| * re-use parsed URI in validateActorHazelnoot2025-07-271-2/+2
| * verify URLs in DownloadServiceHazelnoot2025-07-271-0/+4
| * use shared URL verification in verifyLinkFieldsHazelnoot2025-07-271-1/+1
| * validate all URLs before fetchHazelnoot2025-07-277-73/+101
* | merge: Fix Postgres / TypeORM errors *FOR STABLE* (!1192)Hazelnoot2025-07-271-17/+25
|\ \
| * | fix more freeze / unfreeze errors caused by TypeORM bugsHazelnoot2025-07-271-13/+19
| * | fix user suspension / unsuspension not updating cachesHazelnoot2025-07-271-0/+6
| * | fix error in UserSuspendService.freezeAll and UserSuspendService.unFreezeAll ...Hazelnoot2025-07-271-8/+4
| |/
* | merge: Fix factor scaling in rate limit *FOR STABLE* (!1194)Hazelnoot2025-07-273-12/+28
|\ \
| * | scale rate limit dripRate with factorHazelnoot2025-07-273-12/+28
| |/
* | merge: Fix link verification for actors without a url field *FOR STABLE* (!1...Hazelnoot2025-07-273-6/+12
|\ \
| * | include profile URI for link verificationHazelnoot2025-07-273-6/+12
| |/
* | merge: Fix extremely poor performance of users/report-abuse endpoint *FOR STA...Hazelnoot2025-07-273-6/+14
|\ \
| * | fix cherry-pick error: restore CacheService.findOptionalUserByIdHazelnoot2025-07-271-0/+5
| * | fix users/report-abuse endpoint being really slowHazelnoot2025-07-272-6/+9
| |/
* / bump release versiondakkar2025-07-271-1/+1
|/
* merge: disable outgoing mastodon quotes *FOR STABLE* (!1169)Hazelnoot2025-07-271-1/+2
|\
| * disable outgoing mastodon quotesHazelnoot2025-07-161-1/+2
* | merge: mark grouped notifs by oldest id - sort-of fix 1139 (!1152)dakkar2025-07-272-5/+23
|\ \
| * | sort notifications by creation timedakkar2025-07-251-1/+15
| * | mark grouped notifs by oldest id - sort-of fix 1139dakkar2025-07-031-4/+8
| |/
* / recalculate size&hash after web-optimising videosdakkar2025-07-021-2/+5
|/
* Merge branch 'develop' into release/2025.4.3dakkar2025-06-192-9/+95
|\
| * 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
* | | Merge branch 'develop' into release/2025.4.3dakkar2025-06-1911-310/+88
|\| |
| * | 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
| * | fix usage of appearNote in frontend componentsHazelnoot2025-06-184-44/+34
| |/
* / set version for release 2025.4.3dakkar2025-06-161-1/+1
|/
* 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
|\ \ | |/ |/|