]> git.mxchange.org Git - friendica.git/commit
Solving the "Disallow public access to addons listed in the apps menu" has no effect bug
authorZered <zered.free@free.fr>
Wed, 24 Jul 2013 01:45:22 +0000 (03:45 +0200)
committerZered <zered.free@free.fr>
Wed, 24 Jul 2013 01:53:10 +0000 (03:53 +0200)
commita6fae9a0db1dbcd0d8ed50f5315d620da7677933
treed5a707caa53063ee0e105e9175ad1f4ed61d6ca0
parent7f36a6fcbd8802fb2db470cdd4dbf54284b46637
Solving the "Disallow public access to addons listed in the apps menu" has no effect bug

Adding plugin_is_app function in include/plugin.php for checking if a plugin is an app or not (checking the existence of an 'app_menu' hook)

Populating the app menu conditionaly ( is the user logged or not, are apps private ) and dissalowing apps running if apps are private and the user not logged
include/plugin.php
index.php