summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.4.3v0.4.30.4-stableTed Trask2014-08-181-1/+1
|
* Fix editdevice-html view to display command results - fixes bug where ↵Ted Trask2014-08-181-0/+2
| | | | | | | | | createdevice fails the second time it is run (cherry picked from commit bdc961508e79bbd6c13c8a74431fdff475cb16b5) Conflicts: provisioning-editdevice-html.lsp
* Bump version to 0.4.2v0.4.2Ted Trask2014-01-221-1/+1
|
* Add displaycommandresults to searchdevices html viewTed Trask2014-01-221-0/+2
|
* Display result of editdevice in listrequests viewTed Trask2013-11-011-1/+1
|
* Bump version to 0.4.1v0.4.1Ted Trask2013-10-311-1/+1
|
* Reorganize code slightly so runsqlcommand is defined before useTed Trask2013-10-311-12/+13
|
* Bump version to 0.4.0v0.4.0Ted Trask2013-10-311-1/+1
|
* Reorganized model to put all local functions at the beginningTed Trask2013-10-271-236/+237
|
* Pass logevent function to scriptsTed Trask2013-10-276-15/+17
|
* Revert "Change function prototypes to pass self and use self.model instead ↵Ted Trask2013-10-278-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.2Ted Trask2013-10-203-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.2Ted Trask2013-10-0925-29/+29
|
* Notify devices when default may have changed in param or param_groupTed Trask2013-10-091-0/+36
|
* Fix bug in polycom template where gmtOffset was -0Ted Trask2013-10-091-0/+2
|
* Move local functionTed Trask2013-10-071-9/+9
|
* Notify admin when a device has overridden group defaultsTed Trask2013-10-072-1/+43
|
* Only include js libraries if not already includedTed Trask2013-10-0312-19/+112
|
* Remove unused require statementTed Trask2013-10-031-1/+0
|
* Use acf.db library from acf-lib-0.6.0Ted Trask2013-09-261-220/+150
|
* Change function prototypes to pass self and use self.model instead of ↵Ted Trask2013-09-238-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.4Ted Trask2013-09-101-1/+1
|
* Modify notify_device so it works with both unprovisioned Linksys and PolycomTed Trask2013-09-101-0/+6
| | | | Send two check-sync messages. One to sip:@IP. Other to sip:0@IP.
* Fix bug in providing blank config to unprovisioned phoneTed Trask2013-09-092-7/+34
| | | | Add some code to handle nil clientdata and pass self to get/put_file functions
* Bump version to 0.3.3v0.3.3Ted Trask2013-08-261-1/+1
|
* Fix redirection when creating new devicesTed Trask2013-08-264-15/+40
|
* Update scripts to limit which Polycom files are moved / deletedTed Trask2013-08-262-7/+20
|
* Fix creation of missing database.Mika Havela2013-08-261-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.2Ted Trask2013-06-271-1/+1
|
* Fix exception when script has bad syntaxTed Trask2013-06-271-1/+4
|
* Fix bug in process_put.lua by adding spaces to outputTed Trask2013-06-271-1/+1
|
* Bumped version to 0.3.1v0.3.1Ted Trask2013-05-251-1/+1
|
* Added upgradeprovisioning script and database version parameter for ↵Ted Trask2013-05-253-0/+246
| | | | automating database upgrades
* Fix creation of param, param group, class, and class groupTed Trask2013-05-251-11/+17
|
* Added some more SQL escape calls just to be safeTed Trask2013-05-251-8/+8
|
* Fix null string concatination errors in polycom templateTed Trask2013-03-191-2/+4
|
* Use luasql to escape, rather than doing it ourselves, because will account ↵Ted Trask2013-02-081-1/+1
| | | | for database settings
* Bump version to 0.3.0v0.3.0Ted Trask2013-01-011-1/+1
|
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-011-23/+21
|
* Comment out references to APPTed Trask2012-11-265-10/+10
|
* Bumped version to 0.2.2v0.2.2Ted Trask2012-11-061-1/+1
|
* Added back script verification which was lost since 0.0.11Ted Trask2012-11-061-1/+1
|
* Bumped version to 0.2.1v0.2.1Ted Trask2012-10-281-1/+1
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-2710-72/+15
|
* Removed unnecessary links to form-html.lspTed Trask2012-10-261-1/+0
|
* Added require statement for html libraryTed Trask2012-10-0221-0/+21
|
* Add Create tab to menuTed Trask2012-08-271-0/+1
|
* Bumped version to 0.2.0v0.2.0Ted Trask2012-08-081-1/+1
|
* Fix links to search and create, and fix createdevicefromrequestTed Trask2012-08-083-21/+29
|
* Modified scripts so no exception if Polycom path is missingTed Trask2012-08-082-9/+13
|