| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version to 0.10.0v0.10.0 | Ted Trask | 2016-01-18 | 1 | -1/+1 |
* | Change listfiles filesize to size, size and mtime not user-friendly, use posi... | Ted Trask | 2015-12-30 | 1 | -1/+1 |
* | Fix bug in clientdata handling for get_user | Ted Trask | 2015-08-17 | 1 | -3/+4 |
* | Add support for sqlite database | Ted Trask | 2014-11-30 | 1 | -2/+8 |
* | Update database defaults from openser to kamailio | Ted Trask | 2014-11-26 | 1 | -1/+1 |
* | Changes to make users work with MYSQL | Ted Trask | 2014-11-04 | 1 | -3/+3 |
* | Remove quotes from values in kamctlrc | Ted Trask | 2014-11-04 | 1 | -5/+12 |
* | More changes to make createdatabase work for MYSQL | Ted Trask | 2014-11-04 | 1 | -4/+9 |
* | Add support for MYSQL database | Ted Trask | 2014-11-04 | 1 | -4/+48 |
* | Set database connection host and port values to default rather than blank | Ted Trask | 2014-10-27 | 1 | -1/+1 |
* | Add domain support to user management | Ted Trask | 2014-10-10 | 1 | -16/+39 |
* | Pass function to dbmodelfunctions rather than calling first | Ted Trask | 2014-06-29 | 1 | -2/+2 |
* | Changes to use new htmlviewfunctions functions and make searchdatabase a prop... | Ted Trask | 2014-04-10 | 1 | -13/+26 |
* | Fix broken calls to logevent due to module definition change | Ted Trask | 2014-02-04 | 1 | -3/+3 |
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2014-02-04 | 1 | -2/+2 |
* | Change use of require to work with Lua 5.2 | Ted Trask | 2014-02-04 | 1 | -3/+3 |
* | Modified to use new acf-db library for viewing/editing database | Ted Trask | 2013-09-27 | 1 | -247/+36 |
* | Use acf.db library from acf-lib-0.6.0 | Ted Trask | 2013-09-26 | 1 | -85/+32 |
* | 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 |
* | Add some more DB escape function calls | Ted Trask | 2013-05-31 | 1 | -8/+8 |
* | Use luasql function to escape values, since this takes database settings into... | Ted Trask | 2013-02-07 | 1 | -1/+1 |
* | Revert "Added postgres version check to determine if should escape backslash ... | Ted Trask | 2013-02-07 | 1 | -37/+22 |
* | 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 stand... | Ted Trask | 2013-01-26 | 1 | -18/+45 |
* | Added default values for connecting to database | Ted Trask | 2013-01-24 | 1 | -1/+1 |
* | Replaced io.popen with modelfunction.run_executable | Ted Trask | 2013-01-01 | 1 | -25/+6 |
* | Removed unneeded views by updating CFE for autoview | Ted Trask | 2012-10-28 | 1 | -6/+10 |
* | Removed redirect_to_referrer calls | Ted Trask | 2012-08-02 | 1 | -24/+47 |
* | Removed reloadplan action because duplicates feature of startstop | Ted Trask | 2012-06-20 | 1 | -8/+0 |
* | 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 | 1 | -5/+9 |
* | Fixed escape function to not escape \ | Ted Trask | 2012-01-03 | 1 | -2/+1 |
* | Implemented Reload Dial Plan command. | skel | 2011-07-11 | 1 | -0/+8 |
* | Added table validation to list_table_entries and update_table_entry | Ted Trask | 2011-06-07 | 1 | -2/+21 |
* | Added searchdatabase action | Ted Trask | 2011-02-23 | 1 | -0/+33 |
* | Use specified host and port when opening DB connection | Ted Trask | 2011-01-31 | 1 | -1/+1 |
* | Display table name when editing entry | Ted Trask | 2011-01-08 | 1 | -1/+1 |
* | Added createdatabase action. | Ted Trask | 2011-01-08 | 1 | -0/+7 |
* | Added actions for listing and editing database tables. Relys on kamctlrc. | Ted Trask | 2011-01-08 | 1 | -21/+317 |
* | Use viewlibrary.check_permission from acf-core-0.9.0, dirname function is no ... | Ted Trask | 2010-01-01 | 1 | -1/+2 |
* | Added parsing of userlist for DBTEXT | Ted Trask | 2009-11-18 | 1 | -0/+7 |
* | Added ability to create/delete/update users (tested for postgres) | Ted Trask | 2009-11-17 | 1 | -0/+107 |
* | First cut at kamailio ACF. Just status, listfiles, edit, startstop.v0.1.0 | Ted Trask | 2009-11-05 | 1 | -0/+53 |