Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up authenticator to properly report fields | Ted Trask | 2013-11-17 | 1 | -3/+16 |
| | |||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-18 | 1 | -7/+10 |
| | | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment. | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Only load js libraries if not already loaded | Ted Trask | 2013-10-03 | 1 | -26/+5 |
| | |||||
* | Changed authenticator to not show vmail users when listing all users, but ↵ | Ted Trask | 2012-02-09 | 1 | -0/+2 |
| | | | | still can log in | ||||
* | Specify listmymessages as the home page for voicemail users | Ted Trask | 2010-10-06 | 1 | -2/+2 |
| | |||||
* | Several changes to improve speed and efficiency | Ted Trask | 2010-09-28 | 1 | -5/+16 |
| | | | | | | | 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. | ||||
* | Initial cut - but pretty close to complete.v0.0.1 | Ted Trask | 2010-09-09 | 1 | -0/+46 |