Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-13 | nodemailer: Add support for no-auth and fix from address for attendee emails | Ovv | |
2024-08-24 | Change wiki links to new docs site. | Andy Piper | |
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 | 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 | Allow 'none' as an email option | Raphael Kabo | |
2024-05-27 | Improve event lists | Raphael Kabo | |
2024-05-26 | Properly validate URLs when editing | Raphael Kabo | |
2024-05-26 | Refactor instance description | Raphael Kabo | |
2024-05-26 | New frontend styles, instance description functionality | Raphael Kabo | |
2024-05-26 | feat: unattend events from RSVP email | Raphael Kabo | |
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-02-27 | Update dependencies to latest versions | Raphael Kabo | |
2024-02-27 | fix: event group ID not being passed to frontend | Raphael Kabo | |
2024-02-26 | fix: remove unused imports | Raphael Kabo | |
2024-02-26 | refactor: allow Cypress to override config | Raphael Kabo | |
2024-02-26 | feat: optional public events/groups | Raphael Kabo | |
2024-02-25 | feat: set number of days to store concluded events (including permanently) | Raphael Kabo | |
2024-02-25 | feat: optionally restrict event creation to specific emails | Raphael Kabo | |
2024-02-06 | Add NodeInfo | Raphael Kabo | |
2024-02-06 | Allow setting attendee visibility from UI | Raphael Kabo | |
2024-02-05 | Backwards compatibility for attendee visibility | Raphael Kabo | |
2024-02-05 | Handle hidden attendees in frontend | Raphael Kabo | |
2024-02-05 | Handle visibility in attendee model | Raphael Kabo | |
2024-02-05 | Fix Pleroma federation, add hidden RSVP option | Raphael | |
2024-02-02 | refactor: send and accept only spec-compliant AP headers | Raphael Kabo | |
2023-10-16 | Disable discoverability/indexablity for ActivityPub actors | Darius Kazemi | |
Applying the new `indexable` attribute (and the old `discoverable` attribute) to the main ActivityPub actor for a Gathio page as described here: https://github.com/mastodon/mastodon/pull/26485 Setting everything to false since Gathio is private-by-default. Using the `toot` namespace since that seems safe enough. | |||
2023-10-09 | Add known group linker to event form | Raphael Kabo | |
2023-10-09 | Sanitize Markdown HTML output everywhere | Raphael Kabo | |
2023-10-09 | Fix bug when no static pages defined | Raphael Kabo | |
2023-10-09 | Refactor publicConfig into frontendConfig | Raphael Kabo | |
2023-10-09 | Add static page config and handler | Raphael Kabo | |
2023-10-08 | Fix legacy emailers to work with new templates | Raphael Kabo | |
2023-10-08 | Refactor: import event form | Raphael Kabo | |
2023-10-08 | Refactor: event group form and API, extract JS | Raphael Kabo | |
2023-10-07 | refactor: frontend event group routes | Raphael Kabo | |
2023-10-07 | Linting | Raphael Kabo | |
2023-10-07 | Move nanoid generator to lib | Raphael Kabo | |
2023-10-07 | refactor: event form and api routes | Raphael Kabo | |
2023-10-06 | Run Prettier on all files | Raphael Kabo | |
2023-10-06 | refactor: frontend routes into TS file, new event path | Raphael Kabo | |
2023-10-06 | Add util files | Raphael Kabo | |
2023-10-06 | Add config util file | Raphael Kabo | |
2023-10-06 | Tweak IAttendee | Raphael Kabo | |
2023-10-06 | Fix return | Raphael Kabo | |
2023-10-06 | Typescript migration | Raphael Kabo | |
2023-10-06 | Add Typescript interfaces for Mongoose models | Raphael Kabo | |
2023-05-13 | Migrate from CommonJS to ES modules | Raphael Kabo | |
2023-05-13 | Migrate config library to TOML | Raphael Kabo | |
2023-05-13 | Send AP responses as activitypub+json | Raphael Kabo | |