summaryrefslogtreecommitdiffstats
path: root/vmail-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix editusers action to pass parameters to modelTed Trask2016-06-151-1/+1
|
* Revert "Remove the redundant editusers action and change menu to listusers"Ted Trask2016-06-151-0/+4
| | | | This reverts commit 59a505f2bfaaf8018f22cdffabe3bbe95f968fb8.
* Change download(my)message to use proper cfe and new stream templateTed Trask2016-02-171-2/+5
|
* Add server-side sorting and filtering for listusers, making use of ↵Ted Trask2015-06-251-1/+1
| | | | tablesorter in the HTML view
* Remove the redundant editusers action and change menu to listusersTed Trask2015-06-251-4/+0
|
* Revert "Add searchusers action and make editusers and listusers actually be ↵Ted Trask2015-06-251-2/+2
| | | | | | different" This reverts commit 367f4f733f76da068f4125d420c475e8d085cf49.
* Add searchusers action and make editusers and listusers actually be differentTed Trask2015-06-221-2/+2
|
* Some cleanup of bulk creationTed Trask2013-12-081-1/+1
|
* Add batch account creationTed Trask2013-12-081-0/+4
| | | | Contributed by alacerda alancordeiro@gmail.com
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-181-26/+28
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* 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