Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-07 | edits | quietreading | |
2025-04-08 | rename translation keys as filestructure | INOUE Daisuke | |
2025-04-08 | mails translation | INOUE Daisuke | |
2024-05-26 | feat: unattend events from RSVP email | Raphael Kabo | |
2024-02-25 | feat: optionally restrict event creation to specific emails | Raphael Kabo | |
2023-12-03 | Fixed URLs in createEventGroup emails | Henry Smith | |
Most of the actual links worked fine, but the displayed URLs were missing the “group” part. | |||
2023-10-08 | Refactor: event group form and API, extract JS | Raphael Kabo | |
2023-10-07 | Create email text and html templates | Raphael Kabo | |
2022-04-25 | feat: Add subscribe to group functionality | Raphael Kabo | |
2022-04-25 | feat: Event group updated email template | Raphael Kabo | |
2022-01-14 | Add removal password to new attendee email | Raphael Kabo | |
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. |