Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2024-02-29 | Fix deploy script | Raphael Kabo | |
2024-02-28 | Fix deploy script | Raphael Kabo | |
2024-02-28 | Merge pull request #137 from lowercasename/rk/docs | Raphael | |
Add docs using MkDocs | |||
2024-02-28 | Add docs using MkDocs | Raphael Kabo | |
2024-02-27 | Update dependencies to latest versions | Raphael Kabo | |
2024-02-27 | Merge pull request #136 from lowercasename/rk/layout-tweaks | Raphael | |
Layout tweaks and little fixes | |||
2024-02-27 | fix: event group ID not being passed to frontend | Raphael Kabo | |
2024-02-27 | refactor: new layout and styling tweaks | Raphael Kabo | |
2024-02-27 | housekeeping: remove unused CSS and JS | Raphael Kabo | |
2024-02-27 | Add ignore revs file | Raphael Kabo | |
2024-02-26 | Merge pull request #135 from lowercasename/rk/public-events | Raphael | |
Events and groups optionally visible on front page | |||
2024-02-26 | fix: tests in CI | Raphael Kabo | |
2024-02-26 | text/styling tweaks for public event list | Raphael Kabo | |
2024-02-26 | fix: remove unused imports | Raphael Kabo | |
2024-02-26 | testing: E2E tests for public and restricted events | Raphael Kabo | |
2024-02-26 | refactor: allow Cypress to override config | Raphael Kabo | |
2024-02-26 | fix: change wording and header tag | Raphael Kabo | |
2024-02-26 | Add description | Raphael Kabo | |
2024-02-26 | version bump | Raphael Kabo | |
2024-02-26 | feat: optional public events/groups | Raphael Kabo | |