summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Made modelfunctions capitalize the startstop options, and now no need for a ↵Ted Trask2012-02-232-10/+4
| | | | custom view
* Changed startstop to be a standard form by creating two model functions and ↵Ted Trask2012-02-223-39/+27
| | | | deleting the special controller function
* Make handle_form a little smarter about overriding form options from the modelTed Trask2012-02-221-2/+2
|
* Changed forms to always use 'submit' as name of submit button, plus allow ↵Ted Trask2012-02-223-5/+14
| | | | multiple submit buttons
* Modified html template to set focus to first useable fieldTed Trask2012-02-062-1/+7
|
* Changed acf-util/logon controller to use standard viewTed Trask2012-02-035-42/+3
|
* Allow viewtype override in clientdata in mvcTed Trask2012-02-031-0/+5
|
* Changed mvc and www view_resolvers to make auto_view workTed Trask2012-02-027-47/+35
| | | | | | 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
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-0216-60/+51
| | | | | It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file
* Fixed acf-cli to work with new mvc.lua changesTed Trask2012-02-023-15/+13
|
* Fixed roles to only take the first roles file for a prefix/name combinationTed Trask2012-02-011-37/+50
|
* Fixed menubuilder to only take the first menu file for a prefix/controller ↵Ted Trask2012-01-241-44/+48
| | | | combination
* Modified require statements for acf.xTed Trask2012-01-2111-19/+16
|
* Must allow roles to have '-' characterTed Trask2012-01-191-2/+2
|
* Fixed bug in roles where last matching controller used, rather than firstTed Trask2012-01-191-1/+3
|
* Starting to reorganize mvc.lua and acf_www controllers to move www-specific ↵Ted Trask2012-01-194-84/+116
| | | | | | | 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
* Fix the old method for requireing mvc.luaTed Trask2012-01-181-1/+2
|
* Fixed acf-cli usage to use new nameTed Trask2012-01-131-2/+2
|
* Bump version to 0.14.1v0.14.1Ted Trask2012-01-131-1/+1
|
* add compat scripts for acf-cli and mvc.luaNatanael Copa2012-01-123-1/+16
| | | | they log and forward to new location
* 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
* Fixed bug in display of boolean defaultTed Trask2011-12-081-1/+1
|
* Bump version to 0.14.0Ted Trask2011-10-271-1/+1
|
* Fixed mksalt to use correct charactersTed Trask2011-10-271-3/+10
|
* authenticator: use salt and sha-512 encryptionNatanael Copa2011-10-271-2/+43
|
* Added logrotate script for acf.logTed Trask2011-10-173-1/+54
|
* Fix viewfunctions to not modify valuesTed Trask2011-09-121-0/+4
|
* Moved mvc.lua into /usr/share/lua and cli to /usr/bin/acf_cliTed Trask2011-08-3010-132/+83
|
* Bumped version to 0.13.3v0.13.3Ted Trask2011-07-211-1/+1
|
* Removed logon / logout from list of home pagesTed Trask2011-07-211-1/+3
|
* Fixed cli app to properly destroy created controllersTed Trask2011-07-181-0/+2
|
* Fixed logon auto-focus to userid using newer jqueryTed Trask2011-07-181-1/+1
|
* Removed duplicates from determine_perms arraysTed Trask2011-06-271-5/+11
|
* Bumped version to 0.13.2v0.13.2Ted Trask2011-06-221-1/+1
|
* Fixed bug with package install and autostart forms not workingTed Trask2011-06-221-2/+5
|
* Fixed bug with length in stream templateTed Trask2011-06-171-0/+1
|
* Bumped version to 0.13.1v0.13.1Ted Trask2011-05-181-1/+1
|
* Restrict options for home in editme actionTed Trask2011-05-181-2/+9
|
* Fixed minor bug in MakefileTed Trask2011-05-181-1/+1
|
* Bump version to 0.13.0v0.13.0Ted Trask2011-03-301-1/+1
|
* Change default skin to wikTed Trask2011-03-301-1/+1
|
* Added status back to expert page and display startstop results in statusTed Trask2011-03-072-0/+5
|
* expert page: remove start/stop control panelTimo Teräs2011-03-021-10/+0
|
* Added startstop to default status pageTed Trask2011-02-251-0/+4
|
* Showing a button instead of url when user gets a option to install a package.Mika Havela2011-02-241-4/+6
|
* Fixing a typoMika Havela2011-02-241-1/+1
|
* Showing a button instead of url when user gets the chance to enable ↵Mika Havela2011-02-241-1/+3
| | | | autostart for a program.
* Bumped version to 0.12.0v0.12.0Ted Trask2010-12-231-1/+1
|
* Fix parameter names with .'s to not assume clientdata converted to a table - ↵Ted Trask2010-12-101-1/+1
| | | | bug fix for cli.