summaryrefslogtreecommitdiffstats
path: root/vmail-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fixed move message bugsTed Trask2013-01-081-2/+2
|
* Fixed email message bugsTed Trask2013-01-081-2/+2
|
* Fix CallMe linkTed Trask2013-01-081-2/+2
|
* Cleaned up use of viewtypeTed Trask2012-11-251-2/+0
|
* Change vmail-controller.lua to use new handle_form() functions found in ↵Zach LeBar2012-02-281-17/+35
| | | | 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-4/+8
| | | | | | | 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
* Added callbackmessage function. Uses new config parameter callback_uri.Ted Trask2010-09-171-0/+8
|
* Added support for folders, even though default vm IVR doesn't handle them.Ted Trask2010-09-101-0/+12
| | | | 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/+85