Skip to content
#

groups

Here are 186 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 May 7, 2020
  • PHP
magnus919
magnus919 commented Apr 17, 2020

Version

Build/Run method

  • Docker
  • PKG
  • Manually built (git clone - npm install - npm run build )

Zwave2Mqtt version: 1.2.3
Openzwave Version: 1.4.1

Describe the bug
Doc bug. Trying to remove a node and the doc ends with:

enable the exclusion mode in your device to.

But the sentence is not finished. I'm not really sure what to do next to remove a dead n

bug
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.