Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-05 | Merge pull request #56 from lowercasename/dependabot/npm_and_yarn/dot-prop-4.2.1 | Raphael | |
Bump dot-prop from 4.2.0 to 4.2.1 | |||
2020-11-05 | Bump dot-prop from 4.2.0 to 4.2.1 | dependabot[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-05 | Merge pull request #55 from lowercasename/dependabot/npm_and_yarn/bl-2.2.1 | Raphael | |
Bump bl from 2.2.0 to 2.2.1 | |||
2020-11-05 | Merge pull request #53 from marklechtermann/volume | Raphael | |
Added docker volume support for MongoDB | |||
2020-09-03 | Bump bl from 2.2.0 to 2.2.1 | dependabot[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-14 | Merge 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-14 | Merge pull request #52 from lowercasename/dependabot/npm_and_yarn/lodash-4.17.19 | Raphael | |
Bump lodash from 4.17.15 to 4.17.19 | |||
2020-08-14 | Merge 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-14 | Hash as Docker tag supported | Mark Lechtermann | |
2020-08-05 | Bump express-fileupload from 1.1.6 to 1.1.9 | dependabot[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-04 | Added docker volume support for MongoDB | Mark Lechtermann | |
2020-07-17 | Bump lodash from 4.17.15 to 4.17.19 | dependabot[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-30 | Bump express-jwt from 5.3.3 to 6.0.0 | dependabot[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-13 | Added Nodemailer as an SMTP service | lowercasename | |
2020-06-13 | Merge pull request #48 from lowercasename/nanoid | Raphael | |
Nanoid | |||
2020-06-12 | Fixed nanoid generation | lowercasename | |
2020-06-12 | Version bump, changed license to GPL | lowercasename | |
2020-06-12 | Package updates | lowercasename | |
2020-06-12 | Switch over shortid to nanoid | lowercasename | |
2020-06-12 | Remove debugging | lowercasename | |
2020-06-12 | More debugging to event deletion | lowercasename | |
2020-06-12 | Debugging and fixes to event deletion | lowercasename | |
2020-04-23 | Merge pull request #42 from lowercasename/dependabot/npm_and_yarn/acorn-6.4.1 | Raphael | |
Bump acorn from 6.2.1 to 6.4.1 | |||
2020-04-23 | Merge pull request #44 from TheRockyDoo/patch-1 | Raphael | |
Anchor upcoming events | |||
2020-04-23 | Anchor upcoming events | TheRockyDoo | |
If you'll add #groupEvents to a div showing upcoming events you'll be able to share links scrolled straight to event list of your event group. It might come very handy for example when you embed it in <iframe> tag. Example url that scrolls automatically to an event list: https://gath.io/group/0HSOEdrcw#groupEvents | |||
2020-04-04 | Bump acorn from 6.2.1 to 6.4.1 | dependabot[bot] | |
Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.1 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.2.1...6.4.1) Signed-off-by: dependabot[bot] <support@github.com> | |||
2020-02-06 | Merge pull request #38 from dariusk/newmaster | Raphael | |
Adding failsafe for misssing AP data | |||
2020-02-06 | Merge branch 'master' into newmaster | Raphael | |
2020-02-06 | Merge pull request #37 from dariusk/whitespace | Raphael | |
Normalize whitespace | |||
2020-01-27 | Adding failsafe for misssing AP data | Darius Kazemi | |
In the case where a Gathio server upgrades to the version supporting ActivityPub, there can be errors related to missing ActivityPub actors for old events. This fixes that. | |||
2020-01-24 | Converting all tabs to two-spaces | Darius Kazemi | |
2020-01-21 | Switch all external depends over to local files | lowercasename | |
2020-01-21 | Merge pull request #30 from dariusk/newmaster | Raphael | |
Federating gathio | |||
2020-01-20 | Better error messages | Darius Kazemi | |
2020-01-20 | changing federation toggle | Darius Kazemi | |
2020-01-18 | Adding Federation toggle | Darius Kazemi | |
There is now a toggle in the `config/domain-example.js` file called `isFederated`. When set to `true`, ActivityPub functions as normal. When set to false, the ActivityPub functions all immediately return without doing anything, and AP routes return 404s. | |||
2020-01-18 | fixing CI build | Darius Kazemi | |
2020-01-17 | Adding Node version specification, fixup typos | Darius Kazemi | |
2020-01-12 | fixup | Darius Kazemi | |
2020-01-12 | Merge branch 'master' of github.com:lowercasename/gathio into newmaster | Darius Kazemi | |
2020-01-12 | reverting ical import | Darius Kazemi | |
2020-01-10 | Merge branch 'master' of github.com:lowercasename/gathio | lowercasename | |
2020-01-10 | Fixed a bug in iCal file import; added logo to emails | lowercasename | |
2020-01-10 | Revert "Revert "Fixed a bug in iCal file import"" | lowercasename | |
This reverts commit 5dcb3707c095af414f7e5e5b5bfb472f360a4216. | |||
2020-01-10 | Revert "Fixed a bug in iCal file import" | lowercasename | |
This reverts commit f2765abbee6001759f74f6c9e1161d2f02a58b2f. | |||
2020-01-10 | Fixed a bug in iCal file import | lowercasename | |
2020-01-10 | Updated Travis badge to this repo | lowercasename | |
2020-01-10 | Merge pull request #31 from palfrey/docker-travis | Raphael | |
Add Dockerised and Travis builds | |||
2020-01-07 | Add new config/domain.js setup | Tom Parker-Shemilt | |
2020-01-07 | Merge branch 'master' into docker-travis | Tom Parker-Shemilt | |