about summary refs log tree commit diff
path: root/app/services/activitypub/fetch_remote_status_service.rb
AgeCommit message (Expand)Author
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2023-02-10Fix unbounded recursion in post discovery (#23506)Claire
2022-12-07Fix unbounded recursion in account discovery (#22025)Claire
2022-05-17Fix NoMethodError when resolving a link that redirects to a local post (#18314)Claire
2022-03-12Fix not updating a status when newer version is fetched manually (#17745)Eugen Rochko
2021-10-21Add support for fetching Create and Announce activities by URI (#16383)Claire
2019-07-10Refactor fetching of remote resources (#11251)Eugen Rochko
2018-08-22Improve federated ID validation (#8372)Eugen Rochko
2018-05-12Fetch boosted statuses on behalf of a follower (fixes #7426) (#7459)ThibG
2018-05-05Fix handling of malformed ActivityPub payloads when URIs are nil (#7370)Eugen Rochko
2018-05-02Support Actors/Statuses with multiple types (#7305)Surinna Curtis
2018-01-15Allow attributedTo in a status to be an embedded object (#6238)puckipedia
2017-11-30Add semi-support for Video/Image objects in ActivityPub (#5848)Eugen Rochko
2017-11-19Fix NoMethodError at ActivityPub::FetchRemoteStatusService (#5753)abcang
2017-10-30Update remote ActivityPub users when fetching their toots (#5545)ThibG
2017-10-08Fix #5272 - Order of checks in ActivityPub handler (#5276)Eugen Rochko
2017-10-04Validate id of ActivityPub representations (#5114)Akihiko Odaki
2017-09-13Fix #4917 - Add missing suspend checks (#4921)Eugen Rochko
2017-09-02Define missing JSON-LD properties (#4767)Eugen Rochko
2017-08-24Fetch reblogs as Announce activity instead of Note object (#4672)unarist
2017-08-14Hook up URL-based resource look-up to ActivityPub (#4589)Eugen Rochko
2017-08-08Add ActivityPub inbox (#4216)Eugen Rochko