summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-05-03Rollback mail text when the event description changedINOUE Daisuke
2025-05-03Fix wrong translation string keysINOUE Daisuke
2025-05-03"en-us" removed, only "en" now.INOUE Daisuke
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 i18next call, which concatted translation and some string without ↵INOUE Daisuke
i18next parameter
2025-04-27translate Japanese comments to EnglishINOUE Daisuke
2025-04-22Allow url with config information for nodemailerGavin Mogan
2025-04-12Merge branch 'main' into feature/localization-againINOUE 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-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-081st stage, only language switch.INOUE Daisuke
Thank you, MomentQYC ( https://github.com/MomentQYC ). Your first attemt encourage me.
2025-03-14Fix SMTP authWalter Bolles
2025-01-12change to BCC for group emailingKasanwa Solane Aster Hope (Cassandra de la Cruz-Munoz)
Signed-off-by: Raphael Kabo <raphaelkabo@hey.com>
2024-11-13nodemailer: Add support for no-auth and fix from address for attendee emailsOvv
2024-08-24Change wiki links to new docs site.Andy Piper
2024-07-26Allow self-signed certs for SMTP serverHybridSarcasm
Added "tls:" property of 'rejectUnauthorized: false' to allow program to continue startup when SMTP certificates are not able to be validated against known trusted roots.
2024-07-16fix: router bug in activitypub routerRaphael 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-07-01Allow 'none' as an email optionRaphael Kabo
2024-05-27Improve event listsRaphael Kabo
2024-05-26Properly validate URLs when editingRaphael Kabo
2024-05-26Refactor instance descriptionRaphael Kabo
2024-05-26New frontend styles, instance description functionalityRaphael Kabo
2024-05-26feat: unattend events from RSVP emailRaphael Kabo
2024-03-04fix: send text/calendar content-type for ical responsesRaphael Kabo
2024-03-04refactor: improve unattend functionality, fix bugsRaphael Kabo
2024-02-27Update dependencies to latest versionsRaphael Kabo
2024-02-27fix: event group ID not being passed to frontendRaphael Kabo
2024-02-26fix: remove unused importsRaphael Kabo
2024-02-26refactor: allow Cypress to override configRaphael Kabo
2024-02-26feat: optional public events/groupsRaphael Kabo
2024-02-25feat: set number of days to store concluded events (including permanently)Raphael Kabo
2024-02-25feat: optionally restrict event creation to specific emailsRaphael Kabo
2024-02-06Add NodeInfoRaphael Kabo
2024-02-06Allow setting attendee visibility from UIRaphael Kabo
2024-02-05Backwards compatibility for attendee visibilityRaphael Kabo
2024-02-05Handle hidden attendees in frontendRaphael Kabo
2024-02-05Handle visibility in attendee modelRaphael Kabo
2024-02-05Fix Pleroma federation, add hidden RSVP optionRaphael