summaryrefslogtreecommitdiff
path: root/src/activitypub.js
AgeCommit message (Collapse)Author
2024-02-05Fix Pleroma federation, add hidden RSVP optionRaphael
2024-02-02refactor: send and accept only spec-compliant AP headersRaphael Kabo
2023-10-16Disable discoverability/indexablity for ActivityPub actorsDarius Kazemi
Applying the new `indexable` attribute (and the old `discoverable` attribute) to the main ActivityPub actor for a Gathio page as described here: https://github.com/mastodon/mastodon/pull/26485 Setting everything to false since Gathio is private-by-default. Using the `toot` namespace since that seems safe enough.
2023-10-06Run Prettier on all filesRaphael Kabo
2023-05-13Migrate from CommonJS to ES modulesRaphael Kabo
2023-05-12linting: source filesRaphael Kabo
2023-05-12Migrate to TypescriptRaphael Kabo