about summary refs log tree commit diff
path: root/app/lib/activitypub/activity
AgeCommit message (Expand)Author
2019-02-28Improved remote thread fetching (#10106)ThibG
2019-02-27Fix mention processing for unknwon accounts on incoming ActivityPub Notes (#1...ThibG
2019-02-17Add logging for rejected ActivityPub payloads and add tests (#10062)Eugen Rochko
2019-02-15Filter incoming Announce activities by relation to local activity (#10041)Eugen Rochko
2019-02-13Filter incoming Create activities by relation to local activity (#10005)Eugen Rochko
2019-02-13Alternative handling of private self-boosts (#9998)ThibG
2019-01-18Add tombstones for remote statuses (#9830)ThibG
2019-01-18Add support for non-public reblogs from ActivityPub (#9841)Eugen Rochko
2019-01-16Use summary as summary for converted ActivityPub objects (#9823)Eugen Rochko
2019-01-16Reduce chances of race conditions when processing deleted toots (#9815)ThibG
2019-01-02Ensure blocked user unfollows blocker if Block/Undo Block are processed out o...ThibG
2018-12-30Do not ignore federated reports targetting already-reported accounts (#9534)ThibG
2018-12-30Reduce usage of LD signatures (#9659)ThibG
2018-12-29Add handler for Move activity (#9629)Eugen Rochko
2018-12-26Fix ThreadResolveWorker getting queued with invalid URLs (#9628)Eugen Rochko
2018-11-16Prevent multiple handlers for Delete of Actor from running (#9292)Eugen Rochko
2018-11-10Fix emoji update date processing (#9255)ThibG
2018-10-30Accept the same payload in multiple inboxes and deliver (#9150)Eugen Rochko
2018-10-29Add Page AP type support (#9121)m.b
2018-10-26Ignore invalid hashtags on remote statuses instead of rejecting them (#9118)ThibG
2018-10-26Fix missing `mention` argument when processing incoming Create activities (#9...ThibG
2018-10-25Allow inbox owner to view implicitly targeted ActivityPub payload (#9093)Eugen Rochko
2018-10-20Add option to block reports from domain (#8830)Eugen Rochko
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-10-11Fix typo in ActivityPub Create handler (#8952)Eugen Rochko
2018-10-11Move network calls out of transaction in ActivityPub handler (#8951)Eugen Rochko
2018-10-03Fix handling of ActivityPub activities lacking some attributes (#8864)ThibG
2018-09-28Fix class autoloading issue in ActivityPub::Activity::Create (#8820)Eugen Rochko
2018-09-18Redesign forms, verify link ownership with rel="me" (#8703)Eugen Rochko
2018-08-26Add CLI task for rotating keys (#8466)Eugen Rochko
2018-08-25Support ActivityStreams’ summaryMap. (#8422)M Somerville
2018-08-23Do not crash if remote custom emoji does not define updated date (fixes #8376...ThibG
2018-08-17Implement Undo { Accept { Follow } } (fixes #8234) (#8245)ThibG
2018-08-17Use correct activity id in Accept when receiving duplicate Follow (fixes #821...ThibG
2018-08-12Expect relays to answer with accept/reject (#8179)Eugen Rochko
2018-06-08Do not accept ActivityPub follow requests from blocked user (#7756)Eugen Rochko
2018-05-31Exclude unlisted, private and direct toots from affecting trends (#7686)Eugen Rochko
2018-05-28Record trending tags from ActivityPub, too (#7647)Eugen Rochko
2018-05-25Ignore multiple occurrences of a hashtag within a status (fixes #7585) (#7606)ThibG
2018-05-18Resolve unknown status from Add activity, skip Remove if unknown (#7526)Eugen Rochko
2018-05-16Raise Mastodon::RaceConditionError if Redis lock failed (#7511)Akihiko Odaki
2018-05-12Fetch boosted statuses on behalf of a follower (fixes #7426) (#7459)ThibG
2018-05-04Store URIs of follows, follow requests and blocks for ActivityPub (#7160)Eugen Rochko
2018-05-03Fixes/do not override timestamps (#7336)ThibG
2018-05-03Fixes/do not override timestamps (#7331)ThibG
2018-05-02Accept actor object updates from all supported actor types (#7312)ThibG
2018-05-02Support Actors/Statuses with multiple types (#7305)Surinna Curtis
2018-04-07Forward deletes on the same path as reply forwarding (#7058)Eugen Rochko
2018-03-30Fix compatibility with PeerTube (#6968)ThibG
2018-03-29Do not ignore unknown media attachments, only skip them (#6948)ThibG