summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-02Upgrade dependenciesRaphael Kabo
2023-02-02Improve error handling for image uploadsRaphael Kabo
2022-12-28Merge pull request #85 from redneckcatholic/fix-event-deletionRaphael
Fix event deletion
2022-11-23Fix event deletionredneckcatholic
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-16fix: check if event has max attendee limitRaphael Kabo
2022-11-14lintingRaphael Kabo
2022-11-14feat: specify number of attendees in partyRaphael Kabo
2022-11-13Merge pull request #79 from dariusk/dariusk-fedifixRaphael
Updating federation code to work with recent Mastodon
2022-11-13chore: dependency upgradesRaphael Kabo
2022-11-13fix: set sparse index on attendee passwordRaphael Kabo
2022-11-10Updating federation code to work with recent MastodonDarius Kazemi
2022-04-27Version bumpRaphael Kabo
2022-04-27fix: Move attendee password generation serversideRaphael Kabo
2022-04-25feat: Add subscribe to group functionalityRaphael Kabo
2022-04-25feat: Event group updated email templateRaphael Kabo
2022-04-24fix: Added help text to event group feed URLRaphael Kabo
2022-04-24fix: Debug ICS feed frontend displayRaphael Kabo
2022-04-24fix: Debug ICS feed generationRaphael Kabo
2022-04-23feat: Add event group ical feedsRaphael Kabo
2022-04-23Update version to 1.2.1Raphael Kabo
2022-04-23Update version to 1.1.2Raphael Kabo
2022-04-23fix: send event group event data to handlebarsRaphael Kabo
2022-04-23chore: dependency updatesRaphael Kabo
2022-01-17Updated home page intro textRaphael Kabo
2022-01-17Updated marked implementationRaphael Kabo
2022-01-17Merge pull request #66 from lowercasename/dependabot/npm_and_yarn/marked-4.0.10Raphael
Bump marked from 0.7.0 to 4.0.10
2022-01-17Make emails optional when creating events/groupsRaphael Kabo
2022-01-17Bump marked from 0.7.0 to 4.0.10dependabot[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-17Remove length limit for comments and repliesRaphael Kabo
2022-01-17Set up localStorage functionality and frontendRaphael Kabo
2022-01-17Add new verify token routesRaphael Kabo
2022-01-17Update Bootrstap to 4.6Raphael Kabo
2022-01-14Change removal password help textRaphael Kabo
2022-01-14Add removal password to new attendee emailRaphael Kabo
2022-01-14Remove testing Vue scriptRaphael Kabo
2022-01-14Remove unused codeRaphael Kabo
2022-01-14Remove unused code, add KoFi banner optionRaphael Kabo
2022-01-14Update packagesRaphael Kabo
2022-01-14Remove unnecessary bits from main pagesRaphael Kabo
2021-12-16Merge pull request #65 from TastyPi/patch-1Raphael
Allow names to be less than 3 characters
2021-12-09Allow names to be less than 3 charactersGraham Rogers
There are names shorter than 3 characters such as "Jo", I don't see any reason for the minimum to be 3.
2021-02-07Version bumpRaphael Kabo
2021-02-07Removed some loggingRaphael Kabo
2021-02-07Bugfix to ical generatorRaphael Kabo
2021-02-07Bugfixes following Handlebars updateRaphael Kabo
2021-02-07Updated packagesRaphael Kabo
2020-11-05Merge pull request #56 from lowercasename/dependabot/npm_and_yarn/dot-prop-4.2.1Raphael
Bump dot-prop from 4.2.0 to 4.2.1
2020-11-05Bump dot-prop from 4.2.0 to 4.2.1dependabot[bot]
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/sindresorhus/dot-prop/releases) - [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v4.2.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-05Merge pull request #55 from lowercasename/dependabot/npm_and_yarn/bl-2.2.1Raphael
Bump bl from 2.2.0 to 2.2.1
2020-11-05Merge pull request #53 from marklechtermann/volumeRaphael
Added docker volume support for MongoDB