Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-28 | Make editing mode and links clearer | Raphael Kabo | |
2025-04-27 | translate Japanese comments to English | INOUE Daisuke | |
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 remote-tracking branch 'origin/main' into update-donations-card | Raphael Kabo | |
2025-04-23 | Bump version to 1.5.2 | Raphael Kabo | |
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 | Remove deploy workflow | Raphael Kabo | |
2025-04-23 | Switch donations card to GitHub Sponsors | Raphael Kabo | |
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-04-12 | Merge branch 'main' into feature/localization-again | INOUE Daisuke | |
2025-04-08 | Then sorted | INOUE Daisuke | |
2025-04-08 | still renaming keys | INOUE Daisuke | |
2025-04-08 | fix package.json | INOUE Daisuke | |
2025-04-08 | rename translation keys as filestructure | INOUE Daisuke | |
2025-04-08 | mails translation | INOUE Daisuke | |
2025-04-08 | remove i18n debug code | INOUE Daisuke | |
2025-04-08 | some translation fix | INOUE Daisuke | |
2025-04-08 | instance description etc. fix translation | INOUE Daisuke | |
2025-04-08 | Public evnet, Public group translation fix | INOUE Daisuke | |
2025-04-08 | MagicLink translation | INOUE Daisuke | |
2025-04-08 | validations | INOUE Daisuke | |
2025-04-08 | some fix, moment.locale setting | INOUE Daisuke | |
2025-04-08 | DateTime format, and some translation fix | INOUE Daisuke | |
2025-04-08 | hidden attendees (? people) | INOUE Daisuke | |
2025-04-08 | Add 'en-US', change preload language | INOUE Daisuke | |
2025-04-08 | Plural with i18next | INOUE Daisuke | |
2025-04-08 | fix and add some translation keys. | INOUE Daisuke | |
2025-04-08 | Fix and add some translation key, etc. | INOUE Daisuke | |
2025-04-08 | some translation fix | INOUE Daisuke | |
2025-04-08 | 1st stage, only language switch. | INOUE Daisuke | |
Thank you, MomentQYC ( https://github.com/MomentQYC ). Your first attemt encourage me. | |||
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 | |