Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | First cut at hiding unused / duplicate groups in editdeviceparams view | Ted Trask | 2015-05-15 | 1 | -0/+54 | |
| | ||||||
* | split Standard Phone into Office and Residential Phones | Alan Lacerda | 2015-05-14 | 2 | -17/+51 | |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | |||||
* | split polycom vvx models | Alan Lacerda | 2015-05-13 | 2 | -41/+157 | |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | |||||
* | adding support to VVX 300/310/400/410/500/600 | Alan Lacerda | 2015-05-12 | 2 | -5/+59 | |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | |||||
* | Bump version to 0.6.1v0.6.1 | Ted Trask | 2015-04-30 | 1 | -1/+1 | |
| | ||||||
* | Fix update_device.lua script to properly call update_device_params.lua | Ted Trask | 2015-04-30 | 1 | -2/+2 | |
| | ||||||
* | Bump version to 0.6.0v0.6.0 | Ted Trask | 2015-01-12 | 1 | -1/+1 | |
| | ||||||
* | Remove setfenv call for Lua 5.2 compatibility | Ted Trask | 2015-01-12 | 3 | -27/+56 | |
| | ||||||
* | Fix order of operations in upgradeprovisioning | Ted Trask | 2014-08-19 | 1 | -3/+3 | |
| | ||||||
* | Add support for Cisco 2 Port Phone Adapter SPA112 | Ted Trask | 2014-08-19 | 6 | -3/+318 | |
| | ||||||
* | Fix editdevice-html view to display command results - fixes bug where ↵ | Ted Trask | 2014-08-18 | 1 | -0/+2 | |
| | | | | createdevice fails the second time it is run | |||||
* | Bump version to 0.5.0v0.5.0 | Ted Trask | 2014-04-26 | 1 | -1/+1 | |
| | ||||||
* | Changes to use new htmlviewfunctions functions | Ted Trask | 2014-04-23 | 18 | -133/+156 | |
| | ||||||
* | Fix sort by filesize in logfiles/status | Ted Trask | 2014-03-04 | 1 | -1/+15 | |
| | ||||||
* | Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵ | Ted Trask | 2014-02-03 | 17 | -199/+209 | |
| | | | | and use lowercase tags | |||||
* | Bump version to 0.4.2v0.4.2 | Ted Trask | 2014-01-22 | 1 | -1/+1 | |
| | ||||||
* | Add displaycommandresults to searchdevices html view | Ted Trask | 2014-01-22 | 1 | -0/+2 | |
| | ||||||
* | Display result of editdevice in listrequests view | Ted Trask | 2013-11-01 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 0.4.1v0.4.1 | Ted Trask | 2013-10-31 | 1 | -1/+1 | |
| | ||||||
* | Reorganize code slightly so runsqlcommand is defined before use | Ted Trask | 2013-10-31 | 1 | -12/+13 | |
| | ||||||
* | Bump version to 0.4.0v0.4.0 | Ted Trask | 2013-10-31 | 1 | -1/+1 | |
| | ||||||
* | 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 | 6 | -15/+17 | |
| | ||||||
* | Revert "Change function prototypes to pass self and use self.model instead ↵ | Ted Trask | 2013-10-27 | 8 | -208/+211 | |
| | | | | | | | | | | 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 | 3 | -286/+287 | |
| | | | | | 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 | 25 | -29/+29 | |
| | ||||||
* | Notify devices when default may have changed in param or param_group | Ted Trask | 2013-10-09 | 1 | -0/+36 | |
| | ||||||
* | Fix bug in polycom template where gmtOffset was -0 | Ted Trask | 2013-10-09 | 1 | -0/+2 | |
| | ||||||
* | 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 | 2 | -1/+43 | |
| | ||||||
* | Only include js libraries if not already included | Ted Trask | 2013-10-03 | 12 | -19/+112 | |
| | ||||||
* | 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 | 8 | -77/+74 | |
| | | | | | | | | 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 | |||||
* | Bump version to 0.3.4v0.3.4 | Ted Trask | 2013-09-10 | 1 | -1/+1 | |
| | ||||||
* | Modify notify_device so it works with both unprovisioned Linksys and Polycom | Ted Trask | 2013-09-10 | 1 | -0/+6 | |
| | | | | Send two check-sync messages. One to sip:@IP. Other to sip:0@IP. | |||||
* | Fix bug in providing blank config to unprovisioned phone | Ted Trask | 2013-09-09 | 2 | -7/+34 | |
| | | | | Add some code to handle nil clientdata and pass self to get/put_file functions | |||||
* | Bump version to 0.3.3v0.3.3 | Ted Trask | 2013-08-26 | 1 | -1/+1 | |
| | ||||||
* | Fix redirection when creating new devices | Ted Trask | 2013-08-26 | 4 | -15/+40 | |
| | ||||||
* | Update scripts to limit which Polycom files are moved / deleted | Ted Trask | 2013-08-26 | 2 | -7/+20 | |
| | ||||||
* | 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. | |||||
* | Bump version to 0.3.2v0.3.2 | Ted Trask | 2013-06-27 | 1 | -1/+1 | |
| | ||||||
* | Fix exception when script has bad syntax | Ted Trask | 2013-06-27 | 1 | -1/+4 | |
| | ||||||
* | Fix bug in process_put.lua by adding spaces to output | Ted Trask | 2013-06-27 | 1 | -1/+1 | |
| | ||||||
* | Bumped version to 0.3.1v0.3.1 | Ted Trask | 2013-05-25 | 1 | -1/+1 | |
| | ||||||
* | Added upgradeprovisioning script and database version parameter for ↵ | Ted Trask | 2013-05-25 | 3 | -0/+246 | |
| | | | | automating database upgrades | |||||
* | 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 | |
| | ||||||
* | Fix null string concatination errors in polycom template | Ted Trask | 2013-03-19 | 1 | -2/+4 | |
| | ||||||
* | Use luasql to escape, rather than doing it ourselves, because will account ↵ | Ted Trask | 2013-02-08 | 1 | -1/+1 | |
| | | | | for database settings |