summaryrefslogtreecommitdiff
path: root/pnpm-lock.yaml
AgeCommit message (Collapse)Author
2025-04-28switch to 3rd party merge which doesn't mutate configGavin Mogan
2025-04-23Refactor for everywhere to use sendEmailFromTemplate everywhereGavin 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)
2024-08-01Add GitHub CI files to publish Docker containerRaphael Kabo
2024-05-26Update dependenciesRaphael Kabo
2024-05-26feat: unattend events from RSVP emailRaphael Kabo
2024-02-27Update dependencies to latest versionsRaphael Kabo
2024-02-26refactor: allow Cypress to override configRaphael Kabo
2024-02-05Fix Pleroma federation, add hidden RSVP optionRaphael
2023-10-09Add types for JSDOM and DOMPurifyRaphael Kabo
2023-10-09Add packages to handle HTML sanitizationRaphael Kabo
2023-10-08Refactor: import event formRaphael Kabo
2023-10-07Add multerRaphael Kabo
2023-10-06Run Prettier on all filesRaphael Kabo
2023-10-06Update marked packageRaphael Kabo
2023-10-06Add dependenciesRaphael Kabo
2023-10-06Set up CypressRaphael Kabo
2023-10-06Upgrade packages, remove body-parserRaphael Kabo
2023-09-28Update lockfileRaphael Kabo
2023-05-13Migrate config library to TOMLRaphael Kabo
2023-05-12Add PrettierRaphael Kabo
2023-05-12Migrate to TypescriptRaphael Kabo
2023-05-12upgrade dependenciesRaphael Kabo
2023-05-12replace npm with pnpmRaphael Kabo