summaryrefslogtreecommitdiffstats
path: root/provisioning-model.lua
Commit message (Expand)AuthorAgeFilesLines
* Implement deletedeviceparamgroup actionHEADmasterTed Trask2019-10-021-0/+64
* Add display param for searchdevices to display additional device valuesTed Trask2019-05-271-1/+21
* Add history log entries for calls that modify dataTed Trask2017-11-301-28/+36
* Added viewactivitylog functionality (no actual logs yet)Ted Trask2017-11-081-0/+89
* Minor cleanup to request sorting / filteringTed Trask2017-11-081-2/+2
* Fix exception by clearing cache rather than setting to nilTed Trask2017-10-041-2/+2
* Modify bulkdumpdevices to only show editable values and add bulkdumprawdevicesTed Trask2017-06-071-3/+14
* Revert "Add notifydevices param and add it to all actions that modify devices...Ted Trask2017-02-221-303/+184
* Add notifydevices param and add it to all actions that modify devices (not ye...Ted Trask2017-01-291-184/+303
* Prevent deletion of template if in useTed Trask2017-01-251-7/+16
* Add logging for forensicsTed Trask2016-12-261-0/+40
* Remove trailing whitespaceTed Trask2016-08-101-11/+11
* Fix bulkcreatedevices to handle DOS line endings and blank linesTed Trask2016-03-111-3/+9
* Modify dump_database to enforce consistent order for device classes and valuesTed Trask2016-03-111-2/+2
* Change file actions filesize to size, size and mtime not user-friendly, use p...Ted Trask2016-01-181-3/+3
* Revert changes inadvertently included in "Bump version to 0.8.7"Ted Trask2016-01-181-3/+3
* Fix filter by device_id in listdevicesTed Trask2016-01-181-1/+9
* Bump version to 0.8.7v0.8.7Ted Trask2016-01-181-3/+3
* Allow parameter failure when creating device (or could never create devices)Ted Trask2016-01-021-1/+8
* Better error reporting for editgroup/param when succeeded but setting device ...Ted Trask2015-12-281-2/+12
* Need to pass error text into handlesqlexceptionTed Trask2015-12-281-42/+42
* Use cfe:print_errtxt in more places for better error reportingTed Trask2015-12-281-29/+5
* Modify update_device to also validate device params (this causes update_devic...Ted Trask2015-12-281-3/+9
* Get/set device params after updating group/param so validation runs in additi...Ted Trask2015-12-281-16/+12
* Fix dump_database to properly output null valuesTed Trask2015-12-281-7/+13
* Minor cleanup for efficiencyTed Trask2015-12-281-20/+20
* Clean up group defaults so you can specify whether or not to override the par...Ted Trask2015-12-281-7/+10
* Fix checkgroupdefaultoverride bug in sql returning false positiveTed Trask2015-12-251-2/+2
* Fix database exception handling if occurs during connection attemptTed Trask2015-12-241-1/+4
* Use database LOCK rather than SERIALIZABLE transaction to prevent serializati...Ted Trask2015-12-241-25/+31
* Allow bulkcreatedevices to use exact match to label for select optionTed Trask2015-12-071-3/+6
* Cleanup database access to always use transactions and properly close/rollbac...Ted Trask2015-12-071-186/+237
* Fix bulkcreate/dumpdevices to handle escaping ',' and '"' in csv filesTed Trask2015-11-251-6/+55
* Replace convertsize function with orig_sizeTed Trask2015-11-201-2/+3
* Allow uploading a file for bulkcreatedevicesTed Trask2015-11-131-0/+5
* Fix processing of boolean values in bulk(create/dump)devicesTed Trask2015-11-121-1/+3
* Fix bulkcreatedevice when option value is a blank stringTed Trask2015-11-121-1/+1
* Allow blank value or label in editoptions actionTed Trask2015-11-121-3/+3
* Add bulkdumpdevices action to export devices to CSV fileTed Trask2015-11-121-0/+71
* Modify bulkcreatedevices to accept substrings of label for device values that...Ted Trask2015-11-111-2/+23
* Create bulkcreatedevices actionTed Trask2015-11-061-6/+115
* Add server-side pagination/sorting/filtering to listrequests action using tab...Ted Trask2015-07-061-16/+63
* Add server-side pagination, sorting, and filtering for listdevices actionTed Trask2015-07-051-13/+76
* Use cfe.print_errtxt to display the full errtxt if fail to set params when cr...Ted Trask2015-06-051-1/+1
* Provide SQL escape function to scriptsTed Trask2015-06-011-0/+1
* Remove setfenv call for Lua 5.2 compatibilityTed Trask2015-01-121-17/+34
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-231-9/+9
* Reorganize code slightly so runsqlcommand is defined before useTed Trask2013-10-311-12/+13
* Reorganized model to put all local functions at the beginningTed Trask2013-10-271-236/+237
* Pass logevent function to scriptsTed Trask2013-10-271-0/+2