summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/git@git.in.freya.cat:sharkey (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-03use more of latest gitlab configurationdakkar8-3/+88
2026-01-03use latest gitlab-ci configurationdakkar1-63/+202
2026-01-03bump versiondakkar2-2/+2
2026-01-03use deepl authorization header.piuvas1-5/+6
2025-07-27fix DI error in HttpRequestService.tsHazelnoot2-2/+5
2025-07-27resolve domain names when checking for private URLsHazelnoot3-26/+65
2025-07-27allow HTTP connections to private IPsHazelnoot3-9/+42
2025-07-27refactor actor validation to reduce code duplicationHazelnoot6-109/+242
2025-07-27bump release versiondakkar2-2/+2
2025-07-27fix cherry-pick error: restore CacheService.findOptionalUserByIdHazelnoot1-0/+5
2025-07-27fix users/report-abuse endpoint being really slowHazelnoot2-6/+9
2025-07-27scale rate limit dripRate with factorHazelnoot3-12/+28
2025-07-27include profile URI for link verificationHazelnoot3-6/+12
2025-07-27fix more freeze / unfreeze errors caused by TypeORM bugsHazelnoot1-13/+19
2025-07-27fix user suspension / unsuspension not updating cachesHazelnoot1-0/+6
2025-07-27fix error in UserSuspendService.freezeAll and UserSuspendService.unFreezeAll ↵Hazelnoot1-8/+4
caused by TypeORM bug
2025-07-27move CaptchaError to a separate file to avoid circular import errorsHazelnoot3-14/+23
2025-07-27add comment about validation in verify-field-link.tsHazelnoot1-0/+1
2025-07-27remove unused console logging fallbacksHazelnoot1-25/+5
2025-07-27use logger instead of console for uncaughtException debug linesHazelnoot1-2/+2
2025-07-27add workarounds for node-fetch crashesHazelnoot1-2/+20
2025-07-27fix URL errors from incorrect validation in validateActorHazelnoot1-19/+80
2025-07-27re-use parsed URI in validateActorHazelnoot1-2/+2
2025-07-27verify URLs in DownloadServiceHazelnoot1-0/+4
2025-07-27use shared URL verification in verifyLinkFieldsHazelnoot1-1/+1
2025-07-27validate all URLs before fetchHazelnoot7-73/+101
2025-07-25sort notifications by creation timedakkar1-1/+15
so groups are sorted newest first according to the displayed time
2025-07-16disable outgoing mastodon quotesHazelnoot1-1/+2
2025-07-03mark grouped notifs by oldest id - sort-of fix 1139dakkar1-4/+8
Misskey's code does the same, but our groups behave differently enough that this may be not the best choice for example, let's say we have: - notifications 1-5 for reaction to note A - notifications 6-8 for reaction to note B - notifications 9-12 for reaction to note A - notification 13-19 for non-groupable events - notification 20 for reaction to note A and that events happened one every minute (so the last notification is from 20 minutes ago) client requests the most recent 10 notifications; we fetch notifications 1-10, and reply: - grouped id 6 for reactions 6-8 to note B - grouped id 10 for reactions 1-5, 9-10 to note A then the client requests 10 more notifications, untilId=10; we fetch notifications 11-20, and reply: - non-grouped notifications 13-19 - grouped id 20 for reactions 11,12,20 to note A because we sort by id, and also the `createdAt` marks the _newest_ event in each group, the client will then show: 6 reactions to note B, 6 minutes ago 4 reactions to note A, 1 minute ago notifications 13-19, 13 minutes to 19 minutes ago 3 reactions to note A, 11 minutes ago I don't know how to make this work better ☹
2025-07-02recalculate size&hash after web-optimising videosdakkar1-2/+5
2025-06-19update package list for dockerMarie1-2/+2
2025-06-18add librsvg and imagemagick to docker imageHazelnoot1-2/+2
2025-06-18refactor(backend): Remove Useless VariableLilly Schramm1-2/+1
2025-06-18refactor(backend): Resolve Nested ConditionalsLilly Schramm1-4/+7
2025-06-18fix(backend): Send Abuse Reports To Set Maintainer E-MailLilly Schramm2-9/+93
2025-06-18don't publish null updated propertyHazelnoot1-1/+1
2025-06-18fix testsHazelnoot1-0/+2
2025-06-18fold renderUpNote into renderNoteHazelnoot3-240/+22
2025-06-18don't allow boosts to be fetched as a note over APHazelnoot1-1/+6
2025-06-18filter boosts out of pinned notes when federatingHazelnoot1-1/+1
2025-06-18support boosts and edits in renderNoteOrRenoteActivityHazelnoot3-24/+23
2025-06-18fix usage of appearNote in frontend componentsHazelnoot4-44/+34
2025-06-16set version for release 2025.4.3dakkar2-2/+2
2025-06-14check privacy settings in charts/user/followingHazelnoot1-1/+78
2025-06-14annotate typesdakkar1-4/+4
2025-06-14group notifications regardless of when they happened - fix #633dakkar1-26/+61
2025-06-14remove unused variablesdakkar1-3/+0
2025-06-14don't unfollow anyone when suspending a userHazelnoot1-20/+64
2025-06-14auto-select the first page of reactions on the note "reactions" pgaeHazelnoot2-0/+10
2025-06-14hide admin secrets from the mod logHazelnoot1-2/+22