Skip to content
#

groups

Here are 197 public repositories matching this topic...

Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 16 international languages.

  • Updated Jun 25, 2020
  • PHP
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

RalfJung
RalfJung commented Mar 21, 2015

Original Title: Provide "delete" button for anonymous votes

Currently, it does not seem possible for an anonymous (as in, unregistered) vote to be deleted again. Since it is possible to edit the name and change the vote arbitrarily, that seems fairly pointless. Hence I think it would make sense to provide deleting, just like for registered users.

Improve this page

Add a description, image, and links to the groups 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 groups topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.