Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change vmail-controller.lua to use new handle_form() functions found in ↵HEADmaster | Zach LeBar | 2012-02-28 | 3 | -99/+172 |
| | | | | 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 | 7 | -75/+80 |
| | | | | | | | 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 |
| | |||||
* | Changed authenticator to not show vmail users when listing all users, but ↵ | Ted Trask | 2012-02-09 | 1 | -0/+2 |
| | | | | still can log in | ||||
* | Mark message as read after playing, downloading, or callback | Ted Trask | 2011-12-21 | 1 | -1/+15 |
| | |||||
* | Bumped version to 0.0.14v0.0.14 | Ted Trask | 2011-11-17 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Bumped version to 0.0.130.0.13 | Ted Trask | 2011-06-13 | 1 | -1/+1 |
| | |||||
* | Notify voicemail module on message move or delete so it can update MWI | Ted Trask | 2011-06-13 | 1 | -0/+13 |
| | |||||
* | Bumped version to 0.0.12v0.0.12 | Ted Trask | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | Fixed minor bug when only one account exists | Ted Trask | 2011-05-18 | 1 | -19/+22 |
| | |||||
* | Bumped version to 0.0.110.0.11 | Ted Trask | 2011-05-17 | 1 | -1/+1 |
| | |||||
* | Passwords must be at least three digits | Ted Trask | 2011-05-17 | 1 | -4/+4 |
| | |||||
* | Fixed typo | Ted Trask | 2011-05-16 | 1 | -1/+1 |
| | |||||
* | Changed Callback link to CallMe for clarity | Ted Trask | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Bumped version to 0.0.10v0.0.10 | Ted Trask | 2011-01-03 | 1 | -1/+1 |
| | |||||
* | Fix exception in listmessages when a user has blank first or last name | Ted Trask | 2011-01-03 | 1 | -0/+5 |
| | |||||
* | Minor changes to editusersettings view | Ted Trask | 2010-10-15 | 1 | -5/+4 |
| | |||||
* | Bumped version to 0.0.9v0.0.9 | Ted Trask | 2010-10-08 | 1 | -1/+1 |
| | |||||
* | Chown the database to freeswitch user. Not efficient, but it works. | Ted Trask | 2010-10-08 | 1 | -0/+1 |
| | |||||
* | Bumped version to 0.0.8v0.0.8 | Ted Trask | 2010-10-07 | 1 | -1/+1 |
| | |||||
* | Added browser detect script from http://www.quirksmode.org/js/detect.html to ↵ | Ted Trask | 2010-10-07 | 1 | -1/+122 |
| | | | | | | get messages to play on Safari Yes, it's ugly, but it works. | ||||
* | Changed callback_url to callback_command to give user better configurability | Ted Trask | 2010-10-06 | 1 | -8/+12 |
| | |||||
* | Specify listmymessages as the home page for voicemail users | Ted Trask | 2010-10-06 | 1 | -2/+2 |
| | |||||
* | Bumped version to 0.0.7v0.0.7 | Ted Trask | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Fixed spacing issue in view | Ted Trask | 2010-09-30 | 1 | -1/+1 |
| | |||||
* | Changed callback extension to be specified in user config rather than in ↵ | Ted Trask | 2010-09-30 | 2 | -13/+13 |
| | | | | messages list. | ||||
* | Bumped version to 0.0.6v0.0.6 | Ted Trask | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | Several changes to improve speed and efficiency | Ted Trask | 2010-09-28 | 2 | -61/+95 |
| | | | | | | | 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. | ||||
* | Bumped version to 0.0.5v0.0.5 | Ted Trask | 2010-09-17 | 1 | -1/+1 |
| | |||||
* | 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 | 4 | -4/+71 |
| | |||||
* | Added unloop and debug statements from sample dialplan | Ted Trask | 2010-09-17 | 1 | -0/+15 |
| | |||||
* | Added select all and none links to listmessages | Ted Trask | 2010-09-16 | 1 | -0/+5 |
| | |||||
* | Added blank entries at start of dropdown lists. | Ted Trask | 2010-09-14 | 1 | -2/+2 |
| | |||||
* | For some reason, reporting a length messed up the downloaded filename. | Ted Trask | 2010-09-14 | 1 | -1/+0 |
| | |||||
* | Bumped version to 0.0.4v0.0.4 | Ted Trask | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | Fixed play button to work on all browsers. | Ted Trask | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | Added confirm box when deleting user | Ted Trask | 2010-09-14 | 1 | -1/+2 |
| | |||||
* | Updated listmessages view layout and sort users. | Ted Trask | 2010-09-13 | 1 | -3/+4 |
| | |||||
* | Split fullname into firstname and lastname fields. | Ted Trask | 2010-09-13 | 5 | -14/+16 |
| | |||||
* | Removed non-existant fields from view | Ted Trask | 2010-09-13 | 1 | -1/+1 |
| | |||||
* | Bumped version to 0.0.3v0.0.3 | Ted Trask | 2010-09-10 | 1 | -1/+1 |
| |