Marcus Williams

Results 41 issues of Marcus Williams

I've set up a permission for the registered role on a model with the relation set to owner,and the models have the owner attribute set but when a registered user...

For some reason only some of my models are being populated with the owner and createdBy attributes and I've not set `autoCreatedBy` to `false` anywhere. Is there any other reason...

I know the model id is stored in the body field of the request log but it might be beneficial to store it as an attribute too just to make...

How is the public role supposed to work? I would have assumed that this role could be used for users that are not logged in i.e anonymous users. However I...

question
documentation

Is it currently possible for row level security to be applied to populated associations? It works on find and findOne but not in populations.

question

Once permissions are setup I would like to be able to tell if the current user has permission to perform an action i.e read, edit, or delete on the item....

question
documentation

Firstly it fails for the ip address which could be resolved by including `req.socket.handshake.address.address` but then it fails on the sanitizeRequestUrl function as req.get('host') causes the error has no method...

bug

I'm wanting to make some changes to the way the local protocol works in particular the login but can't work it out. In my app api > services > protocols...

At the moment all my users can login using the local method however I would like to add an option to login using Google. However when I try and login...

help wanted
question

Are you still going to be implementing a clear cache option for this?