| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated password to remove redirect_to_referrer and password-html view | Ted Trask | 2012-04-19 | 3 | -30/+25 |
* | Removed controllerfunction.lua and moved handle_form and handle_clientdata in... | Ted Trask | 2012-02-23 | 2 | -7/+5 |
* | Changed forms to always use 'submit' as name of submit button, plus allow mul... | Ted Trask | 2012-02-22 | 1 | -1/+1 |
* | Modified html template to set focus to first useable field | Ted Trask | 2012-02-06 | 1 | -1/+2 |
* | Changed acf-util/logon controller to use standard view | Ted Trask | 2012-02-03 | 4 | -40/+3 |
* | Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual module | Ted Trask | 2012-02-02 | 8 | -20/+20 |
* | Modified require statements for acf.x | Ted Trask | 2012-01-21 | 2 | -4/+4 |
* | Removed logon / logout from list of home pages | Ted Trask | 2011-07-21 | 1 | -1/+3 |
* | Fixed logon auto-focus to userid using newer jquery | Ted Trask | 2011-07-18 | 1 | -1/+1 |
* | Restrict options for home in editme action | Ted Trask | 2011-05-18 | 1 | -2/+9 |
* | Added javascript to logon page to put focus on userid | Ted Trask | 2010-12-08 | 1 | -1/+8 |
* | Added home page (action) to user parameters and redirect there after login | Ted Trask | 2010-10-06 | 3 | -34/+24 |
* | Made major changes to authenticator and roles to improve efficiency. | Ted Trask | 2010-09-28 | 5 | -30/+149 |
* | Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf. | Ted Trask | 2010-03-10 | 1 | -1/+1 |
* | Sort users in view. | Ted Trask | 2010-03-04 | 1 | -1/+7 |
* | Added new view variable wwwprefix to adjust web path, fix index.html redirect. | Ted Trask | 2010-02-16 | 2 | -3/+3 |
* | Fixed bug with reporting skin in use. | Ted Trask | 2010-01-22 | 1 | -1/+1 |
* | Changes to skins to allow user skins to be added | Ted Trask | 2010-01-21 | 3 | -13/+14 |
* | Moved skins from acf-alpine-baselayout. | Ted Trask | 2010-01-13 | 5 | -1/+83 |
* | Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack functio... | Ted Trask | 2009-12-31 | 6 | -26/+6 |
* | Changed file permissions, cli app should only be root executable. | Ted Trask | 2009-12-30 | 6 | -0/+0 |
* | Added ability to manage roles based on which roles file they're in = more gra... | Ted Trask | 2009-12-28 | 2 | -9/+8 |
* | Removed redundant/buggy basename and dirname functions. Added parse_redir_str... | Ted Trask | 2009-12-28 | 1 | -2/+2 |
* | Modified permissions from controller:action to prefix/controller/action. | Ted Trask | 2009-12-21 | 8 | -50/+71 |
* | Graphical fix. Now displaying logonstatus as other views. | Mika Havela | 2009-10-07 | 1 | -8/+13 |
* | Graphical fixes - Fixing <DL> trouble that causes other skins to look strange. | Mika Havela | 2009-10-07 | 2 | -3/+5 |
* | Small graphical fix | Mika Havela | 2009-10-07 | 1 | -1/+0 |
* | Displaying existing roles by using <DL><DT><DD> instead of using a table. | Mika Havela | 2009-10-06 | 1 | -5/+4 |
* | Put viewroles in a table, changed some wording for new roles and users. | Ted Trask | 2009-09-07 | 4 | -8/+8 |
* | Modified logonredirect to discard get/post data when don't follow login redir... | Ted Trask | 2009-06-10 | 2 | -1/+9 |
* | Made session timeout nicer. | Ted Trask | 2009-06-10 | 1 | -1/+1 |
* | Removed built-in users alpine and foo from core, and instead redirect to crea... | ttrask | 2009-03-20 | 3 | -1/+25 |
* | Proposed changes to menu. | Ted Trask | 2009-01-19 | 2 | -6/+6 |
* | Fixed two core bugs from version 1678. | Ted Trask | 2009-01-16 | 1 | -1/+1 |
* | Modified html.lua and viewlibrary.lua and all html files to html_escape varia... | Ted Trask | 2009-01-15 | 8 | -39/+39 |
* | Modified several pages to replace contenteditable with readonly. Added reado... | Ted Trask | 2009-01-12 | 2 | -2/+2 |
* | Minor change to roles code and major change to roles. Replaced ALL, CREATE, ... | Ted Trask | 2008-10-24 | 4 | -7/+71 |
* | Modified viewfunctions to split displayform, creating displayformstart and di... | Ted Trask | 2008-10-22 | 4 | -10/+12 |
* | Modified acf_www and logon-controller to redirect to logon on dispatch error ... | Ted Trask | 2008-08-22 | 2 | -5/+7 |
* | Modified roles and authenticator to delete all data fields when deleting a ro... | Ted Trask | 2008-08-16 | 2 | -13/+13 |
* | Modified roles to list views that don't have actions in the list of available... | Ted Trask | 2008-08-09 | 1 | -1/+8 |
* | use <% %> instead of <? ?> | Natanael Copa | 2008-07-28 | 8 | -94/+94 |
* | Another rewrite of validator to remove dnsfiles and add a generic way for oth... | Ted Trask | 2008-07-24 | 1 | -3/+0 |
* | Split common code out of authenticator-plaintext into authenticator.lua in pr... | Ted Trask | 2008-07-22 | 5 | -204/+69 |
* | Fixed redirect_to_referrer with GET data. Moved handling of multi select fro... | Ted Trask | 2008-07-12 | 1 | -16/+23 |
* | Modifed roles to use controllerfunctions, modelfunctions, and a symlink. | Ted Trask | 2008-07-12 | 5 | -78/+40 |
* | Modified logon and password to use new redirect_to_referrer functionality. | Ted Trask | 2008-07-04 | 5 | -29/+28 |
* | Moved clientdata processing from password model to controller. | Ted Trask | 2008-06-06 | 2 | -39/+46 |
* | Remove clientdata processing from logon-model | Ted Trask | 2008-06-06 | 2 | -8/+9 |
* | Graphical bugfix - Modifying path to images.v0.4.1 | Mika Havela | 2008-05-22 | 1 | -1/+1 |