Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-28 | switch to 3rd party merge which doesn't mutate config | Gavin Mogan | |
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-23 | Merge pull request #199 from halkeye/fix-issue-197 | Raphael | |
fix #197 by running through npm so version env is set | |||
2025-04-23 | Merge branch 'main' into fix-issue-197 | Raphael | |
2025-04-23 | Merge pull request #200 from halkeye/allow-nodemailer-url | Raphael | |
Allow url with config information for nodemailer | |||
2025-04-22 | Allow url with config information for nodemailer | Gavin Mogan | |
2025-04-22 | fix #197 by running through npm so version env is set | Gavin Mogan | |
2025-03-17 | I'm too tired to debug GHA frankly | Raphael Kabo | |
2025-03-17 | Testing | Raphael Kabo | |
2025-03-17 | Add -H parameter | Raphael Kabo | |
2025-03-17 | Remove RSA specification | Raphael Kabo | |
2025-03-17 | Update deploy workflow | Raphael Kabo | |
2025-03-17 | Merge pull request #195 from wjbolles/fix-guest-emails | Raphael | |
Fix SMTP auth | |||
2025-03-14 | Fix SMTP auth | Walter Bolles | |
2025-02-12 | Merge pull request #186 from alifeee/update/installation-docs | Raphael | |
add a bit more info to installation instructions | |||
2025-02-12 | start locally as `gathio` user | alifeee | |
2025-02-12 | add clarification notes | alifeee | |
2025-02-12 | remove weird syntax | alifeee | |
2025-02-12 | Merge branch 'main' into update/installation-docs | Raphael | |
2025-02-12 | Merge pull request #185 from alifeee/update/remove-google-fonts | Raphael | |
remove Google Fonts dependency | |||
2025-02-11 | Merge branch 'main' into update/remove-google-fonts | Raphael | |
2025-02-11 | Merge branch 'main' into update/installation-docs | Raphael | |
2025-02-11 | Merge pull request #189 from lowercasename/instance-information | Raphael | |
Update docs and Docker Compose config | |||
2025-02-11 | Merge branch 'main' into instance-information | Raphael | |
2025-02-11 | Update docs and Docker Compose config | Raphael Kabo | |
2025-02-11 | Merge pull request #187 from lowercasename/email-bccs | Raphael | |
Change to BCC for group emailing | |||
2025-02-11 | Merge remote-tracking branch 'origin/main' into email-bccs | Raphael Kabo | |
2025-02-11 | Merge branch 'main' into update/installation-docs | Raphael | |
2025-02-11 | Merge branch 'main' into update/remove-google-fonts | Raphael | |
2025-02-11 | Merge pull request #188 from lowercasename/update-artifact-actions | Raphael | |
Upgrade upload-artifact and download-artifact to v4 | |||
2025-02-11 | Upgrade upload-artifact and download-artifact to v4 | Raphael Kabo | |
2025-02-11 | add a bit more info to installation instructions | alifeee | |
pertinently allowing `pnpm` to be run by anyone | |||
2025-02-11 | remove Google Fonts dependency | alifeee | |
...by locally serving the font file `@font-face` rule copied from Google Font URL | |||
2025-01-12 | change to BCC for group emailing | Kasanwa Solane Aster Hope (Cassandra de la Cruz-Munoz) | |
Signed-off-by: Raphael Kabo <raphaelkabo@hey.com> | |||
2024-11-13 | Merge pull request #177 from ovv/nodemailler-no-auth | Raphael | |
nodemailer: Add support for no-auth and fix from address | |||
2024-11-13 | nodemailer: Add support for no-auth and fix from address for attendee emails | Ovv | |
2024-08-25 | Merge pull request #172 from andypiper/fix-doc-links | Raphael | |
Change wiki links to new docs site. | |||
2024-08-24 | Change wiki links to new docs site. | Andy Piper | |
2024-08-10 | Merge pull request #167 from lowercasename/rk/deploy-via-docker | Raphael | |
Switch to deploy via Docker Compose | |||
2024-08-01 | Merge remote-tracking branch 'origin/main' into rk/deploy-via-docker | Raphael Kabo | |
2024-08-01 | Fix workflow name | Raphael Kabo | |
2024-08-01 | Switch to deploy via Docker Compose | Raphael Kabo | |
2024-08-01 | Merge pull request #166 from lowercasename/rk/ghcr | Raphael | |
Publish container to GHCR | |||
2024-08-01 | Remove accidentally commited Docker directory | Raphael Kabo | |
2024-08-01 | Add GitHub CI files to publish Docker container | Raphael Kabo | |
2024-07-31 | Add dist directory to dockerignore | Raphael Kabo | |
2024-07-31 | update Docker documentation | Raphael Kabo | |
2024-07-31 | fix: Docker unhappy with CMD | Raphael Kabo | |