Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10 | Fixed a bug in iCal file import; added logo to emails | lowercasename | |
2020-01-10 | Revert "Fixed a bug in iCal file import" | lowercasename | |
This reverts commit f2765abbee6001759f74f6c9e1161d2f02a58b2f. | |||
2020-01-10 | Fixed a bug in iCal file import | lowercasename | |
2020-01-04 | Email refactoring | Darius Kazemi | |
Tons of refactoring of email. This no longer uses Sendgrid templates and now uses source-controlled handlebars files in the `views/emails/` directory. This means that email messages are now source-controlled and vastly reduces the sendgrid setup process. This also adds a new file, `domain-example.js`, in the config directory, which stores things like the site name, base URL, port, etc. This should be renamed to `domain.js`, in keeping with the other configuration files. |