Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change file actions filesize to size, size and mtime not user-friendly, use ↵ | Ted Trask | 2016-01-18 | 1 | -3/+3 |
| | | | | posix.stat over fs.stat, use new format functions | ||||
* | Revert changes inadvertently included in "Bump version to 0.8.7" | Ted Trask | 2016-01-18 | 1 | -3/+3 |
| | | | | This reverts commit 9ce48686e81f7ace3028a630c91795a8e76ea6a5. | ||||
* | Fix filter by device_id in listdevices | Ted Trask | 2016-01-18 | 1 | -1/+9 |
| | |||||
* | Bump version to 0.8.7v0.8.7 | Ted Trask | 2016-01-18 | 1 | -3/+3 |
| | |||||
* | Allow parameter failure when creating device (or could never create devices) | Ted Trask | 2016-01-02 | 1 | -1/+8 |
| | |||||
* | Better error reporting for editgroup/param when succeeded but setting device ↵ | Ted Trask | 2015-12-28 | 1 | -2/+12 |
| | | | | params failed | ||||
* | Need to pass error text into handlesqlexception | Ted Trask | 2015-12-28 | 1 | -42/+42 |
| | |||||
* | Use cfe:print_errtxt in more places for better error reporting | Ted Trask | 2015-12-28 | 1 | -29/+5 |
| | |||||
* | Modify update_device to also validate device params (this causes ↵ | Ted Trask | 2015-12-28 | 1 | -3/+9 |
| | | | | update_device_params.lua to be called before update_device.lua) | ||||
* | Get/set device params after updating group/param so validation runs in ↵ | Ted Trask | 2015-12-28 | 1 | -16/+12 |
| | | | | addition to notify | ||||
* | Fix dump_database to properly output null values | Ted Trask | 2015-12-28 | 1 | -7/+13 |
| | |||||
* | Minor cleanup for efficiency | Ted Trask | 2015-12-28 | 1 | -20/+20 |
| | |||||
* | Clean up group defaults so you can specify whether or not to override the ↵ | Ted Trask | 2015-12-28 | 1 | -7/+10 |
| | | | | | | 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 positive | Ted Trask | 2015-12-25 | 1 | -2/+2 |
| | |||||
* | Fix database exception handling if occurs during connection attempt | Ted Trask | 2015-12-24 | 1 | -1/+4 |
| | |||||
* | Use database LOCK rather than SERIALIZABLE transaction to prevent ↵ | Ted Trask | 2015-12-24 | 1 | -25/+31 |
| | | | | serialization errors | ||||
* | Allow bulkcreatedevices to use exact match to label for select option | Ted Trask | 2015-12-07 | 1 | -3/+6 |
| | |||||
* | Cleanup database access to always use transactions and properly ↵ | Ted Trask | 2015-12-07 | 1 | -186/+237 |
| | | | | | | close/rollback on exceptions Note: Scripts are now called within transactions, so they cannot contain transactions themselves | ||||
* | Fix bulkcreate/dumpdevices to handle escaping ',' and '"' in csv files | Ted Trask | 2015-11-25 | 1 | -6/+55 |
| | |||||
* | Replace convertsize function with orig_size | Ted Trask | 2015-11-20 | 1 | -2/+3 |
| | | | | Also changes listtemplates to return all details and fixes HTML view bug when template file is missing | ||||
* | Allow uploading a file for bulkcreatedevices | Ted Trask | 2015-11-13 | 1 | -0/+5 |
| | |||||
* | Fix processing of boolean values in bulk(create/dump)devices | Ted Trask | 2015-11-12 | 1 | -1/+3 |
| | | | | bulkcreatedevices will accept 'true' or 'TRUE' as true | ||||
* | Fix bulkcreatedevice when option value is a blank string | Ted Trask | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | Allow blank value or label in editoptions action | Ted Trask | 2015-11-12 | 1 | -3/+3 |
| | |||||
* | Add bulkdumpdevices action to export devices to CSV file | Ted Trask | 2015-11-12 | 1 | -0/+71 |
| | |||||
* | Modify bulkcreatedevices to accept substrings of label for device values ↵ | Ted Trask | 2015-11-11 | 1 | -2/+23 |
| | | | | | | that have options Fix bulkcreatedevices class values to escape magic characters in value | ||||
* | Create bulkcreatedevices action | Ted Trask | 2015-11-06 | 1 | -6/+115 |
| | |||||
* | Add server-side pagination/sorting/filtering to listrequests action using ↵ | Ted Trask | 2015-07-06 | 1 | -16/+63 |
| | | | | tablesorter | ||||
* | Add server-side pagination, sorting, and filtering for listdevices action | Ted Trask | 2015-07-05 | 1 | -13/+76 |
| | |||||
* | Use cfe.print_errtxt to display the full errtxt if fail to set params when ↵ | Ted Trask | 2015-06-05 | 1 | -1/+1 |
| | | | | creating device from request | ||||
* | Provide SQL escape function to scripts | Ted Trask | 2015-06-01 | 1 | -0/+1 |
| | |||||
* | Remove setfenv call for Lua 5.2 compatibility | Ted Trask | 2015-01-12 | 1 | -17/+34 |
| | |||||
* | Changes to use new htmlviewfunctions functions | Ted Trask | 2014-04-23 | 1 | -9/+9 |
| | |||||
* | Reorganize code slightly so runsqlcommand is defined before use | Ted Trask | 2013-10-31 | 1 | -12/+13 |
| | |||||
* | Reorganized model to put all local functions at the beginning | Ted Trask | 2013-10-27 | 1 | -236/+237 |
| | |||||
* | Pass logevent function to scripts | Ted Trask | 2013-10-27 | 1 | -0/+2 |
| | |||||
* | Revert "Change function prototypes to pass self and use self.model instead ↵ | Ted Trask | 2013-10-27 | 1 | -172/+184 |
| | | | | | | | | | | of functions table" This reverts commit fb00ff8f05dae3c110beceb929ea036e4cd14ae1. Conflicts: provisioning-model.lua Conflict was resolved by removing "mymodule." from function calls that are once again made local | ||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-20 | 1 | -233/+230 |
| | | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment. | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 1 | -3/+3 |
| | |||||
* | Notify devices when default may have changed in param or param_group | Ted Trask | 2013-10-09 | 1 | -0/+36 |
| | |||||
* | Move local function | Ted Trask | 2013-10-07 | 1 | -9/+9 |
| | |||||
* | Notify admin when a device has overridden group defaults | Ted Trask | 2013-10-07 | 1 | -1/+15 |
| | |||||
* | Remove unused require statement | Ted Trask | 2013-10-03 | 1 | -1/+0 |
| | |||||
* | Use acf.db library from acf-lib-0.6.0 | Ted Trask | 2013-09-26 | 1 | -220/+150 |
| | |||||
* | Change function prototypes to pass self and use self.model instead of ↵ | Ted Trask | 2013-09-23 | 1 | -50/+38 |
| | | | | | | | | functions table Changed the order of the first two parameters passed to validate function in provisioning_params Replaced all APP references with self, now that self is available Still need to implement swapvalidateparams script | ||||
* | Fix bug in providing blank config to unprovisioned phone | Ted Trask | 2013-09-09 | 1 | -5/+32 |
| | | | | Add some code to handle nil clientdata and pass self to get/put_file functions | ||||
* | Fix creation of missing database. | Mika Havela | 2013-08-26 | 1 | -1/+1 |
| | | | | If database is missing, postgres will report 'database provisioning does not exits'. If that happens, we need to create the database. | ||||
* | Fix exception when script has bad syntax | Ted Trask | 2013-06-27 | 1 | -1/+4 |
| | |||||
* | Fix creation of param, param group, class, and class group | Ted Trask | 2013-05-25 | 1 | -11/+17 |
| | |||||
* | Added some more SQL escape calls just to be safe | Ted Trask | 2013-05-25 | 1 | -8/+8 |
| |