Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix editusers action to pass parameters to model | Ted Trask | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | Revert "Remove the redundant editusers action and change menu to listusers" | Ted Trask | 2016-06-15 | 1 | -0/+4 |
| | | | | This reverts commit 59a505f2bfaaf8018f22cdffabe3bbe95f968fb8. | ||||
* | Change download(my)message to use proper cfe and new stream template | Ted Trask | 2016-02-17 | 1 | -2/+5 |
| | |||||
* | Add server-side sorting and filtering for listusers, making use of ↵ | Ted Trask | 2015-06-25 | 1 | -1/+1 |
| | | | | tablesorter in the HTML view | ||||
* | Remove the redundant editusers action and change menu to listusers | Ted Trask | 2015-06-25 | 1 | -4/+0 |
| | |||||
* | Revert "Add searchusers action and make editusers and listusers actually be ↵ | Ted Trask | 2015-06-25 | 1 | -2/+2 |
| | | | | | | different" This reverts commit 367f4f733f76da068f4125d420c475e8d085cf49. | ||||
* | Add searchusers action and make editusers and listusers actually be different | Ted Trask | 2015-06-22 | 1 | -2/+2 |
| | |||||
* | Some cleanup of bulk creation | Ted Trask | 2013-12-08 | 1 | -1/+1 |
| | |||||
* | Add batch account creation | Ted Trask | 2013-12-08 | 1 | -0/+4 |
| | | | | Contributed by alacerda alancordeiro@gmail.com | ||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-18 | 1 | -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 bugs | Ted Trask | 2013-01-08 | 1 | -2/+2 |
| | |||||
* | Fixed email message bugs | Ted Trask | 2013-01-08 | 1 | -2/+2 |
| | |||||
* | Fix CallMe link | Ted Trask | 2013-01-08 | 1 | -2/+2 |
| | |||||
* | Cleaned up use of viewtype | Ted Trask | 2012-11-25 | 1 | -2/+0 |
| | |||||
* | Change vmail-controller.lua to use new handle_form() functions found in ↵ | Zach LeBar | 2012-02-28 | 1 | -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.15 | Ted Trask | 2012-02-23 | 1 | -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 Trask | 2010-09-17 | 1 | -0/+8 |
| | |||||
* | Added support for folders, even though default vm IVR doesn't handle them. | Ted Trask | 2010-09-10 | 1 | -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.1 | Ted Trask | 2010-09-09 | 1 | -0/+85 |