summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-28Make editing mode and links clearerRaphael Kabo
2025-04-27translate Japanese comments to EnglishINOUE Daisuke
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-04-12Merge branch 'main' into feature/localization-againINOUE Daisuke
2025-04-08Then sortedINOUE Daisuke
2025-04-08still renaming keysINOUE Daisuke
2025-04-08fix package.jsonINOUE Daisuke
2025-04-08rename translation keys as filestructureINOUE Daisuke
2025-04-08mails translationINOUE Daisuke
2025-04-08remove i18n debug codeINOUE Daisuke
2025-04-08some translation fixINOUE Daisuke
2025-04-08instance description etc. fix translationINOUE Daisuke
2025-04-08Public evnet, Public group translation fixINOUE Daisuke
2025-04-08MagicLink translationINOUE Daisuke
2025-04-08validationsINOUE Daisuke
2025-04-08some fix, moment.locale settingINOUE Daisuke
2025-04-08DateTime format, and some translation fixINOUE Daisuke
2025-04-08hidden attendees (? people)INOUE Daisuke
2025-04-08Add 'en-US', change preload languageINOUE Daisuke
2025-04-08Plural with i18nextINOUE Daisuke
2025-04-08fix and add some translation keys.INOUE Daisuke
2025-04-08Fix and add some translation key, etc.INOUE Daisuke
2025-04-08some translation fixINOUE Daisuke
2025-04-081st stage, only language switch.INOUE Daisuke
Thank you, MomentQYC ( https://github.com/MomentQYC ). Your first attemt encourage me.
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