about summary refs log tree commit diff
path: root/app/services
AgeCommit message (Expand)Author
2023-02-25Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-02-22Autofix Rubocop Rails/Blank (#23765)Nick Schonning
2023-02-22Enable Rubocop Style/StringConcatenation defaults (#23792)Nick Schonning
2023-02-20Autofix Rubocop Style/RescueStandardError (#23745)Nick Schonning
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-19Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2023-02-18Autofix Rubocop Style/IfUnlessModifier (#23697)Nick Schonning
2023-02-18Autofix Rubocop Lint/SymbolConversion (#23683)Nick Schonning
2023-02-18Run rubocop formatting except line length (#23632)Nick Schonning
2023-02-13Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-02-13Add API parameter to safeguard unexpect mentions in new posts (#18350)Claire
2023-02-10Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-02-10Fix unbounded recursion in post discovery (#23506)Claire
2023-02-09Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-02-08Apply Rubocop Style/NegatedIfElseCondition (#23451)Nick Schonning
2023-02-07Autofix Rails/EagerEvaluationLogMessage (#23429)Nick Schonning
2023-02-06Fix ActivityPub::ProcessingWorker error on incoming malformed JSON-LD (#23416)Claire
2023-01-24Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-01-23Suppress AddressFamilyError in link verification (#23204)Markus Unterwaditzer
2023-01-21Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-01-21Revert "Remove LDSignature on actor Delete activities (#21466)" (#23185)Claire
2023-01-18Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-01-18Add more specific error messages to HTTP signature verification (#21617)Claire
2023-01-18Add support for editing media description and focus point of already-posted s...Claire
2023-01-12Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-01-11fix: allow verification when page size exceeds 1MB (using HTML5 parser) (#22879)Markus Unterwaditzer
2023-01-11Fix/remove calling private method with send in model (#22951)Kaspar V
2023-01-05Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-01-05Fix possible race conditions when suspending/unsuspending accounts (#22363)Claire
2023-01-05Be more lenient with OEmbed detection and validation (#22533)Effy Elden
2022-12-21Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-12-19Fix suspension worker crashing on S3-compatible setups without ACL support (#...Claire
2022-12-15Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-12-15Ensure exact match is the first result in hashtag searches (#21315)Claire
2022-12-15Change remote media files to be downloaded outside of transactions (#21796)Claire
2022-12-15Fix idempotency when database writes are slow (#21840)Brian Campbell
2022-12-07Fix unbounded recursion in account discovery (#22025)Claire
2022-12-04Fix unbounded recursion in account discovery (#1994)Claire
2022-11-28Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-11-27Remove LDSignature on actor Delete activities (#21466)Claire
2022-11-27Fix attachments of edited statuses not being fetched (#21565)Claire
2022-11-17Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-11-17Handle links with no href in VerifyLinkService (#20741)Joshua Wood
2022-11-14Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-11-14Support UTF-8 Characters in Domains During CSV Import (#20592)Hampton Lintorn-Catlin
2022-11-10Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-11-10Improve performance by avoiding regex construction (#20215)James Tucker
2022-11-09Fix NameError in Webfinger redirect handling in ActivityPub::FetchRemoteActor...Claire
2022-11-09Fix being able to spoof link verification (#20217)Eugen Rochko