summaryrefslogtreecommitdiffstats
path: root/app/acf-util
Commit message (Expand)AuthorAgeFilesLines
* Modified password/status HTML view to make better use of htmlviewfunctions an...Ted Trask2014-03-032-10/+10
* Allow sorting on roles permissionsTed Trask2014-02-031-1/+1
* Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML.Ted Trask2014-01-225-64/+97
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-179-67/+81
* Change use of require to work with Lua 5.2Ted Trask2013-10-099-14/+14
* Add home config option to acf.conf for default home pageTed Trask2013-05-301-1/+3
* Change logon/logout action to logon/logoff and standardize on logon/off inste...Ted Trask2013-05-304-13/+13
* Fix delete user link to submit the formTed Trask2013-05-301-1/+1
* Added require statement for html libraryTed Trask2012-10-024-0/+4
* Fixed form for creating new userTed Trask2012-05-081-1/+1
* Modified roles controller to use new handle_form functionTed Trask2012-04-239-91/+58
* Updated password and skins for latest handle_form changesTed Trask2012-04-225-31/+28
* Updated password to remove redirect_to_referrer and password-html viewTed Trask2012-04-193-30/+25
* Removed controllerfunction.lua and moved handle_form and handle_clientdata in...Ted Trask2012-02-232-7/+5
* Changed forms to always use 'submit' as name of submit button, plus allow mul...Ted Trask2012-02-221-1/+1
* Modified html template to set focus to first useable fieldTed Trask2012-02-061-1/+2
* Changed acf-util/logon controller to use standard viewTed Trask2012-02-034-40/+3
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-028-20/+20
* Modified require statements for acf.xTed Trask2012-01-212-4/+4
* Removed logon / logout from list of home pagesTed Trask2011-07-211-1/+3
* Fixed logon auto-focus to userid using newer jqueryTed Trask2011-07-181-1/+1
* Restrict options for home in editme actionTed Trask2011-05-181-2/+9
* Added javascript to logon page to put focus on useridTed Trask2010-12-081-1/+8
* Added home page (action) to user parameters and redirect there after loginTed Trask2010-10-063-34/+24
* Made major changes to authenticator and roles to improve efficiency.Ted Trask2010-09-285-30/+149
* Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf.Ted Trask2010-03-101-1/+1
* Sort users in view.Ted Trask2010-03-041-1/+7
* Added new view variable wwwprefix to adjust web path, fix index.html redirect.Ted Trask2010-02-162-3/+3
* Fixed bug with reporting skin in use.Ted Trask2010-01-221-1/+1
* Changes to skins to allow user skins to be addedTed Trask2010-01-213-13/+14
* Moved skins from acf-alpine-baselayout.Ted Trask2010-01-135-1/+83
* Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack functio...Ted Trask2009-12-316-26/+6
* Changed file permissions, cli app should only be root executable.Ted Trask2009-12-306-0/+0
* Added ability to manage roles based on which roles file they're in = more gra...Ted Trask2009-12-282-9/+8
* Removed redundant/buggy basename and dirname functions. Added parse_redir_str...Ted Trask2009-12-281-2/+2
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-218-50/+71
* Graphical fix. Now displaying logonstatus as other views.Mika Havela2009-10-071-8/+13
* Graphical fixes - Fixing <DL> trouble that causes other skins to look strange.Mika Havela2009-10-072-3/+5
* Small graphical fixMika Havela2009-10-071-1/+0
* Displaying existing roles by using <DL><DT><DD> instead of using a table.Mika Havela2009-10-061-5/+4
* Put viewroles in a table, changed some wording for new roles and users.Ted Trask2009-09-074-8/+8
* Modified logonredirect to discard get/post data when don't follow login redir...Ted Trask2009-06-102-1/+9
* Made session timeout nicer.Ted Trask2009-06-101-1/+1
* Removed built-in users alpine and foo from core, and instead redirect to crea...ttrask2009-03-203-1/+25
* Proposed changes to menu.Ted Trask2009-01-192-6/+6
* Fixed two core bugs from version 1678.Ted Trask2009-01-161-1/+1
* Modified html.lua and viewlibrary.lua and all html files to html_escape varia...Ted Trask2009-01-158-39/+39
* Modified several pages to replace contenteditable with readonly. Added reado...Ted Trask2009-01-122-2/+2
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ...Ted Trask2008-10-244-7/+71
* Modified viewfunctions to split displayform, creating displayformstart and di...Ted Trask2008-10-224-10/+12