Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Allow names to be less than 3 characters
|
|
There are names shorter than 3 characters such as "Jo", I don't see any reason for the minimum to be 3.
|
|
|
|
|
|
|
|
|
|
|
|
Bump dot-prop from 4.2.0 to 4.2.1
|
|
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>
|
|
Bump bl from 2.2.0 to 2.2.1
|
|
Added docker volume support for MongoDB
|
|
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>
|
|
lowercasename/dependabot/npm_and_yarn/express-jwt-6.0.0
Bump express-jwt from 5.3.3 to 6.0.0
|
|
Bump lodash from 4.17.15 to 4.17.19
|
|
lowercasename/dependabot/npm_and_yarn/express-fileupload-1.1.9
Bump express-fileupload from 1.1.6 to 1.1.9
|
|
|
|
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>
|
|
|
|
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>
|
|
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>
|
|
|
|
Nanoid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bump acorn from 6.2.1 to 6.4.1
|
|
Anchor upcoming events
|
|
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
|
|
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>
|
|
Adding failsafe for misssing AP data
|
|
|
|
Normalize whitespace
|
|
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.
|
|
|
|
|
|
Federating gathio
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|