summaryrefslogtreecommitdiffstats
path: root/vmail-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Change vmail-controller.lua to use new handle_form() functions found in ↵HEADmasterZach LeBar2012-02-281-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.15Ted Trask2012-02-231-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 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 ↵Ted Trask2011-07-081-1/+1
| | | | delete even if email is disabled
* 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 ↵Ted Trask2010-09-301-0/+1
| | | | messages list.
* Several changes to improve speed and efficiencyTed Trask2010-09-281-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 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
| | | | Basically, they'll be hidden unless you add folder definitions to voicemail_folders table.
* Initial cut - but pretty close to complete.v0.0.1Ted Trask2010-09-091-0/+638