Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2025-02-11 | Merge pull request #189 from lowercasename/instance-information | Raphael | |
Update docs and Docker Compose config | |||
2025-02-11 | Merge branch 'main' into instance-information | Raphael | |
2025-02-11 | Update docs and Docker Compose config | Raphael Kabo | |
2025-02-11 | Merge pull request #187 from lowercasename/email-bccs | Raphael | |
Change to BCC for group emailing | |||
2025-02-11 | Merge remote-tracking branch 'origin/main' into email-bccs | Raphael Kabo | |
2025-02-11 | Merge branch 'main' into update/installation-docs | Raphael | |
2025-02-11 | Merge branch 'main' into update/remove-google-fonts | Raphael | |
2025-02-11 | Merge pull request #188 from lowercasename/update-artifact-actions | Raphael | |
Upgrade upload-artifact and download-artifact to v4 | |||
2025-02-11 | Upgrade upload-artifact and download-artifact to v4 | Raphael Kabo | |
2025-02-11 | add a bit more info to installation instructions | alifeee | |
pertinently allowing `pnpm` to be run by anyone | |||
2025-02-11 | remove Google Fonts dependency | alifeee | |
...by locally serving the font file `@font-face` rule copied from Google Font URL | |||
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-11-13 | Merge pull request #177 from ovv/nodemailler-no-auth | Raphael | |
nodemailer: Add support for no-auth and fix from address | |||
2024-11-13 | nodemailer: Add support for no-auth and fix from address for attendee emails | Ovv | |
2024-08-25 | Merge pull request #172 from andypiper/fix-doc-links | Raphael | |
Change wiki links to new docs site. | |||
2024-08-24 | Change wiki links to new docs site. | Andy Piper | |
2024-08-10 | Merge pull request #167 from lowercasename/rk/deploy-via-docker | Raphael | |
Switch to deploy via Docker Compose | |||
2024-08-01 | Merge remote-tracking branch 'origin/main' into rk/deploy-via-docker | Raphael Kabo | |
2024-08-01 | Fix workflow name | Raphael Kabo | |
2024-08-01 | Switch to deploy via Docker Compose | Raphael Kabo | |
2024-08-01 | Merge pull request #166 from lowercasename/rk/ghcr | Raphael | |
Publish container to GHCR | |||
2024-08-01 | Remove accidentally commited Docker directory | Raphael Kabo | |
2024-08-01 | Add GitHub CI files to publish Docker container | Raphael Kabo | |
2024-07-31 | Add dist directory to dockerignore | Raphael Kabo | |
2024-07-31 | update Docker documentation | Raphael Kabo | |
2024-07-31 | fix: Docker unhappy with CMD | Raphael Kabo | |
2024-07-27 | Merge pull request #162 from HybridSarcasm/patch-1 | Raphael | |
Docker volume for 'events' folder | |||
2024-07-27 | Update comments in Dockerfile | Raphael | |
2024-07-27 | Merge branch 'main' into patch-1 | Raphael | |
2024-07-27 | Merge pull request #163 from HybridSarcasm/patch-2 | Raphael | |
Allow self-signed certs for SMTP server | |||
2024-07-26 | Allow self-signed certs for SMTP server | HybridSarcasm | |
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-26 | Docker volume for 'events folder' | HybridSarcasm | |
Added docker-compose example for mounting a volume for the /app/public/events directory. This can be helpful because rebuilding the docker image per instructions causes user-uploaded images to be lost. Using a persistent volume prevents this data loss when rebuilding. |