API icon indicating copy to clipboard operation
API copied to clipboard

The API for a better world.

Results 32 API issues
Sort by recently updated
recently updated
newest added

I couldn't seed the database without the docker environment. Now I found out I had to `chown -R robert.` and some uploads in public/ folder were changed. I believe, we...

Our current `edge` docker image is 205MB big. That's way too large. Probably there is some potential for minimization of the image size. https://hub.docker.com/r/humanconnection/api-feathers/tags/

Bumps [feathers-mongoose](https://github.com/feathersjs-ecosystem/feathers-mongoose) from 6.1.2 to 6.1.4. Changelog *Sourced from [feathers-mongoose's changelog](https://github.com/feathersjs-ecosystem/feathers-mongoose/blob/master/CHANGELOG.md).* > ## [v6.1.4](https://github.com/feathersjs-ecosystem/feathers-mongoose/tree/v6.1.4) (2018-08-08) > [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongoose/compare/v6.1.3...v6.1.4) > > **Closed issues:** > > - DeprecationWarning: collection.count is deprecated, and...

dependencies

Currently the profile images vary on profiles, organizations and also on the upload state. We should combine all states in one component (with sub components) to address that issue. Also...

When a user updates a comment with a mention inside it will trigger the notification again.

Bug
Help-Wanted

We need a initial admin user for in the docker image. Threfore we should add docker parameters. When running the docker container we have the ability to attach the parameters...

Setup

We should take a look at [feathers-permissions](https://github.com/feathersjs-ecosystem/feathers-permissions) to provide more fine graned permissions

setup [feathers-sync](https://github.com/feathersjs-ecosystem/feathers-sync) so we can finally scale the api to more then one server

Enhancement

currently we do not inform the user by email when they have new notifications. We should somehow collect them periodicaly and send summeries to the user. This behavior should be...