summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2024-05-26New frontend styles, instance description functionalityRaphael Kabo
2024-02-26feat: optional public events/groupsRaphael Kabo
2024-02-25feat: set number of days to store concluded events (including permanently)Raphael Kabo
2024-02-25feat: optionally restrict event creation to specific emailsRaphael Kabo
2023-10-09Add static page config and handlerRaphael Kabo
2023-05-13Migrate config library to TOMLRaphael Kabo
2023-05-12Migrate to TypescriptRaphael Kabo
2022-01-14Remove unnecessary bits from main pagesRaphael Kabo
2020-06-13Added Nodemailer as an SMTP servicelowercasename
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-10Fixed a bug in iCal file import; added logo to emailslowercasename
2020-01-10Revert "Fixed a bug in iCal file import"lowercasename
This reverts commit f2765abbee6001759f74f6c9e1161d2f02a58b2f.
2020-01-10Fixed a bug in iCal file importlowercasename
2020-01-07Merge branch 'master' into docker-travisTom Parker-Shemilt
2020-01-04Email refactoringDarius 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.
2020-01-03Adds a systemd service filewxcafé
2019-12-28Fix comment in Dockerised configTom Parker-Shemilt
2019-12-28Add docker/travis supportTom Parker-Shemilt
2019-08-01Emails only sent if API key is setRaphael Kabo
2019-07-25First commitlowercasename