summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/QueueProcessorModule.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-27Fix linter issueJulia Johannesen1-1/+1
2025-04-27Use published summalyJulia Johannesen1-22/+22
2025-04-27Update versionJulia Johannesen2-2/+2
2025-04-27Update summalyJulia Johannesen7-116/+62
2025-04-27Security fixesJulia Johannesen14-26/+56
2025-04-21fix typo in contributing.piuvas1-1/+1
2025-04-20remove redundant sql query.piuvas1-9/+0
2025-04-20requested changes.piuvas1-1/+1
2025-04-20remove fortnite.piuvas1-1/+0
2025-04-20requested changes to verifyFieldLinkspiuvas3-52/+34
2025-04-20add merge guide for verifyLink.piuvas1-0/+1
2025-04-20fix: Sharkey's logo is missingZlendy2-1/+1
2025-04-19make link detection slightly more performant.piuvas1-2/+2
2025-04-19verify links in remote profiles.piuvas1-0/+27
2025-04-19refactor link verification.piuvas2-1/+44
2025-04-15fix: friendlycaptcha always failingMarie1-1/+1
2025-04-11docs: Add usage example of "customHtml.head" to ".config/example.yml"Zlendy1-0/+8
2025-04-11feat: Allow injection of raw HTML strings inside <head>Zlendy3-0/+15
2025-04-11Update 2 filesMarie2-3/+3
2025-04-06display announcement text as mfm blockdakkar1-1/+1
2025-04-06upd: add `deleteThisAccountConfirm`Marie4-2/+7
2025-03-29track the number of concurrent requests to redis, and bypass if the request i...Hazelnoot2-59/+123
2025-03-29fix wsmessage rate limit definitionHazelnoot1-1/+2
2025-03-28increase limits on WS note subscriptions and cached notesHazelnoot1-2/+2
2025-03-28SkRateLimiterService revision 3: cache lockouts in memory to avoid redis callsHazelnoot2-1/+65
2025-03-28limit the number of active connections per client, and limit upgrade requests...Hazelnoot1-18/+52
2025-03-28avoid duplicate channels in WS connectionHazelnoot1-10/+18
2025-03-28avoid leaking cached notes in WS connectionHazelnoot1-11/+11
2025-03-28make sure that note subscriptions can't stay above limitHazelnoot1-5/+3
2025-03-28clear subscriptions when connection closesHazelnoot1-0/+7
2025-03-28limit the number of note subscriptions per connectionHazelnoot1-6/+19
2025-03-28close websocket when rate limit exceededHazelnoot1-22/+7
2025-03-28convert streaming rate limit to bucketHazelnoot1-21/+14
2025-03-27fix megalodon testsHazelnoot1-2/+6
2025-03-27Ignore notifications that reference missing notesHazelnoot3-3/+22
2025-03-27use exclusive ranges in api/i/notifications and /api/v1/notificationsHazelnoot1-2/+2
2025-03-27strip "@." from local reaction namesHazelnoot1-2/+15
2025-03-27convert notification types in mastodon APIHazelnoot7-41/+84
2025-03-27don't render CW as HTML for mastodonHazelnoot1-4/+2
2025-03-27fix reaction emoji mapping in mastodon APIHazelnoot1-5/+9
2025-03-27hide sensitive content from Discord previewsHazelnoot1-0/+6
2025-03-27render profile bios in masto APIHazelnoot1-1/+4
2025-03-27fixes to CW and quote conversion for mastodonHazelnoot2-11/+34
2025-03-27handle errors in mastodon search endpointsHazelnoot1-0/+33
2025-03-27improve mastodon API error handlingHazelnoot1-45/+43
2025-03-27rename MastodonConverters.ts to matching naming schemeHazelnoot10-18/+18
2025-03-27add additional required CORS headers for masto-api requestsHazelnoot1-0/+15
2025-03-27enable local timeline in Phanpy clientsHazelnoot1-1/+1
2025-03-27support reactions in mastodon APIHazelnoot8-54/+82
2025-03-27remove unused async from toMastoApiHtml / fromMastoApiHtmlHazelnoot2-37/+37