Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2024-07-16 | feat: automatically set end time after start time blurred | Raphael Kabo | |
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-07-01 | Update Docker configuration | Raphael Kabo | |
2024-07-01 | Allow 'none' as an email option | Raphael Kabo | |
2024-05-27 | Merge pull request #154 from lowercasename/rk/improve-event-lists | Raphael | |
Improve event lists | |||
2024-05-27 | Match CI PNPM version to current | Raphael Kabo | |
2024-05-27 | Improve event lists | Raphael Kabo | |
2024-05-27 | Tweak 404 page text | Raphael Kabo | |
2024-05-26 | Update dependencies | Raphael Kabo | |
2024-05-26 | Merge pull request #153 from lowercasename/rk/url-validation | Raphael | |
Fix URL validation | |||
2024-05-26 | fix cypress tests | Raphael Kabo | |
2024-05-26 | fix event and event group edit buttons | Raphael Kabo | |
2024-05-26 | Properly validate URLs when editing | Raphael Kabo | |
2024-05-26 | Merge pull request #138 from lowercasename/rk/style-overhaul | Raphael | |
Style overhaul | |||
2024-05-26 | Update version to 1.5.0 | Raphael Kabo | |
2024-05-26 | Fix textarea resize in edit modals | Raphael Kabo | |