summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/QueueProcessorService.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-22reduce inbox log spam when fetching blocked / unavailable notesHazelnoot1-4/+8
2024-11-22fetch target note of Like(Note) activitiesHazelnoot1-1/+4
2024-11-20don't generate URL previews for blocked domainsHazelnoot1-0/+14
2024-11-20verify that preview URL is validHazelnoot1-1/+1
2024-11-20fix lint errors in UrlPreviewServiceHazelnoot1-3/+3
2024-11-20allow Update activities for non-note postsHazelnoot1-1/+1
2024-11-20fix exception handling for Undo activitiesHazelnoot1-1/+1
2024-11-20fix exception handling for Announce activitiesHazelnoot1-1/+1
2024-11-20fix exception handling for Like activitiesHazelnoot1-3/+7
2024-11-20fix import-order in ApInboxServiceHazelnoot1-1/+1
2024-11-20reduce log spam from chartsHazelnoot2-4/+11
2024-11-20quote all symbols in hellspawn upgrade scriptHazelnoot1-6/+6
2024-11-20remove duplicate `isPureRenote` methodHazelnoot2-10/+3
2024-11-20add script to fix hellspawnsHazelnoot1-0/+33
2024-11-20ignore `isNSFW` for pure renotesHazelnoot2-2/+16
2024-11-20replace `console.error` with `this.logger.error` (merge error)Hazelnoot1-2/+2
2024-11-20further reduce log spam from `updateFeatured` errorsHazelnoot1-15/+11
2024-11-20reduce log spam from `updateFeatured`Hazelnoot1-2/+15
2024-11-20respect pinned note limit for remote usersHazelnoot1-1/+2
2024-11-20preserve the raw URI in parseUriHazelnoot1-2/+3
2024-11-20Bump develop versionJulia Johannesen1-1/+1
2024-11-20Fix `.punyHost` misuseJulia Johannesen1-1/+1
2024-11-20Fix another style errorJulia Johannesen1-1/+1
2024-11-20Fix style errorJulia Johannesen2-7/+6
2024-11-20Fix error in test function callsJulia Johannesen1-2/+2
2024-11-20Fix type error in security fixesJulia Johannesen1-6/+9
2024-11-20prevent DoS from spammed media proxy requestsHazelnoot1-0/+89
2024-11-20Bump versionJulia Johannesen2-90/+1
2024-11-20fix(backend): allow fetchSummaryFromProxy, trueMail to access local addressesrectcoordsystem2-1/+2
2024-11-20fix(backend): add isLocalAddressAllowed option to getAgentByUrl and send (Htt...rectcoordsystem1-13/+36
2024-11-20fix(backend): lint and typecheckrectcoordsystem1-10/+9
2024-11-20Apply suggestions from code reviewrectcoordsystem1-17/+17
2024-11-20fix(backend): allow accessing private IP when testingrectcoordsystem1-2/+2
2024-11-20fix(backend): check target IP before sending HTTP requestrectcoordsystem2-24/+88
2024-11-20fix: Try using `CacheService` to avoid excess db lookupsJulia Johannesen1-22/+7
2024-11-20fix: primitives 25-33: proper local instance checksJulia Johannesen6-10/+20
2024-11-20fix: primitives 21, 22, and 23: reuse resolverJulia Johannesen2-37/+55
2024-11-20fix: primitive 19 & 20: respect blocks and hide moreJulia Johannesen1-2/+41
2024-11-20fix: primitive 18: `ap/get` bypasses access checksJulia Johannesen1-0/+1
2024-11-20fix: primitive 13: check attribution against actor in notesJulia Johannesen3-29/+48
2024-11-20fix: code style for primitive 17Julia Johannesen1-3/+2
2024-11-20fix: primitive 17: note same-origin identifier validation can be bypassed by ...Laura Hausmann1-0/+3
2024-11-20fix: primitive 16: improper same-origin validation for user uri and urlLaura Hausmann1-4/+24
2024-11-20fix: primitive 15: improper same-origin validation for note uri and urlLaura Hausmann1-4/+28
2024-11-20fix: code style for primitive 14Julia Johannesen1-4/+3
2024-11-20fix: primitive 14: improper validation of outbox, followers, following & shar...Laura Hausmann1-1/+12
2024-11-20fix: primitive 7 & 12: prevent poll spoofingJulia Johannesen2-8/+23
2024-11-20fix: primitives 9, 10 & 11: http signature validation doesn't enforce require...Laura Hausmann1-2/+2
2024-11-20fix: primitive 6: reject anonymous objects that were fetched by their idLaura Hausmann1-1/+5
2024-11-20fix: primitives 5 & 8: reject activities with non-string identifiersLaura Hausmann1-0/+3