about summary refs log tree commit diff
path: root/app/services/activitypub
AgeCommit message (Expand)Author
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-10-23Fix account processing failing because of large collections (#15027)ThibG
2020-10-21Add follower synchronization mechanism (#14510)ThibG
2020-10-08Remove dependency on goldfinger gem (#14919)Eugen Rochko
2020-06-29Add customizable thumbnails for audio and video attachments (#14145)Eugen Rochko
2020-06-02Add E2EE API (#13820)Eugen Rochko
2020-05-10Refactor monkey-patching of Goldfinger (#12561)Eugen Rochko
2020-03-09Add federation support for the "hide network" preference (#11673)ThibG
2020-02-24Fix duplicate accounts being created when fetching an account for its key onl...ThibG
2020-01-11Clarify keyword arguments with ** (#12769)Daigo 3 Dango
2019-11-26Fix empty poll options not being filtered on remote poll update (#12484)ThibG
2019-09-29Add voters count support (#11917)ThibG
2019-08-30Add profile directory to web UI (#11688)Eugen Rochko
2019-07-10Refactor fetching of remote resources (#11251)Eugen Rochko
2019-07-09Refactor domain block checks (#11268)Eugen Rochko
2019-07-01Change domain block behaviour to prevent creation of accounts from suspended ...Eugen Rochko
2019-06-22Change domain blocks to automatically support subdomains (#11138)Eugen Rochko
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-03-30Add ActivityPub representation for identity proofs (#10414)Eugen Rochko
2019-03-21Fix processing poll Updates (#10333)ThibG
2019-03-12Fix poll update handler calling method was that was not available (#10246)Eugen Rochko
2019-03-11Support pushing and receiving updates to poll tallies (#10209)ThibG
2019-03-07Handle StaleObjectError when retrieving polls (#10208)ThibG
2019-03-05Do not error out on unsalvageable errors in FetchRepliesService (#10175)ThibG
2019-03-05Fix last_fetched_at not being set on polls (#10170)Eugen Rochko
2019-03-04Fix another typo in ActivityPub::FetchRemotePollService (#10146)Eugen Rochko
2019-03-04Fix typo in ActivityPub::FetchRemotePollService (#10145)Eugen Rochko
2019-03-04Fix remote poll expiration time (#10144)Eugen Rochko
2019-03-04Make sure the poll is created before storing its id (#10142)ThibG
2019-03-03Add polls (#10111)Eugen Rochko
2019-02-28Improved remote thread fetching (#10106)ThibG
2019-02-13Filter incoming Create activities by relation to local activity (#10005)Eugen Rochko
2019-02-06Fix Tombstone.delete_all ArgumentError (#9978)abcang
2019-01-18Add tombstones for remote statuses (#9830)ThibG
2019-01-07Improvements to signature verification (#9667)ThibG
2018-12-30Reduce usage of LD signatures (#9659)ThibG
2018-12-29Add handler for Move activity (#9629)Eugen Rochko
2018-11-10Fix emoji update date processing (#9255)ThibG
2018-10-26Add locality check to ActivityPub::FetchRemoteAccountService (#9109)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-23Do not crash if remote custom emoji does not define updated date (fixes #8376...ThibG
2018-08-22Improve federated ID validation (#8372)Eugen Rochko
2018-07-28Prevent ActivityPub movedTo recursion (#8092)Eugen Rochko
2018-05-16Raise Mastodon::RaceConditionError if Redis lock failed (#7511)Akihiko Odaki
2018-05-14Fix account URI when updating ActivityPub account (#7488)Wiktor
2018-05-12Fetch boosted statuses on behalf of a follower (fixes #7426) (#7459)ThibG
2018-05-08Take the first recognized actor_type. (#7410)Surinna Curtis
2018-05-07Bot nameplates (#7391)Eugen Rochko
2018-05-05Fix handling of malformed ActivityPub payloads when URIs are nil (#7370)Eugen Rochko