summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-28To pass final testINOUE Daisuke
2025-05-19Fix to parse markdown, default instance descriptionINOUE Daisuke
2025-05-19remove 'instance-description-en-us.md'INOUE Daisuke
2025-05-18Fix "group.editmode" to " Switch to editing mode", and text in editing mode ↵INOUE Daisuke
windows
2025-05-18Fixed the translation key for instance rule text when show_public_event_list ↵INOUE Daisuke
= false
2025-05-18Change text and translation key name about GitHub SponsorsINOUE Daisuke
2025-05-18Fix color of event timesINOUE Daisuke
2025-05-18Fix "views.edittaken" -> "Enter editing password"INOUE Daisuke
2025-05-11Avoid "Type 'GathioConfig' is missing the following properties from type ↵INOUE Daisuke
'IObject[]':..."
2025-05-03Merge branch 'main' into feature/localization-againINOUE Daisuke
2025-05-03brush up some Japanese translationsINOUE Daisuke
2025-05-03Rollback mail text when the event description changedINOUE Daisuke
2025-05-03Back to original date and time format in"en" on event pageINOUE Daisuke
2025-05-03Fix wrong translation string keysINOUE Daisuke
2025-05-03Fix Error: Missing helper: "plural", replacing plural helper to feature of ↵INOUE Daisuke
i18next. In translation files, number part must use "{{count}}".
2025-05-03fix, no match key, lost tanslation string in eventForm.handlebarsINOUE Daisuke
2025-05-03"en-us" removed, only "en" now.INOUE Daisuke
2025-05-03Update locales/en.json, "Instance settings"INOUE Daisuke
Co-authored-by: Raphael <mail@raphaelkabo.com>
2025-05-03Update locales/en.json, 404 descriptionINOUE Daisuke
Co-authored-by: Raphael <mail@raphaelkabo.com>
2025-05-03Update locales/en.json, "Removal password"INOUE Daisuke
Co-authored-by: Raphael <mail@raphaelkabo.com>
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 branch 'main' into feature/localization-againINOUE Daisuke
2025-04-28Merge branch 'feature/localization-again' of ↵INOUE Daisuke
https://github.com/dinoue/gathio into feature/localization-again
2025-04-28Fix some Japanese translation for readabilityINOUE Daisuke
2025-04-28Fix some i18next call, which concatted translation and some string without ↵INOUE Daisuke
i18next parameter
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-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