Skip to content
#

loopback

Here are 503 public repositories matching this topic...

loopback-next
beeman
beeman commented Jun 23, 2017

Feature request

  • Feature request

Description of feature (or steps to reproduce if bug)

Currently the sample data in Colmena consists of a lot of Lorem Ipsum text.

It would be great if there were a few dummy stories, events and pages so they can be linked to a website.

This should give the user a more interesting experience

RossWilliams
RossWilliams commented Mar 18, 2016
if (ctx.options.skipAccess) {
  debug('skipAccess: true - skipping access filters');
  return next();
}
// Do not filter if the request is being made against a single model instance.
if (_get(ctx.query, 'where.id')) {
  debug('looking up by Id - skipping access filters');
  return next();
}

These two access bypass mechanisms are undocumented and could expose data to unauthorise

JorgeRodr
JorgeRodr commented Jun 25, 2018

Description/Steps to reproduce

We should add sentry configuration to environment file and create a final middleware for Raven calls.

Expected result

Raven must be called with the correct configuration when an error occurrs.

Additional information

Also, maybe it could be interesting to review the try/catch strategy because, if I'm right, catch calls next() automatically, so it

Improve this page

Add a description, image, and links to the loopback topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the loopback topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.