Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-11 | Update docs and Docker Compose config | Raphael Kabo | |
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 | |
2024-05-26 | Fix Alpine.js tabs on new event pages | Raphael Kabo | |
2024-05-26 | De-emphasise editing buttons in public pages | Raphael Kabo | |
2024-05-26 | Refactor instance description | Raphael Kabo | |
2024-05-26 | Use Alpine.js on new event page | Raphael Kabo | |
2024-05-26 | New frontend styles, instance description functionality | Raphael Kabo | |
2024-05-26 | Merge pull request #146 from lowercasename/rk/unattend-email-link | Raphael | |
Unattend events from RSVP email | |||
2024-05-26 | feat: unattend events from RSVP email | Raphael Kabo | |
2024-03-04 | Merge pull request #142 from lowercasename/rk/patches-1 | Raphael | |
Minor patches | |||
2024-03-04 | fix: send text/calendar content-type for ical responses | Raphael Kabo | |
2024-03-04 | refactor: improve unattend functionality, fix bugs | Raphael Kabo | |
2024-03-01 | Merge pull request #139 from lowercasename/lowercasename-patch-1 | Raphael | |
Update README.md | |||
2024-03-01 | Update README.md | Raphael | |
2024-02-29 | Enable code highlighting in docs | Raphael Kabo | |