summaryrefslogtreecommitdiffstats
path: root/provisioning-controller.lua
Commit message (Expand)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-201-41/+43
* Fix bug in providing blank config to unprovisioned phoneTed Trask2013-09-091-2/+2
* Fix redirection when creating new devicesTed Trask2013-08-261-12/+2
* Fixes to some local functions in modelTed Trask2012-08-071-3/+3
* Removed calls to redirect_to_referrer and only call redirect if function existsTed Trask2012-08-071-10/+10
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-13/+13
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-24/+22
* Added new listrequests, deleterequest, and createdevicefromrequest actionsTed Trask2011-10-141-0/+17
* Changes to implement PUTTed Trask2011-10-101-1/+1
* Change viewclassparams to getclassvaluesTed Trask2011-10-101-2/+2
* Added viewclassparams, getfile, and putfile actions plus determine_class.lua ...Ted Trask2011-10-101-0/+12
* Added new dumpdatabase action to dump database without ids - helps compare da...Ted Trask2011-07-041-0/+4
* After create device, redirect to edit itTed Trask2011-03-041-1/+6
* Made getdevicevalues and searchdevices into proper forms and added searchbyex...Ted Trask2011-03-011-2/+2
* Removed name from provisioning_devices, changed getdevicevalues to take param...Ted Trask2011-02-281-1/+1
* Removed template from device and set it up as a parameter instead, moved scri...Ted Trask2011-02-261-3/+3
* Added concept of class groups to allow separate name and label for class groupsTed Trask2011-02-111-0/+16
* Added script files to be run after edit device and after edit device params.Ted Trask2011-01-111-0/+8
* Added support for select type and provisioning options.Ted Trask2010-12-091-0/+4
* Broke up get_device_values into two functions, one by name, one by device_id.Ted Trask2010-11-261-1/+1
* Adjusted search to include != and regular expressions comparisons.Ted Trask2010-11-261-1/+1
* Removed handling of viewtype because now will be handled by core.Ted Trask2010-11-161-9/+0
* Added searchdevices action and fixed getdeviceparams to be proper structure, ...Ted Trask2010-11-101-0/+10
* Added duplicatedevice actionTed Trask2010-11-041-0/+4
* Added getdevicevalues with templated viewtype to load template with haserl.Ted Trask2010-11-041-0/+3
* Starting to develop provisioning application.Ted Trask2010-10-281-0/+97