summaryrefslogtreecommitdiff
path: root/activitypub.js
AgeCommit message (Collapse)Author
2022-11-23Fix event deletionredneckcatholic
Append the editToken to the deleteEvent form action to fix the 404 error on event deletion. Refactor broadcastDeleteMessage so that eventDeletion works when federation is disabled. Send deletion emails within the callback, otherwise DB lookup will fail on deleted event id. Fixes #15
2022-11-14lintingRaphael Kabo
2022-11-10Updating federation code to work with recent MastodonDarius Kazemi
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