Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-28 | To pass final test | INOUE Daisuke | |
2025-05-03 | Merge branch 'main' into feature/localization-again | INOUE Daisuke | |
2025-05-03 | Rollback mail text when the event description changed | INOUE Daisuke | |
2025-04-28 | Fix some i18next call, which concatted translation and some string without ↵ | INOUE Daisuke | |
i18next parameter | |||
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-08 | rename translation keys as filestructure | INOUE Daisuke | |
2025-04-08 | mails translation | INOUE Daisuke | |
2025-04-08 | some translation fix | INOUE Daisuke | |
2025-04-08 | MagicLink translation | 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 | 1st stage, only language switch. | INOUE Daisuke | |
Thank you, MomentQYC ( https://github.com/MomentQYC ). Your first attemt encourage me. | |||
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-07-16 | fix: router bug in activitypub router | Raphael Kabo | |
We had a middleware applied in the activitypub router which would return 404 for all routes if activitypub wasn't enabled. Unfortunately due to the way Express works, that middleware also applied to every route below that router's routes in the base router chain. Instead, we now apply the middleware specifically to the individual routes in the activitypub file. | |||
2024-05-27 | Improve event lists | Raphael Kabo | |
2024-05-26 | Refactor instance description | Raphael Kabo | |
2024-05-26 | New frontend styles, instance description functionality | Raphael Kabo | |
2024-05-26 | feat: unattend events from RSVP email | Raphael Kabo | |
2024-03-04 | fix: send text/calendar content-type for ical responses | Raphael Kabo | |
2024-03-04 | refactor: improve unattend functionality, fix bugs | Raphael Kabo | |
2024-02-27 | Update dependencies to latest versions | Raphael Kabo | |
2024-02-27 | fix: event group ID not being passed to frontend | Raphael Kabo | |
2024-02-26 | refactor: allow Cypress to override config | Raphael Kabo | |
2024-02-26 | feat: optional public events/groups | Raphael Kabo | |
2024-02-25 | feat: optionally restrict event creation to specific emails | Raphael Kabo | |
2024-02-06 | Add NodeInfo | Raphael Kabo | |
2024-02-05 | Backwards compatibility for attendee visibility | Raphael Kabo | |
2024-02-05 | Handle hidden attendees in frontend | Raphael Kabo | |
2024-02-02 | refactor: send and accept only spec-compliant AP headers | Raphael Kabo | |
2023-10-09 | Add known group linker to event form | Raphael Kabo | |
2023-10-09 | Sanitize Markdown HTML output everywhere | Raphael Kabo | |
2023-10-09 | Fix bug when no static pages defined | Raphael Kabo | |
2023-10-09 | Refactor publicConfig into frontendConfig | Raphael Kabo | |
2023-10-09 | Add static page config and handler | Raphael Kabo | |
2023-10-08 | Refactor: import event form | Raphael Kabo | |
2023-10-08 | Refactor: event group form and API, extract JS | Raphael Kabo | |
2023-10-07 | refactor: frontend event group routes | Raphael Kabo | |
2023-10-07 | Move nanoid generator to lib | Raphael Kabo | |
2023-10-07 | refactor: event form and api routes | Raphael Kabo | |
2023-10-06 | Run Prettier on all files | Raphael Kabo | |
2023-10-06 | refactor: frontend routes into TS file, new event path | Raphael Kabo | |