Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-03 | Merge branch 'main' into feature/localization-again | INOUE Daisuke | |
2025-04-28 | Merge branch 'main' into feature/localization-again | INOUE Daisuke | |
2025-04-25 | Refactor to have email service | Gavin Mogan | |
* Move hbsInstance back to app * Add email and hbs to req so typescript 🎉🎉🎉 * Init Email and config once | |||
2025-04-23 | Refactor for everywhere to use sendEmailFromTemplate everywhere | Gavin Mogan | |
* Created a singleton to house handlebars so req doesn't need to be passed everywhere (should make unit testing easier later) * Subjectline for sendgrid and nodemailer are both always prefixed in sendEmail() * removed prefix subjectline from all other email places * added a couple if (!event) { return 404 } to help make typescript happy * some minor eslint auto fixes (looks like let => const where it can) | |||
2025-04-23 | Fix ReferenceError: nodemailerTransporter is not defined | Gavin Mogan | |
Part of https://github.com/lowercasename/gathio/pull/200 was migrating more code to use the shared init email function, but all the local usages of nodemailerTransporter were missed | |||
2025-04-22 | Allow url with config information for nodemailer | Gavin Mogan | |
2025-04-12 | Merge branch 'main' into feature/localization-again | INOUE Daisuke | |
2025-04-08 | mails translation | INOUE Daisuke | |
2025-03-14 | Fix SMTP auth | Walter Bolles | |
2024-11-13 | nodemailer: Add support for no-auth and fix from address for attendee emails | Ovv | |
2024-05-26 | feat: unattend events from RSVP email | Raphael Kabo | |
2024-03-04 | refactor: improve unattend functionality, fix bugs | Raphael Kabo | |
2024-02-26 | refactor: allow Cypress to override config | Raphael Kabo | |
2024-02-25 | feat: set number of days to store concluded events (including permanently) | Raphael Kabo | |
2024-02-06 | Allow setting attendee visibility from UI | Raphael Kabo | |
2024-02-05 | Fix Pleroma federation, add hidden RSVP option | Raphael | |
2024-02-02 | refactor: send and accept only spec-compliant AP headers | Raphael Kabo | |
2023-10-09 | Refactor publicConfig into frontendConfig | Raphael Kabo | |
2023-10-08 | Fix legacy emailers to work with new templates | Raphael Kabo | |
2023-10-08 | Refactor: import event form | Raphael Kabo | |
2023-10-08 | Refactor: event group form and API, extract JS | Raphael Kabo | |
2023-10-07 | refactor: frontend event group routes | Raphael Kabo | |
2023-10-07 | refactor: event form and api routes | Raphael Kabo | |
2023-10-06 | Run Prettier on all files | Raphael Kabo | |
2023-10-06 | refactor: frontend routes into TS file, new event path | Raphael Kabo | |
2023-05-13 | Migrate from CommonJS to ES modules | Raphael Kabo | |
2023-05-13 | Send AP responses as activitypub+json | Raphael Kabo | |
2023-05-12 | More linting | Raphael Kabo | |
2023-05-12 | linting: source files | Raphael Kabo | |
2023-05-12 | Migrate to Typescript | Raphael Kabo | |