API
API copied to clipboard
The API for a better world.
Bumps [feathers-hooks-common](https://github.com/feathersjs/feathers-hooks-common) from 4.14.3 to 4.20.7. Changelog *Sourced from [feathers-hooks-common's changelog](https://github.com/feathers-plus/feathers-hooks-common/blob/master/CHANGELOG.md).* > ## [v4.20.7](https://github.com/feathers-plus/feathers-hooks-common/tree/v4.20.7) (2019-02-22) > [Full Changelog](https://github.com/feathers-plus/feathers-hooks-common/compare/v4.20.6...v4.20.7) > > ## [v4.20.6](https://github.com/feathers-plus/feathers-hooks-common/tree/v4.20.6) (2019-02-22) > [Full Changelog](https://github.com/feathers-plus/feathers-hooks-common/compare/v4.20.5...v4.20.6) > > ## [v4.20.5](https://github.com/feathers-plus/feathers-hooks-common/tree/v4.20.5)...
Bumps [@feathersjs/express](https://github.com/feathersjs/feathers) from 1.2.3 to 1.3.1. Commits - See full diff in [compare view](https://github.com/feathersjs/feathers/commits/@feathersjs/[email protected]) [](https://dependabot.com/compatibility-score.html?dependency-name=@feathersjs/express&package-manager=npm_and_yarn&previous-version=1.2.3&new-version=1.3.1) Dependabot will resolve any conflicts with this PR as long as you don't...
Bumps [winston](https://github.com/winstonjs/winston) from 3.0.0 to 3.2.1. Changelog *Sourced from [winston's changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md).* > ## v3.2.1 / 2018-01-29 > ### UNBOUND PROTOTYPE AD INFINITUM EDITION > > - #[1579], ([**indexzero**](https://github.com/indexzero)) Fallback to...
Bumps [@feathersjs/configuration](https://github.com/feathersjs/feathers) from 1.0.2 to 2.0.6. Release notes *Sourced from [@feathersjs/configuration's releases](https://github.com/feathersjs/feathers/releases).* > ## A minimalist real-time framework for tomorrow's apps. > - Separate API providers into [feathers-rest](https://github.com/feathersjs/feathers-rest), [feathers-socketio](https://github.com/feathersjs/feathers-socketio) and...
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. **This update includes security fixes.** Vulnerabilities fixed *Sourced from The GitHub Security Advisory Database.* > **Low severity vulnerability that affects extend** > A prototype...
At the moment, the API returns 404 when deleting a comment. This prevents implementation of https://github.com/Human-Connection/WebApp/pull/347 . It turns out the issue lies in the before all hook `softDelete`, which...
After changing the domains to xip.io, a local Docker development environment was unable to load images (failing with 401 unauthorized). That is because the JWT token audience uri was still...
this is a requirement for https://github.com/Human-Connection/WebApp/pull/218