summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.8.11v0.8.11Ted Trask2016-03-111-1/+1
|
* Fix bulkcreatedevices to handle DOS line endings and blank linesTed Trask2016-03-111-3/+9
| | | | (cherry picked from commit b852f09ad5d7acd6dbf5dad08fa7401634c70035)
* Modify dump_database to enforce consistent order for device classes and valuesTed Trask2016-03-111-2/+2
| | | | (cherry picked from commit 79f8431289ac679652005707351c799d503f48ad)
* Bump version to 0.8.10v0.8.10Ted Trask2016-02-241-1/+1
|
* Fix process_put pattern matching to allow for spaces in valuesTed Trask2016-02-241-2/+2
| | | | (cherry picked from commit 7b02f9584246caf458e1e02b851b4bca052d18f2)
* Fix default override when default is falseTed Trask2016-02-241-2/+2
| | | | (cherry picked from commit 4b32a1931d3e342c273c87cf01c7665a369a9c1c)
* Further clean up group defaults and editableTed Trask2016-02-242-14/+26
| | | | | | | Editable group params should have null default so don't show up as overridden (mailbox, mailcallback) Removed editable from provpollingtime and dndenable as these should not be editable per device (cherry picked from commit 3862d4fd40c96b6237d334801d9a1d5523aebf92)
* Bump version to 0.8.9v0.8.9Ted Trask2016-01-181-1/+1
|
* Revert changes inadvertently included in "Bump version to 0.8.7"Ted Trask2016-01-183-15/+15
| | | | This reverts commit 9ce48686e81f7ace3028a630c91795a8e76ea6a5.
* Bump version to 0.8.8v0.8.8Ted Trask2016-01-181-1/+1
|
* Fix filter by device_id in listdevicesTed Trask2016-01-181-1/+9
|
* Bump version to 0.8.7v0.8.7Ted Trask2016-01-184-16/+16
|
* Modify CyberData template to work with any init.cfg or none at allTed Trask2016-01-181-15/+44
| | | | Previously, init.cfg had to follow a specific format to work
* Allow parameter failure when creating device (or could never create devices)Ted Trask2016-01-022-2/+9
|
* Better error reporting for editgroup/param when succeeded but setting device ↵Ted Trask2015-12-282-4/+14
| | | | params failed
* 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 ↵Ted Trask2015-12-282-18/+10
| | | | update_device_params.lua to be called before update_device.lua)
* Get/set device params after updating group/param so validation runs in ↵Ted Trask2015-12-281-16/+12
| | | | addition to notify
* 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 ↵Ted Trask2015-12-283-47/+54
| | | | | | parameter default In general, device and reg groups do not override anything and service groups override all parameters
* Fix checkgroupdefaultoverride bug in sql returning false positiveTed Trask2015-12-251-2/+2
|
* Bump databaseversion to 7Ted Trask2015-12-241-1/+1
|
* Add Algo parameter related with Speaker modeVinicius de Jesus2015-12-243-0/+24
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Fix database exception handling if occurs during connection attemptTed Trask2015-12-241-1/+4
|
* Use database LOCK rather than SERIALIZABLE transaction to prevent ↵Ted Trask2015-12-241-25/+31
| | | | serialization errors
* 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 ↵Ted Trask2015-12-071-186/+237
| | | | | | close/rollback on exceptions Note: Scripts are now called within transactions, so they cannot contain transactions themselves
* Bump version to 0.8.6v0.8.6Ted Trask2015-11-251-1/+1
|
* Fix bulkcreate/dumpdevices to handle escaping ',' and '"' in csv filesTed Trask2015-11-251-6/+55
|
* Replace convertsize function with orig_sizeTed Trask2015-11-203-32/+5
| | | | Also changes listtemplates to return all details and fixes HTML view bug when template file is missing
* Bump version to 0.8.5v0.8.5Ted Trask2015-11-201-1/+1
|
* Cleanup of Algo ring parameter patchTed Trask2015-11-202-15/+15
|
* Add Algo parameter related with ring tone and volumeJoao Arruda2015-11-203-1/+114
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Allow uploading a file for bulkcreatedevicesTed Trask2015-11-132-0/+11
|
* Fix processing of boolean values in bulk(create/dump)devicesTed Trask2015-11-121-1/+3
| | | | bulkcreatedevices will accept 'true' or 'TRUE' as true
* 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
|
* Display results of editoptions in editparam HTML viewTed Trask2015-11-121-0/+1
|
* Add bulkdumpdevices action to export devices to CSV fileTed Trask2015-11-124-2/+88
|
* Fix link to edit options from edit param HTML viewTed Trask2015-11-111-1/+5
|
* Modify bulkcreatedevices to accept substrings of label for device values ↵Ted Trask2015-11-111-2/+23
| | | | | | that have options Fix bulkcreatedevices class values to escape magic characters in value
* Bump version to 0.8.4v0.8.4Ted Trask2015-11-061-1/+1
|
* Create bulkcreatedevices actionTed Trask2015-11-064-8/+122
|
* Bump version to 0.8.3v0.8.3Ted Trask2015-09-211-1/+1
|
* Fix provisioning.cgi to only process PUTs for .cfg filesTed Trask2015-09-211-2/+3
| | | | This was causing a problem with Polycoms PUTing .tar.gz files.
* Bump version to 0.8.2v0.8.2Ted Trask2015-08-111-1/+1
|
* Fix ciscoata-template.lua fileJoao Arruda2015-07-231-2/+6
| | | | | | | Adjust typo in the admin password parameter; Include new parameter to make sure the Time_Server value will be accepted; Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Bump version to 0.8.1v0.8.1Ted Trask2015-07-131-1/+1
|