summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-09-03Bump bl from 2.2.0 to 2.2.1dependabot[bot]
Bumps [bl](https://github.com/rvagg/bl) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](https://github.com/rvagg/bl/compare/v2.2.0...v2.2.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-08-14Merge pull request #50 from ↵Raphael
lowercasename/dependabot/npm_and_yarn/express-jwt-6.0.0 Bump express-jwt from 5.3.3 to 6.0.0
2020-08-14Merge pull request #52 from lowercasename/dependabot/npm_and_yarn/lodash-4.17.19Raphael
Bump lodash from 4.17.15 to 4.17.19
2020-08-14Merge pull request #54 from ↵Raphael
lowercasename/dependabot/npm_and_yarn/express-fileupload-1.1.9 Bump express-fileupload from 1.1.6 to 1.1.9
2020-08-14Hash as Docker tag supportedMark Lechtermann
2020-08-05Bump express-fileupload from 1.1.6 to 1.1.9dependabot[bot]
Bumps [express-fileupload](https://github.com/richardgirges/express-fileupload) from 1.1.6 to 1.1.9. - [Release notes](https://github.com/richardgirges/express-fileupload/releases) - [Commits](https://github.com/richardgirges/express-fileupload/compare/1.1.6...1.1.9) Signed-off-by: dependabot[bot] <support@github.com>
2020-08-04Added docker volume support for MongoDBMark Lechtermann
2020-07-17Bump lodash from 4.17.15 to 4.17.19dependabot[bot]
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-30Bump express-jwt from 5.3.3 to 6.0.0dependabot[bot]
Bumps [express-jwt](https://github.com/auth0/express-jwt) from 5.3.3 to 6.0.0. - [Release notes](https://github.com/auth0/express-jwt/releases) - [Changelog](https://github.com/auth0/express-jwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/express-jwt/compare/v5.3.3...v6.0.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-13Added Nodemailer as an SMTP servicelowercasename
2020-06-13Merge pull request #48 from lowercasename/nanoidRaphael
Nanoid
2020-06-12Fixed nanoid generationlowercasename
2020-06-12Version bump, changed license to GPLlowercasename
2020-06-12Package updateslowercasename
2020-06-12Switch over shortid to nanoidlowercasename
2020-06-12Remove debugginglowercasename
2020-06-12More debugging to event deletionlowercasename
2020-06-12Debugging and fixes to event deletionlowercasename