summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-24Change wiki links to new docs site.Andy Piper
2024-08-10Merge pull request #167 from lowercasename/rk/deploy-via-dockerRaphael
Switch to deploy via Docker Compose
2024-08-01Merge remote-tracking branch 'origin/main' into rk/deploy-via-dockerRaphael Kabo
2024-08-01Fix workflow nameRaphael Kabo
2024-08-01Switch to deploy via Docker ComposeRaphael Kabo
2024-08-01Merge pull request #166 from lowercasename/rk/ghcrRaphael
Publish container to GHCR
2024-08-01Remove accidentally commited Docker directoryRaphael Kabo
2024-08-01Add GitHub CI files to publish Docker containerRaphael Kabo
2024-07-31Add dist directory to dockerignoreRaphael Kabo
2024-07-31update Docker documentationRaphael Kabo
2024-07-31fix: Docker unhappy with CMDRaphael Kabo
2024-07-27Merge pull request #162 from HybridSarcasm/patch-1Raphael
Docker volume for 'events' folder
2024-07-27Update comments in DockerfileRaphael
2024-07-27Merge branch 'main' into patch-1Raphael
2024-07-27Merge pull request #163 from HybridSarcasm/patch-2Raphael
Allow self-signed certs for SMTP server
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-26Docker 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-16feat: automatically set end time after start time blurredRaphael Kabo
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-01Update Docker configurationRaphael Kabo
2024-07-01Allow 'none' as an email optionRaphael Kabo
2024-05-27Merge pull request #154 from lowercasename/rk/improve-event-listsRaphael
Improve event lists
2024-05-27Match CI PNPM version to currentRaphael Kabo
2024-05-27Improve event listsRaphael Kabo
2024-05-27Tweak 404 page textRaphael Kabo
2024-05-26Update dependenciesRaphael Kabo
2024-05-26Merge pull request #153 from lowercasename/rk/url-validationRaphael
Fix URL validation
2024-05-26fix cypress testsRaphael Kabo
2024-05-26fix event and event group edit buttonsRaphael Kabo
2024-05-26Properly validate URLs when editingRaphael Kabo
2024-05-26Merge pull request #138 from lowercasename/rk/style-overhaulRaphael
Style overhaul
2024-05-26Update version to 1.5.0Raphael Kabo
2024-05-26Fix textarea resize in edit modalsRaphael Kabo
2024-05-26Fix Alpine.js tabs on new event pagesRaphael Kabo
2024-05-26De-emphasise editing buttons in public pagesRaphael Kabo
2024-05-26Refactor instance descriptionRaphael Kabo
2024-05-26Use Alpine.js on new event pageRaphael Kabo
2024-05-26New frontend styles, instance description functionalityRaphael Kabo
2024-05-26Merge pull request #146 from lowercasename/rk/unattend-email-linkRaphael
Unattend events from RSVP email
2024-05-26feat: unattend events from RSVP emailRaphael Kabo
2024-03-04Merge pull request #142 from lowercasename/rk/patches-1Raphael
Minor patches
2024-03-04fix: send text/calendar content-type for ical responsesRaphael Kabo
2024-03-04refactor: improve unattend functionality, fix bugsRaphael Kabo
2024-03-01Merge pull request #139 from lowercasename/lowercasename-patch-1Raphael
Update README.md
2024-03-01Update README.mdRaphael
2024-02-29Enable code highlighting in docsRaphael Kabo
2024-02-29Fix deploy scriptRaphael Kabo
2024-02-28Fix deploy scriptRaphael Kabo
2024-02-28Merge pull request #137 from lowercasename/rk/docsRaphael
Add docs using MkDocs
2024-02-28Add docs using MkDocsRaphael Kabo