summaryrefslogtreecommitdiffstats
path: root/app/acf-util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modified acf_www and logon-controller to redirect to logon on dispatch error ...Ted Trask2008-08-222-5/+7
* Modified roles and authenticator to delete all data fields when deleting a ro...Ted Trask2008-08-162-13/+13
* Modified roles to list views that don't have actions in the list of available...Ted Trask2008-08-091-1/+8
* use <% %> instead of <? ?>Natanael Copa2008-07-288-94/+94
* Another rewrite of validator to remove dnsfiles and add a generic way for oth...Ted Trask2008-07-241-3/+0
* Split common code out of authenticator-plaintext into authenticator.lua in pr...Ted Trask2008-07-225-204/+69
* Fixed redirect_to_referrer with GET data. Moved handling of multi select fro...Ted Trask2008-07-121-16/+23
* Modifed roles to use controllerfunctions, modelfunctions, and a symlink.Ted Trask2008-07-125-78/+40
* Modified logon and password to use new redirect_to_referrer functionality.Ted Trask2008-07-045-29/+28