Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-12 | Migrate to Typescript | Raphael Kabo | |
2022-11-23 | Fix event deletion | redneckcatholic | |
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-14 | linting | Raphael Kabo | |
2022-11-10 | Updating federation code to work with recent Mastodon | Darius Kazemi | |
2020-06-12 | Fixed nanoid generation | lowercasename | |
2020-06-12 | Switch over shortid to nanoid | lowercasename | |
2020-01-24 | Converting all tabs to two-spaces | Darius Kazemi | |
2020-01-20 | Better error messages | Darius Kazemi | |
2020-01-20 | changing federation toggle | Darius Kazemi | |
2020-01-18 | Adding Federation toggle | Darius 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-06 | move function to activitypub file | Darius Kazemi | |
2020-01-06 | minor fixes | Darius Kazemi | |
2020-01-06 | delete console logs | Darius Kazemi | |
2020-01-06 | more refactors | Darius Kazemi | |
2020-01-06 | update wiki link | Darius Kazemi | |
2020-01-06 | lots of refactoring | Darius Kazemi | |