Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes to use new htmlviewfunctions functions | Ted Trask | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Change bulk creation to use nid from database rather than hardcoding | Ted Trask | 2013-12-23 | 1 | -8/+14 |
| | |||||
* | Added validation for group creation | Ted Trask | 2013-12-23 | 1 | -34/+61 |
| | |||||
* | Some cleanup of bulk creation | Ted Trask | 2013-12-08 | 1 | -32/+37 |
| | |||||
* | Add batch account creation | Ted Trask | 2013-12-08 | 1 | -0/+43 |
| | | | | Contributed by alacerda alancordeiro@gmail.com | ||||
* | Change sql to use BEGIN rather than START | Ted Trask | 2013-11-18 | 1 | -1/+1 |
| | |||||
* | Fix bug where deleting blank user deletes all users | Ted Trask | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | Fix to use escape function from db library | Ted Trask | 2013-10-19 | 1 | -10/+10 |
| | |||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-18 | 1 | -29/+31 |
| | | | | | 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 |
| | |||||
* | Use acf.db library from acf-lib-0.6.0 | Ted Trask | 2013-10-09 | 1 | -132/+47 |
| | |||||
* | Modified escape function and used it in more places | Ted Trask | 2013-05-13 | 1 | -5/+5 |
| | |||||
* | Fixed move message bugs | Ted Trask | 2013-01-08 | 1 | -2/+2 |
| | |||||
* | Fixed email message bugs | Ted Trask | 2013-01-08 | 1 | -3/+3 |
| | |||||
* | Fix bug in forwarding messages | Ted Trask | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Replace io.popen with modelfunctions.run_executable | Ted Trask | 2013-01-01 | 1 | -32/+16 |
| | |||||
* | Fixed bugs caused by not being thorough when changing function prototypes | Ted Trask | 2012-12-26 | 1 | -3/+3 |
| | |||||
* | Updated for handle_form now passing self to get and set functions | Ted Trask | 2012-04-28 | 1 | -17/+17 |
| | |||||
* | Change vmail-controller.lua to use new handle_form() functions found in ↵ | Zach LeBar | 2012-02-28 | 1 | -79/+134 |
| | | | | acf_www-controller.lua instead of the controllerfunctions.lua version and also instead of redirect_to_referrer(). Made corresponding changes to vmail-model.lua to make everything work. | ||||
* | Started making changes for acf-core-0.15 | Ted Trask | 2012-02-23 | 1 | -50/+67 |
| | | | | | | | Changed viewfunctions library to htmlviewfunctions Changed editusersettings, editmyusersettings, and createuser to use new handle_form functionality Removed views for above actions by moving customization to model - seq and readonly Changed deleteuser to be a form | ||||
* | Fix sql escape to not escape \ | Ted Trask | 2012-02-09 | 1 | -2/+1 |
| | |||||
* | Mark message as read after playing, downloading, or callback | Ted Trask | 2011-12-21 | 1 | -1/+15 |
| | |||||
* | Fixed delete_user to delete the entry in voicemail_prefs and all recordings | Ted Trask | 2011-11-17 | 1 | -0/+6 |
| | |||||
* | Fixed typo | Ted Trask | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | Fix notification when you change someone else's message | Ted Trask | 2011-07-13 | 1 | -3/+15 |
| | |||||
* | Updated name and description of vm-keep-local-after-email because it will ↵ | Ted Trask | 2011-07-08 | 1 | -1/+1 |
| | | | | delete even if email is disabled | ||||
* | Fixed bug where deleting blank user deleted all messages and the first user | Ted Trask | 2011-06-21 | 1 | -22/+26 |
| | |||||
* | Notify voicemail module on message move or delete so it can update MWI | Ted Trask | 2011-06-13 | 1 | -0/+13 |
| | |||||
* | Fixed minor bug when only one account exists | Ted Trask | 2011-05-18 | 1 | -19/+22 |
| | |||||
* | Passwords must be at least three digits | Ted Trask | 2011-05-17 | 1 | -4/+4 |
| | |||||
* | Chown the database to freeswitch user. Not efficient, but it works. | Ted Trask | 2010-10-08 | 1 | -0/+1 |
| | |||||
* | Changed callback_url to callback_command to give user better configurability | Ted Trask | 2010-10-06 | 1 | -8/+12 |
| | |||||
* | Restructure some selects to makes getting values slightly more efficient. | Ted Trask | 2010-10-04 | 1 | -11/+10 |
| | |||||
* | Removed one remaining reference to old checktable function. | Ted Trask | 2010-10-01 | 1 | -8/+6 |
| | |||||
* | Made table creation better by switching from active check to passive check. | Ted Trask | 2010-10-01 | 1 | -72/+70 |
| | |||||
* | Changed callback extension to be specified in user config rather than in ↵ | Ted Trask | 2010-09-30 | 1 | -0/+1 |
| | | | | messages list. | ||||
* | Several changes to improve speed and efficiency | Ted Trask | 2010-09-28 | 1 | -56/+79 |
| | | | | | | | Added list_passwords function and implemented auth.read_entry to speed up the authenticator library. Modified users, values, and params tables to use integer references, rather than varchar. Made complicated query for list_users, rather than looping in lua. And added some indexes. The changes to schemas breaks backwards compatibility. | ||||
* | Added basic verification of e-mail address | Ted Trask | 2010-09-17 | 1 | -39/+43 |
| | |||||
* | Added callbackmessage function. Uses new config parameter callback_uri. | Ted Trask | 2010-09-17 | 1 | -0/+46 |
| | |||||
* | For some reason, reporting a length messed up the downloaded filename. | Ted Trask | 2010-09-14 | 1 | -1/+0 |
| | |||||
* | Split fullname into firstname and lastname fields. | Ted Trask | 2010-09-13 | 1 | -8/+8 |
| | |||||
* | Fixed exception with table creation. | Ted Trask | 2010-09-10 | 1 | -1/+1 |
| | |||||
* | Added support for folders, even though default vm IVR doesn't handle them. | Ted Trask | 2010-09-10 | 1 | -4/+72 |
| | | | | Basically, they'll be hidden unless you add folder definitions to voicemail_folders table. | ||||
* | Initial cut - but pretty close to complete.v0.0.1 | Ted Trask | 2010-09-09 | 1 | -0/+638 |