Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 0.8.3v0.8.30.8-stable | Ted Trask | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | Update database defaults from openser to kamailio | Ted Trask | 2014-11-27 | 1 | -1/+1 |
| | | | | | | | | | (cherry picked from commit 960e5a8e9ec54ede4b5783d27f4bb92b82fd89a2) Conflicts: kamailio-model.lua (cherry picked from commit e044ca6a12db332bf7a39b1ae660b1eb14027c75) | ||||
* | Remove quotes from values in kamctlrc | Ted Trask | 2014-11-27 | 1 | -3/+10 |
| | | | | | | | | | | | | (cherry picked from commit f9c547302d8adc55d3f5745f817caa7bb618ae4c) Conflicts: kamailio-model.lua (cherry picked from commit 1e597a6af1a6f1241bf51a6d406d7a2b21160d0d) Conflicts: kamailio-model.lua | ||||
* | Bump version to 0.8.2v0.8.2 | Ted Trask | 2014-10-10 | 1 | -1/+1 |
| | |||||
* | Add domain support to user management | Ted Trask | 2014-10-10 | 2 | -18/+45 |
| | |||||
* | Replace temporary session workaround for viewtable action with redir with ↵ | Ted Trask | 2014-10-01 | 2 | -18/+5 |
| | | | | GET parm in HTML view | ||||
* | Bump version to 0.8.1v0.8.1 | Ted Trask | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Temporary workaround to make viewtable show the previously selected table if ↵ | Ted Trask | 2014-06-30 | 2 | -6/+21 |
| | | | | none specified | ||||
* | Removed acf-db references and directly included functionality | Ted Trask | 2014-06-30 | 5 | -12/+387 |
| | | | | The acf-db module is not complete and was not meant to be released yet | ||||
* | Bump version to 0.8.0v0.8.0 | Ted Trask | 2014-04-26 | 1 | -1/+1 |
| | |||||
* | Minor cleanup of styling in listfiles html view | Ted Trask | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Changes to use new htmlviewfunctions functions and make searchdatabase a ↵ | Ted Trask | 2014-04-10 | 5 | -26/+64 |
| | | | | proper form | ||||
* | Fix require of dbcontrollerfunctions | Ted Trask | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵ | Ted Trask | 2014-02-04 | 3 | -27/+65 |
| | | | | and use lowercase tags | ||||
* | Bump version to 0.7.1 | Ted Trask | 2014-02-04 | 1 | -1/+1 |
| | | | | (cherry picked from commit b535cc71e1b2fa53b0ca3a422522d2a8f45287e0) | ||||
* | Fix broken calls to logevent due to module definition change | Ted Trask | 2014-02-04 | 1 | -3/+3 |
| | | | | (cherry picked from commit a01066bedfea272e794dd5691d23b849c06368ea) | ||||
* | Bump version to 0.7.0 | Ted Trask | 2014-02-04 | 1 | -1/+1 |
| | | | | (cherry picked from commit ae69c49fdf8e45b23caf94cce98767a41d099853) | ||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2014-02-04 | 1 | -2/+2 |
| | | | | | | | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment. (cherry picked from commit 777416fb5b0909661323cf4cb23af45e917cdfd6) Conflicts: kamailio-controller.lua kamailio-model.lua | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2014-02-04 | 4 | -6/+6 |
| | | | | | | | | | (cherry picked from commit db68ed71e71fc443d47cea8c9c91b0302e8339ec) Conflicts: kamailio-listtables-html.lsp kamailio-model.lua kamailio-viewtable-html.lsp | ||||
* | Fix controller default_action now that using mymodule | Ted Trask | 2013-09-29 | 1 | -3/+3 |
| | |||||
* | Modified to use new acf-db library for viewing/editing database | Ted Trask | 2013-09-27 | 5 | -356/+57 |
| | | | | Change model and controller to no longer use deprecated "module" function | ||||
* | Use acf.db library from acf-lib-0.6.0 | Ted Trask | 2013-09-26 | 1 | -85/+32 |
| | |||||
* | Bump version to 0.6.3v0.6.3 | Ted Trask | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | Fix SQL injection bug using kamctl | Ted Trask | 2013-06-18 | 1 | -16/+46 |
| | |||||
* | Add some more escape calls | Ted Trask | 2013-06-18 | 1 | -2/+2 |
| | | | | Fix for alpine linux bug #2103 | ||||
* | Add some more DB escape function calls | Ted Trask | 2013-05-31 | 1 | -8/+8 |
| | |||||
* | Bump version to 0.6.2v0.6.2 | Ted Trask | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Use luasql function to escape values, since this takes database settings ↵ | Ted Trask | 2013-02-07 | 1 | -1/+1 |
| | | | | into account | ||||
* | Revert "Added postgres version check to determine if should escape backslash ↵ | Ted Trask | 2013-02-07 | 1 | -37/+22 |
| | | | | | | or not" This reverts commit d98358c9c05802e79a8185e466c14a42aebd2c22. | ||||
* | Bump version to 0.6.1v0.6.1 | Ted Trask | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Added postgres version check to determine if should escape backslash or not | Ted Trask | 2013-02-05 | 1 | -22/+37 |
| | |||||
* | Changed edit, updateuser, createtableentry, and updatetableentry to use ↵ | Ted Trask | 2013-01-26 | 2 | -22/+49 |
| | | | | standard get functions | ||||
* | Added default values for connecting to database | Ted Trask | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.6.0v0.6.0 | Ted Trask | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Replaced io.popen with modelfunction.run_executable | Ted Trask | 2013-01-01 | 1 | -25/+6 |
| | |||||
* | Bumped version to 0.5.1v0.5.1 | Ted Trask | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Removed unneeded views by updating CFE for autoview | Ted Trask | 2012-10-28 | 5 | -39/+10 |
| | |||||
* | Added require statement for html library | Ted Trask | 2012-10-02 | 7 | -0/+7 |
| | |||||
* | Bumped version to 0.5.0v0.5.0 | Ted Trask | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Removed redirect_to_referrer calls | Ted Trask | 2012-08-02 | 5 | -30/+54 |
| | |||||
* | Removed reloadplan action because duplicates feature of startstop | Ted Trask | 2012-06-20 | 4 | -63/+5 |
| | |||||
* | Fixed install button in status page | Ted Trask | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Some cleanup for form submission | Ted Trask | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | Updated for handle_form now passing self to get and set functions | Ted Trask | 2012-04-28 | 1 | -9/+9 |
| | |||||
* | Started work on updating for acf-core-0.15 | Ted Trask | 2012-04-18 | 11 | -38/+38 |
| | | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries | ||||
* | Bumped version to 0.4.3v0.4.3 | Ted Trask | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | Fixed escape function to not escape \ | Ted Trask | 2012-01-03 | 1 | -2/+1 |
| | |||||
* | Bumped version to 0.4.2v0.4.2 | Ted Trask | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | Fixed bug with package install and autostart forms not working | Ted Trask | 2011-07-13 | 1 | -2/+5 |
| | |||||
* | Implemented Reload Dial Plan command. | skel | 2011-07-11 | 4 | -5/+60 |
| |