summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-12Add User Agent to activitypub.jsFilipe Medeiros
2025-05-12Add User-Agent to routes.jsFilipe Medeiros
2025-04-29Merge pull request #202 from halkeye/fix-nodemailerRaphael
Fix ReferenceError: nodemailerTransporter is not defined
2025-04-29Merge branch 'main' into fix-nodemailerRaphael
2025-04-29Merge remote-tracking branch 'origin/main' into fix-nodemailerRaphael Kabo
2025-04-28switch to 3rd party merge which doesn't mutate configGavin Mogan
2025-04-28Merge pull request #201 from lowercasename/update-donations-cardRaphael
Switch donations card to GitHub Sponsors, remove deploy workflow
2025-04-28Merge remote-tracking branch 'origin/main' into update-donations-cardRaphael Kabo
2025-04-28Remove deploy CI badge from READMERaphael
2025-04-28Add contributors section to READMERaphael
2025-04-28Create FUNDING.ymlRaphael
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 remote-tracking branch 'origin/main' into update-donations-cardRaphael Kabo
2025-04-23Bump version to 1.5.2Raphael Kabo
2025-04-23Merge pull request #199 from halkeye/fix-issue-197Raphael
fix #197 by running through npm so version env is set
2025-04-23Remove deploy workflowRaphael Kabo
2025-04-23Switch donations card to GitHub SponsorsRaphael Kabo
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>