Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow parameter failure when creating device (or could never create devices) | Ted Trask | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | Better error reporting for editgroup/param when succeeded but setting device ↵ | Ted Trask | 2015-12-28 | 1 | -2/+2 |
| | | | | params failed | ||||
* | Add bulkdumpdevices action to export devices to CSV file | Ted Trask | 2015-11-12 | 1 | -0/+4 |
| | |||||
* | Create bulkcreatedevices action | Ted Trask | 2015-11-06 | 1 | -0/+4 |
| | |||||
* | Add server-side pagination/sorting/filtering to listrequests action using ↵ | Ted Trask | 2015-07-06 | 1 | -1/+1 |
| | | | | tablesorter | ||||
* | Add server-side pagination, sorting, and filtering for listdevices action | Ted Trask | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-20 | 1 | -41/+43 |
| | | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment. | ||||
* | Fix bug in providing blank config to unprovisioned phone | Ted Trask | 2013-09-09 | 1 | -2/+2 |
| | | | | Add some code to handle nil clientdata and pass self to get/put_file functions | ||||
* | Fix redirection when creating new devices | Ted Trask | 2013-08-26 | 1 | -12/+2 |
| | |||||
* | Fixes to some local functions in model | Ted Trask | 2012-08-07 | 1 | -3/+3 |
| | |||||
* | Removed calls to redirect_to_referrer and only call redirect if function exists | Ted Trask | 2012-08-07 | 1 | -10/+10 |
| | |||||
* | Updated for handle_form now passing self to get and set functions | Ted Trask | 2012-04-28 | 1 | -13/+13 |
| | |||||
* | Started work on updating for acf-core-0.15 | Ted Trask | 2012-04-18 | 1 | -24/+22 |
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions | ||||
* | Added new listrequests, deleterequest, and createdevicefromrequest actions | Ted Trask | 2011-10-14 | 1 | -0/+17 |
| | |||||
* | Changes to implement PUT | Ted Trask | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | Change viewclassparams to getclassvalues | Ted Trask | 2011-10-10 | 1 | -2/+2 |
| | |||||
* | Added viewclassparams, getfile, and putfile actions plus determine_class.lua ↵ | Ted Trask | 2011-10-10 | 1 | -0/+12 |
| | | | | | | | | | | script and provisioning_requests table. viewclassparams shows the parameters and default values for a class getfile is used to get the config file for a known device and a default config file for unconfigured devices putfile is unimplemented, but will be used for parsing files uploaded to the server determine_class.lua determines which device class best matches an unconfigured device (by agent) provisioning_requests table will track the last request (ip, agent, and timestamp) for each device | ||||
* | Added new dumpdatabase action to dump database without ids - helps compare ↵ | Ted Trask | 2011-07-04 | 1 | -0/+4 |
| | | | | databases | ||||
* | After create device, redirect to edit it | Ted Trask | 2011-03-04 | 1 | -1/+6 |
| | |||||
* | Made getdevicevalues and searchdevices into proper forms and added ↵ | Ted Trask | 2011-03-01 | 1 | -2/+2 |
| | | | | searchbyextension and searchbymac actions. | ||||
* | Removed name from provisioning_devices, changed getdevicevalues to take ↵ | Ted Trask | 2011-02-28 | 1 | -1/+1 |
| | | | | parameter id, comparision, value (like search) | ||||
* | Removed template from device and set it up as a parameter instead, moved ↵ | Ted Trask | 2011-02-26 | 1 | -3/+3 |
| | | | | scripts into privisioning-scripts.lua, and added DB values for all tables to set up phone provisioning | ||||
* | Added concept of class groups to allow separate name and label for class groups | Ted Trask | 2011-02-11 | 1 | -0/+16 |
| | | | | | | | Added four new actions - listclassgroups, editclassgroup, createclassgroup, and deleteclassgroup Added new provisioning_class_groups table Changed provisioning_classes to change name to class_group_id plus added seq field Modified groups to only accept alphanumeric names and display param group label instead of name when editing params | ||||
* | Added script files to be run after edit device and after edit device params. | Ted Trask | 2011-01-11 | 1 | -0/+8 |
| | |||||
* | Added support for select type and provisioning options. | Ted Trask | 2010-12-09 | 1 | -0/+4 |
| | |||||
* | Broke up get_device_values into two functions, one by name, one by device_id. | Ted Trask | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | Adjusted search to include != and regular expressions comparisons. | Ted Trask | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | Removed handling of viewtype because now will be handled by core. | Ted Trask | 2010-11-16 | 1 | -9/+0 |
| | |||||
* | Added searchdevices action and fixed getdeviceparams to be proper structure, ↵ | Ted Trask | 2010-11-10 | 1 | -0/+10 |
| | | | | not array | ||||
* | Added duplicatedevice action | Ted Trask | 2010-11-04 | 1 | -0/+4 |
| | |||||
* | Added getdevicevalues with templated viewtype to load template with haserl. | Ted Trask | 2010-11-04 | 1 | -0/+3 |
| | |||||
* | Starting to develop provisioning application. | Ted Trask | 2010-10-28 | 1 | -0/+97 |
It has the basics for creating/editing/deleting devices/templates/classes/groups/parameters. |