summaryrefslogtreecommitdiffstats
path: root/app/acf-util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved clientdata processing from password model to controller.Ted Trask2008-06-062-39/+46
* Remove clientdata processing from logon-modelTed Trask2008-06-062-8/+9
* Graphical bugfix - Modifying path to images.v0.4.1Mika Havela2008-05-221-1/+1
* Small graphical changes.Mika Havela2008-05-212-11/+15
* For cfe.type='form', use cfe.option as the command to save the form data i.e....Ted Trask2008-05-158-111/+166
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-1/+1
* Added suppress_view option to dispatch_component and return viewtable.Ted Trask2008-05-143-6/+6
* Change inheritance from worker->self->parent to self->worker->parent as found...Ted Trask2008-05-141-2/+1
* Finished user and role managementTed Trask2008-05-056-104/+99
* Updated rolesTed Trask2008-05-029-31/+214
* Removing debug information from Welcome-page.Mika Havela2008-05-021-2/+3