Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-12 | upgrade dependencies | Raphael Kabo | |
2023-05-12 | remove unused packages | Raphael Kabo | |
2023-05-12 | replace npm with pnpm | Raphael Kabo | |
2023-02-17 | Merge pull request #93 from chilledtonic/tonic/microformats | Raphael | |
✨ add h-event microformat markup | |||
2023-02-06 | ⚡️ improvement: track dt-start and dt-end | Alex S | |
Added two invisible <time> tags which allow for microformat parsing of dt-start & dt-end | |||
2023-02-04 | fix: don't update missing activitypub events | Raphael Kabo | |
2023-02-02 | ✨ add h-event microformat markup | Alex Spezowka | |
2023-02-02 | Set minimum required Node.js to 16 | Raphael Kabo | |
2023-02-02 | Add version string to footer | Raphael Kabo | |
2023-02-02 | Version bump | Raphael Kabo | |
2023-02-02 | Upgrade dependencies | Raphael Kabo | |
2023-02-02 | Improve error handling for image uploads | Raphael Kabo | |
2022-12-28 | Merge pull request #85 from redneckcatholic/fix-event-deletion | Raphael | |
Fix event deletion | |||
2022-11-23 | Fix event deletion | redneckcatholic | |
Append the editToken to the deleteEvent form action to fix the 404 error on event deletion. Refactor broadcastDeleteMessage so that eventDeletion works when federation is disabled. Send deletion emails within the callback, otherwise DB lookup will fail on deleted event id. Fixes #15 | |||
2022-11-16 | fix: check if event has max attendee limit | Raphael Kabo | |
2022-11-14 | linting | Raphael Kabo | |
2022-11-14 | feat: specify number of attendees in party | Raphael Kabo | |
2022-11-13 | Merge pull request #79 from dariusk/dariusk-fedifix | Raphael | |
Updating federation code to work with recent Mastodon | |||
2022-11-13 | chore: dependency upgrades | Raphael Kabo | |
2022-11-13 | fix: set sparse index on attendee password | Raphael Kabo | |
2022-11-10 | Updating federation code to work with recent Mastodon | Darius Kazemi | |
2022-04-27 | Version bump | Raphael Kabo | |
2022-04-27 | fix: Move attendee password generation serverside | Raphael Kabo | |
2022-04-25 | feat: Add subscribe to group functionality | Raphael Kabo | |
2022-04-25 | feat: Event group updated email template | Raphael Kabo | |
2022-04-24 | fix: Added help text to event group feed URL | Raphael Kabo | |
2022-04-24 | fix: Debug ICS feed frontend display | Raphael Kabo | |
2022-04-24 | fix: Debug ICS feed generation | Raphael Kabo | |
2022-04-23 | feat: Add event group ical feeds | Raphael Kabo | |
2022-04-23 | Update version to 1.2.1 | Raphael Kabo | |
2022-04-23 | Update version to 1.1.2 | Raphael Kabo | |
2022-04-23 | fix: send event group event data to handlebars | Raphael Kabo | |
2022-04-23 | chore: dependency updates | Raphael Kabo | |
2022-01-17 | Updated home page intro text | Raphael Kabo | |
2022-01-17 | Updated marked implementation | Raphael Kabo | |
2022-01-17 | Merge pull request #66 from lowercasename/dependabot/npm_and_yarn/marked-4.0.10 | Raphael | |
Bump marked from 0.7.0 to 4.0.10 | |||
2022-01-17 | Make emails optional when creating events/groups | Raphael Kabo | |
2022-01-17 | Bump marked from 0.7.0 to 4.0.10 | dependabot[bot] | |
Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v0.7.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-01-17 | Remove length limit for comments and replies | Raphael Kabo | |
2022-01-17 | Set up localStorage functionality and frontend | Raphael Kabo | |
2022-01-17 | Add new verify token routes | Raphael Kabo | |
2022-01-17 | Update Bootrstap to 4.6 | Raphael Kabo | |
2022-01-14 | Change removal password help text | Raphael Kabo | |
2022-01-14 | Add removal password to new attendee email | Raphael Kabo | |
2022-01-14 | Remove testing Vue script | Raphael Kabo | |
2022-01-14 | Remove unused code | Raphael Kabo | |
2022-01-14 | Remove unused code, add KoFi banner option | Raphael Kabo | |
2022-01-14 | Update packages | Raphael Kabo | |
2022-01-14 | Remove unnecessary bits from main pages | Raphael Kabo | |
2021-12-16 | Merge pull request #65 from TastyPi/patch-1 | Raphael | |
Allow names to be less than 3 characters |