-
@daffl already closed https://github.com/feathersjs/feathers/issues/121 around the implementation of this and provided a toy example but we need proper documentation around this.
One possibility is t…
-
Example:
add parse5 to a tabris.js app
https://github.com/inikulin/parse5
-
Hi,
I am using the passport-facebook with default values:
When a user tries to login to my site, they get the following warning on the facebook screen (this happens only to users set as admins of t…
-
https://github.com/feathersjs-ecosystem/feathers-hooks-common/blob/f91393d839e0f155ccf15f7e7d5f6e1b35977015/lib/services/soft-delete.js#L37
So in the `softDelete` function the `params.provider` i…
-
If doing a permissions check on a route that may be accessed by a logged out user there is no check for the error flag.
https://github.com/feathersjs-ecosystem/feathers-permissions/blob/release/lib/i…
-
For v1 with LowDB v3 support, the following improvements to [feathers-yaml](https://github.com/FossPrime/feathers-yaml) are needed
- [x] Custom Model support
- [x] Default to JSON not Yaml (Penetr…
-
This is a continuation of discussion that originated in #535.
Currently, env var replacement is only allowed in `custom-environment-variables.*`.
Sectioning off env var replacement to this file …
-
I'm experiencing a strange error with `murmurhash-native` when it is installed via `yarn` and is forced to be built from source using `node-pre-gyp`.
I am running on OSX Big Sur, via the latest upd…
-
### Steps to reproduce
First enable multi:true in feathers. Then try to delete multiple records with a query param like so:
```
this.$store.dispatch('categories/remove',[null,{ query: { $or: [{…
-
need add ` --host 0.0.0.0 ` in build:devserver
"build:devserver": "NODE_ENV=devserver webpack-dev-server --host 0.0.0.0 --config webpack.devserver.config.js --content-base public/dist/ | grep -v …