summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-28Merge pull request #208 from filipesmedeiros/mainRaphael
Add User Agent header to AP requests
2025-05-28Merge branch 'main' into mainRaphael
2025-05-28Merge pull request #211 from lowercasename/clearer-editing-modeRaphael
Clearer editing mode
2025-05-28Update messagingRaphael Kabo
2025-05-28Merge remote-tracking branch 'origin/main' into clearer-editing-modeRaphael Kabo
2025-05-28Update version to 1.6.0Raphael Kabo
2025-05-28Merge pull request #210 from lowercasename/raphael/add-mailgunRaphael
Add Mailgun email service
2025-05-28Merge remote-tracking branch 'origin/main' into raphael/add-mailgunRaphael Kabo
2025-05-28Merge pull request #198 from dinoue/feature/localization-againRaphael
Localization, again
2025-05-28To pass final testINOUE Daisuke
2025-05-27Add Mailgun email serviceRaphael Kabo
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-12Add User Agent to activitypub.jsFilipe Medeiros
2025-05-12Add User-Agent to routes.jsFilipe Medeiros
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-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