GithubHelp home page GithubHelp logo

evently-nl / ls-extendremotecontrol Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sondagespro/ls-extendremotecontrol

0.0 1.0 0.0 20 KB

Demo plugin : How to extend remote control

License: GNU General Public License v3.0

PHP 100.00%

ls-extendremotecontrol's Introduction

extendRemoteControl

Demo plugin to show how to extend remote control in API

Installation

Via GIT

  • Go to your LimeSurvey Directory (version up to 2.06)
  • Clone in plugins/extendRemoteControl directory

Via ZIP dowload

  • Get the file and uncompress it
  • Move the file included to plugins/extendRemoteControl directory

LimeSurvey configuration

With LimeSurvey 2.06lts or lesser

To allow plugin to be called via RPC POST routine, you need to disable CsrfValidation for plugins/direct'. This can be done in application/config/config.php.

	'components' => array(
		'db' => array(
			[...]
		),
		'request' => array(
			'class'=>'LSHttpRequest',
			'noCsrfValidationRoutes'=>array(
				'remotecontrol',
				'plugins/direct'
		),
	[...]
	),

With LimeSurvey 2.50 after build 160330 or 2.06_sp_1.0.9

The plugin can be used with newUnsecureRequest event

Home page & Copyright

Support

ls-extendremotecontrol's People

Contributors

shnoulle avatar

Watchers

Stefan Verweij avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.