Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace | Ted Trask | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Modify acf_www and acf_cli handle_clientdata to separate out functionality ↵ | Ted Trask | 2012-02-23 | 1 | -4/+6 |
| | | | | for the two apps | ||||
* | Changed mvc and www view_resolvers to make auto_view work | Ted Trask | 2012-02-02 | 1 | -1/+1 |
| | | | | | | Templates (for www) now receive a viewfunc, rather than using viewfile. Actions without views with viewtype of html, ajax, stream, or serialized will now be displayed using standard code. Fixed bug in acf-cli parameters messing up action | ||||
* | Fixed acf-cli to work with new mvc.lua changes | Ted Trask | 2012-02-02 | 1 | -10/+5 |
| | |||||
* | Starting to reorganize mvc.lua and acf_www controllers to move www-specific ↵ | Ted Trask | 2012-01-19 | 1 | -7/+1 |
| | | | | | | | things from mvc to acf_www, and visa versa Goal is to have mvc.lua more usable from a lua app Also affects acf-cli and acf_cli controller | ||||
* | Fixed acf-cli usage to use new name | Ted Trask | 2012-01-13 | 1 | -2/+2 |
| | |||||
* | renamed acf_cli to acf-cli | Natanael Copa | 2012-01-12 | 2 | -2/+2 |
| | | | | better do it now. later it will be impossible | ||||
* | acfpasswd: new tool to set passwords from comman line | Natanael Copa | 2012-01-12 | 2 | -3/+81 |
| | | | | | | | | This tool allows users to set/reset an ACF password from command line. It also allows user to syncronize the ACF password with the system password so the ACF password becomes same as shell login password. This requires that the username exists in both /etc/acf/passwd and /etc/shadow | ||||
* | Moved mvc.lua into /usr/share/lua and cli to /usr/bin/acf_cli | Ted Trask | 2011-08-30 | 2 | -0/+89 |