summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Modify acf_www and acf_cli handle_clientdata to separate out functionality ↵Ted Trask2012-02-231-4/+6
| | | | for the two apps
* Changed mvc and www view_resolvers to make auto_view workTed Trask2012-02-021-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 changesTed Trask2012-02-021-10/+5
|
* Starting to reorganize mvc.lua and acf_www controllers to move www-specific ↵Ted Trask2012-01-191-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 nameTed Trask2012-01-131-2/+2
|
* renamed acf_cli to acf-cliNatanael Copa2012-01-122-2/+2
| | | | better do it now. later it will be impossible
* acfpasswd: new tool to set passwords from comman lineNatanael Copa2012-01-122-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_cliTed Trask2011-08-302-0/+89