about summary refs log tree commit diff
path: root/app/serializers/activitypub
AgeCommit message (Expand)Author
2020-02-21fix invisible mode being unfederatable, mask actor props & outbox instead of ...multiple creatures
2020-02-16make sure hidden posts cannot be serialized to apub objectsmultiple creatures
2020-01-20Original upstream mergeThibG
2020-01-19add chest floof to monsterfork api & outgoing federationmultiple creatures
2020-01-04monsterpit says trans rights!!!multiple creatures
2019-11-19Raise exception when attempting to serialize local-only statusesThibaut Girka
2019-11-18Add support for updating posts in-place to the frontend and API. This makes ...multiple creatures
2019-11-18Get rid of the `Formatter` cache. It isn't worth the admin headaches.multiple creatures
2019-11-18Always skip `Formatter` cache when serializing ActivityPub representations of...multiple creatures
2019-09-24add account limited by admin flag to api + badgemultiple creatures
2019-08-03respect 'don't @ me' requestsmultiple creatures
2019-07-29add plain-text console formatting optionmultiple creatures
2019-07-28big tails never fail!multiple creatures
2019-07-24revert the current unfinished chat implementationmultiple creatures
2019-07-19keep `locked` badge for approves-followers + add `frozen` badge for admin-loc...multiple creatures
2019-07-18federate account locked status (`mp:locked`)multiple creatures
2019-07-15add `supports_chat` property, rename `adults_only` to `adult_content`, federa...multiple creatures
2019-05-21tell other ap software what content type they should expect source text to bemultiple creatures
2019-05-21ActivityPub `Actor`: use correct property name for `suggestedMinAge`.multiple creatures
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...multiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Implement scoped tags; use `local:` and `self:` scopes for community and pers...multiple creatures
2019-05-21federate raw versions of roars using `source` propmultiple creatures
2019-04-27Add blurhash (#10630)Eugen Rochko
2019-03-30Add ActivityPub representation for identity proofs (#10414)Eugen Rochko
2019-03-28Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)Eugen Rochko
2019-03-27Remove unused ActivityPub `@context` values depending on response (#10378)Eugen Rochko
2019-03-17Set and store report URIs (#10303)ThibG
2019-03-11Support pushing and receiving updates to poll tallies (#10209)ThibG
2019-03-07Immediately display poll results to poll author (#10187)Eugen Rochko
2019-03-05Fix NoMethodError in ActivityPub::NoteSerializer (#10172)Eugen Rochko
2019-03-05Fix various issues in polls (#10165)Eugen Rochko
2019-03-04Store remote votes URI (#10158)ThibG
2019-03-04Fix ActivityPub votes having nil IDs (#10151)Eugen Rochko
2019-03-04Fix missing in_reply_to in ActivityPub::VoteSerializer (#10148)Eugen Rochko
2019-03-03Add polls (#10111)Eugen Rochko
2019-02-28Fix serialization of boosts (#10129)ThibG
2019-02-28Give the `replies` collection an identifier and enable pagination (#10128)ThibG
2019-02-28Improved remote thread fetching (#10106)ThibG
2019-02-13Alternative handling of private self-boosts (#9998)ThibG
2018-12-29Add handler for Move activity (#9629)Eugen Rochko
2018-12-13Add account hashtags to ActivityPub actor JSON (#9450)Eugen Rochko
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-08-23Do not check for file existence when serializing ActivityPub actor (#8386)ThibG
2018-07-13Add federation relay support (#7998)Eugen Rochko
2018-06-18Always send content for backwards-compatibility (#7844)Eugen Rochko
2018-06-18Serialize language into ActivityPub JSON (#7840)Eugen Rochko
2018-05-07Bot nameplates (#7391)Eugen Rochko
2018-05-05Fallback to old on-the-fly URI for follows/blocks if no stored URI (#7371)Eugen Rochko
2018-05-04Store URIs of follows, follow requests and blocks for ActivityPub (#7160)Eugen Rochko