summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-28switch to 3rd party merge which doesn't mutate configGavin Mogan
2025-04-25Refactor to have email serviceGavin Mogan
* Move hbsInstance back to app * Add email and hbs to req so typescript 🎉🎉🎉 * Init Email and config once
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)
2025-04-23Fix ReferenceError: nodemailerTransporter is not definedGavin 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-23Merge pull request #199 from halkeye/fix-issue-197Raphael
fix #197 by running through npm so version env is set
2025-04-23Merge branch 'main' into fix-issue-197Raphael
2025-04-23Merge pull request #200 from halkeye/allow-nodemailer-urlRaphael
Allow url with config information for nodemailer
2025-04-22Allow url with config information for nodemailerGavin Mogan
2025-04-22fix #197 by running through npm so version env is setGavin Mogan
2025-03-17I'm too tired to debug GHA franklyRaphael Kabo
2025-03-17TestingRaphael Kabo
2025-03-17Add -H parameterRaphael Kabo
2025-03-17Remove RSA specificationRaphael Kabo
2025-03-17Update deploy workflowRaphael Kabo
2025-03-17Merge pull request #195 from wjbolles/fix-guest-emailsRaphael
Fix SMTP auth
2025-03-14Fix SMTP authWalter Bolles
2025-02-12Merge pull request #186 from alifeee/update/installation-docsRaphael
add a bit more info to installation instructions
2025-02-12start locally as `gathio` useralifeee
2025-02-12add clarification notesalifeee
2025-02-12remove weird syntaxalifeee
2025-02-12Merge branch 'main' into update/installation-docsRaphael
2025-02-12Merge pull request #185 from alifeee/update/remove-google-fontsRaphael
remove Google Fonts dependency
2025-02-11Merge branch 'main' into update/remove-google-fontsRaphael
2025-02-11Merge branch 'main' into update/installation-docsRaphael
2025-02-11Merge pull request #189 from lowercasename/instance-informationRaphael
Update docs and Docker Compose config
2025-02-11Merge branch 'main' into instance-informationRaphael
2025-02-11Update docs and Docker Compose configRaphael Kabo
2025-02-11Merge pull request #187 from lowercasename/email-bccsRaphael
Change to BCC for group emailing
2025-02-11Merge remote-tracking branch 'origin/main' into email-bccsRaphael Kabo
2025-02-11Merge branch 'main' into update/installation-docsRaphael
2025-02-11Merge branch 'main' into update/remove-google-fontsRaphael
2025-02-11Merge pull request #188 from lowercasename/update-artifact-actionsRaphael
Upgrade upload-artifact and download-artifact to v4
2025-02-11Upgrade upload-artifact and download-artifact to v4Raphael Kabo
2025-02-11add a bit more info to installation instructionsalifeee
pertinently allowing `pnpm` to be run by anyone
2025-02-11remove Google Fonts dependencyalifeee
...by locally serving the font file `@font-face` rule copied from Google Font URL
2025-01-12change to BCC for group emailingKasanwa Solane Aster Hope (Cassandra de la Cruz-Munoz)
Signed-off-by: Raphael Kabo <raphaelkabo@hey.com>
2024-11-13Merge pull request #177 from ovv/nodemailler-no-authRaphael
nodemailer: Add support for no-auth and fix from address
2024-11-13nodemailer: Add support for no-auth and fix from address for attendee emailsOvv
2024-08-25Merge pull request #172 from andypiper/fix-doc-linksRaphael
Change wiki links to new docs site.
2024-08-24Change wiki links to new docs site.Andy Piper
2024-08-10Merge pull request #167 from lowercasename/rk/deploy-via-dockerRaphael
Switch to deploy via Docker Compose
2024-08-01Merge remote-tracking branch 'origin/main' into rk/deploy-via-dockerRaphael Kabo
2024-08-01Fix workflow nameRaphael Kabo
2024-08-01Switch to deploy via Docker ComposeRaphael Kabo
2024-08-01Merge pull request #166 from lowercasename/rk/ghcrRaphael
Publish container to GHCR
2024-08-01Remove accidentally commited Docker directoryRaphael Kabo
2024-08-01Add GitHub CI files to publish Docker containerRaphael Kabo
2024-07-31Add dist directory to dockerignoreRaphael Kabo
2024-07-31update Docker documentationRaphael Kabo
2024-07-31fix: Docker unhappy with CMDRaphael Kabo