summaryrefslogtreecommitdiffstats
path: root/vmail-model.lua
Commit message (Expand)AuthorAgeFilesLines
* Change vmail-controller.lua to use new handle_form() functions found in acf_w...HEADmasterZach LeBar2012-02-281-79/+134
* Started making changes for acf-core-0.15Ted Trask2012-02-231-50/+67
* Fix sql escape to not escape \Ted Trask2012-02-091-2/+1
* Mark message as read after playing, downloading, or callbackTed Trask2011-12-211-1/+15
* Fixed delete_user to delete the entry in voicemail_prefs and all recordingsTed Trask2011-11-171-0/+6
* Fixed typoTed Trask2011-07-141-1/+1
* Fix notification when you change someone else's messageTed Trask2011-07-131-3/+15
* Updated name and description of vm-keep-local-after-email because it will del...Ted Trask2011-07-081-1/+1
* Fixed bug where deleting blank user deleted all messages and the first userTed Trask2011-06-211-22/+26
* Notify voicemail module on message move or delete so it can update MWITed Trask2011-06-131-0/+13
* Fixed minor bug when only one account existsTed Trask2011-05-181-19/+22
* Passwords must be at least three digitsTed Trask2011-05-171-4/+4
* Chown the database to freeswitch user. Not efficient, but it works.Ted Trask2010-10-081-0/+1
* Changed callback_url to callback_command to give user better configurabilityTed Trask2010-10-061-8/+12
* Restructure some selects to makes getting values slightly more efficient.Ted Trask2010-10-041-11/+10
* Removed one remaining reference to old checktable function.Ted Trask2010-10-011-8/+6
* Made table creation better by switching from active check to passive check.Ted Trask2010-10-011-72/+70
* Changed callback extension to be specified in user config rather than in mess...Ted Trask2010-09-301-0/+1
* Several changes to improve speed and efficiencyTed Trask2010-09-281-56/+79
* Added basic verification of e-mail addressTed Trask2010-09-171-39/+43
* Added callbackmessage function. Uses new config parameter callback_uri.Ted Trask2010-09-171-0/+46
* For some reason, reporting a length messed up the downloaded filename.Ted Trask2010-09-141-1/+0
* Split fullname into firstname and lastname fields.Ted Trask2010-09-131-8/+8
* Fixed exception with table creation.Ted Trask2010-09-101-1/+1
* Added support for folders, even though default vm IVR doesn't handle them.Ted Trask2010-09-101-4/+72
* Initial cut - but pretty close to complete.v0.0.1Ted Trask2010-09-091-0/+638