summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-controller.lua
Commit message (Expand)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-171-12/+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-301-5/+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-031-3/+3
* Added home page (action) to user parameters and redirect there after loginTed Trask2010-10-061-1/+8
* Made major changes to authenticator and roles to improve efficiency.Ted Trask2010-09-281-2/+9
* 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-211-4/+4
* Modified logonredirect to discard get/post data when don't follow login redir...Ted Trask2009-06-101-0/+8
* Removed built-in users alpine and foo from core, and instead redirect to crea...ttrask2009-03-201-0/+11
* Modified acf_www and logon-controller to redirect to logon on dispatch error ...Ted Trask2008-08-221-2/+3
* Modified logon and password to use new redirect_to_referrer functionality.Ted Trask2008-07-041-1/+6
* Remove clientdata processing from logon-modelTed Trask2008-06-061-1/+2
* For cfe.type='form', use cfe.option as the command to save the form data i.e....Ted Trask2008-05-151-2/+2
* Change inheritance from worker->self->parent to self->worker->parent as found...Ted Trask2008-05-141-2/+1
* Removing debug information from Welcome-page.Mika Havela2008-05-021-2/+3
* Modified cfe, removing option, errtxt, and name, and adding label - This may ...Ted Trask2008-04-301-3/+5
* Added cfe support to logonTed Trask2008-04-281-11/+12
* Replaced all list_redir functions with redirect in mvc.lua, implemented a def...Ted Trask2008-04-241-4/+1
* Ted's Logon/permissions changesTed Trask2008-04-211-17/+25
* Redirecting user to logon page when they successfully logged out.Mika Havela2008-04-041-1/+8
* Changes effect only the log in|out functions. Will work now. Next working on ...Mike Mason2008-01-261-34/+1
* Adding logon-status and finally with nangel's help got this workingMike Mason2008-01-231-27/+21
* on logon, the session table actually gets savedNathan Angelacos2007-12-221-3/+2
* logon works - but session table is not saved yetNathan Angelacos2007-12-221-5/+6
* logon updatesNathan Angelacos2007-12-211-2/+1
* WIPNathan Angelacos2007-12-091-3/+5
* added logevent function (hardcoded to write to /var/log/acf.log)Nathan Angelacos2007-12-091-18/+14
* logon model stubbed inNathan Angelacos2007-12-091-9/+15
* moved core files to new dir structurev2.0_alpha1Natanael Copa2007-07-271-0/+60