summaryrefslogtreecommitdiff
path: root/activitypub.js
AgeCommit message (Collapse)Author
2020-06-12Fixed nanoid generationlowercasename
2020-06-12Switch over shortid to nanoidlowercasename
2020-01-24Converting all tabs to two-spacesDarius Kazemi
2020-01-20Better error messagesDarius Kazemi
2020-01-20changing federation toggleDarius Kazemi
2020-01-18Adding Federation toggleDarius Kazemi
There is now a toggle in the `config/domain-example.js` file called `isFederated`. When set to `true`, ActivityPub functions as normal. When set to false, the ActivityPub functions all immediately return without doing anything, and AP routes return 404s.
2020-01-06move function to activitypub fileDarius Kazemi
2020-01-06minor fixesDarius Kazemi
2020-01-06delete console logsDarius Kazemi
2020-01-06more refactorsDarius Kazemi
2020-01-06update wiki linkDarius Kazemi
2020-01-06lots of refactoringDarius Kazemi