summaryrefslogtreecommitdiffstats
path: root/vmail-model.lua
Commit message (Expand)AuthorAgeFilesLines
* Fix deletion of temporary user in email_messageTed Trask2016-07-131-1/+1
* Fix delete_user to properly delete messages and greetingsTed Trask2016-07-131-5/+22
* Fix listusers when using sqliteTed Trask2016-07-131-9/+9
* Fix message playback, support both mp3 and wav audio formats, and modify list...Ted Trask2016-07-011-1/+7
* Change download(my)message to use proper cfe and new stream templateTed Trask2016-02-171-9/+17
* Add timezone to voicemail_paramsTed Trask2015-06-291-0/+2
* Add server-side sorting and filtering for listusers, making use of tablesorte...Ted Trask2015-06-251-8/+55
* Revert "Add searchusers action and make editusers and listusers actually be d...Ted Trask2015-06-251-39/+0
* Add searchusers action and make editusers and listusers actually be differentTed Trask2015-06-221-0/+39
* SQL changes so works with both postgresql and sqliteTed Trask2015-04-271-17/+52
* Fix Event Socket access by using luasocket library rather than nc and run_exe...Ted Trask2015-04-121-16/+32
* Added support for postgresql using DSN config (and making database config obs...Ted Trask2015-03-301-10/+38
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-251-1/+1
* Change bulk creation to use nid from database rather than hardcodingTed Trask2013-12-231-8/+14
* Added validation for group creationTed Trask2013-12-231-34/+61
* Some cleanup of bulk creationTed Trask2013-12-081-32/+37
* Add batch account creationTed Trask2013-12-081-0/+43
* Change sql to use BEGIN rather than STARTTed Trask2013-11-181-1/+1
* Fix bug where deleting blank user deletes all usersTed Trask2013-11-131-1/+1
* Fix to use escape function from db libraryTed Trask2013-10-191-10/+10
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-181-29/+31
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-3/+3
* Use acf.db library from acf-lib-0.6.0Ted Trask2013-10-091-132/+47
* Modified escape function and used it in more placesTed Trask2013-05-131-5/+5
* Fixed move message bugsTed Trask2013-01-081-2/+2
* Fixed email message bugsTed Trask2013-01-081-3/+3
* Fix bug in forwarding messagesTed Trask2013-01-081-1/+1
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-011-32/+16
* Fixed bugs caused by not being thorough when changing function prototypesTed Trask2012-12-261-3/+3
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-17/+17
* Change vmail-controller.lua to use new handle_form() functions found in acf_w...Zach 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