LimeSurvey: master e1b5e572

Author Committer Branch Timestamp Parent
DenisChenu DenisChenu master 2016-03-21 18:22:26 master 3ba25c21
Changeset

New feature : newUnsecureRequest event : same than direct request but without CRSF
Dev: this allow extend of remote control : add a demo plugin
Dev: this allow other system using POST request (exemple SOAP)
Dev: The plugin must subscribe to newUnsecureRequest : think the event name is clear enough

mod - application/config/internal.php Diff File
mod - application/controllers/PluginsController.php Diff File
add - plugins/Demo/extendRemoteControl/RemoteControlHandler.php Diff File
add - plugins/Demo/extendRemoteControl/extendRemoteControl.php Diff File