about summary refs log tree commit diff
path: root/app/services/fetch_remote_status_service.rb
AgeCommit message (Expand)Author
2023-02-10Fix unbounded recursion in post discovery (#23506)Claire
2019-12-18Fix an error when ActivityPub::FetchRemoteStatusService url is called with ni...Takeshi Umeda
2019-12-17Clean up OStatus-related codepaths (#12173)ThibG
2019-07-10Refactor fetching of remote resources (#11251)Eugen Rochko
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2017-12-12Change conditional to avoid nil into string error in sidekiq (#5987)Renato "Lond" Cerqueira
2017-10-13Fix remote status fetching for “pure” ActivityPub WEB_ACCOUNT users (#5372)ThibG
2017-10-04Validate id of ActivityPub representations (#5114)Akihiko Odaki
2017-09-19Introduce OStatus::TagManager (#5008)Akihiko Odaki
2017-08-14Add support for searching AP users (#4599)Yamagishi Kazutoshi
2017-08-14Hook up URL-based resource look-up to ActivityPub (#4589)Eugen Rochko
2017-07-20Fix webfinger retries (#4275)Eugen Rochko
2017-07-15Optimize uri normalization (#4212)ThibG
2017-07-10Rescue exceptions related to Goldfinger at FetchRemoteStatusService (#4138)abcang
2017-05-03Fix #2706 - Always respond with 200 to PuSH payloads (#2733)Eugen Rochko
2017-04-27Improve shared status verification (#2525)Eugen Rochko
2017-04-25Punycode URI normalization (#2370)Eugen
2017-03-22Fix full-text search query quotation, improve tag search performance with an ...Eugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-13Force utf-8 encoding when processing XMLEugen Rochko
2016-11-06Add test for FanOutOnWriteServiceEugen Rochko
2016-10-20Fix method return when rescuingEugen Rochko
2016-10-05Fix typoEugen Rochko
2016-10-05Catching more exceptions that slipped through, removing AR logging fromEugen Rochko
2016-09-29Improve code styleEugen Rochko
2016-09-26Fix #54 - Fetch remote accounts by URL from mentionsEugen Rochko
2016-09-21Fix #24 - Thread resolving for remote statusesEugen Rochko