summaryrefslogtreecommitdiffstats
path: root/app/acf-util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modified roles, logon, and authenticatorTed Trask2008-05-017-53/+76
* Forgot the password model fileTed Trask2008-04-301-0/+105
* Modified cfe, removing option, errtxt, and name, and adding label - This may ...Ted Trask2008-04-306-474/+109
* Changed error redir code to use redirect function insteadTed Trask2008-04-281-5/+1
* Added cfe support to logonTed Trask2008-04-284-30/+22
* Replaced all list_redir functions with redirect in mvc.lua, implemented a def...Ted Trask2008-04-243-8/+4
* CleanupTed Trask2008-04-221-1/+0
* Ted's Logon/permissions changesTed Trask2008-04-219-180/+130
* Redirecting user to logon page when they successfully logged out.Mika Havela2008-04-041-1/+8
* Renamed function that had _ in the functionname.Mika Havela2008-04-032-10/+11
* Changed Menu-name.Mika Havela2008-03-262-3/+3
* Fixed bug where menus kept if going to logon page while logged on. Menus now ...Mike Mason2008-03-201-0/+1
* Made the build_menu a public function so that logoff could run it. No more bugsMike Mason2008-03-201-0/+1
* Redirecting the user to logon-page when someone is trying to edit passwords w...Mika Havela2008-03-031-3/+26
* Removed password-model because it's not used.Mika Havela2008-02-271-109/+0
* Adding password manager to MakefileMika Havela2008-02-201-2/+0
* Password administration now works!Mika Havela2008-02-203-63/+175
* Saving work for today (password manager controller/view)Mika Havela2008-02-194-87/+292
* Moved password-model (temporary - This will go to authenticator-plaintext)Mika Havela2008-02-181-0/+109
* Moved password-manager to coreMika Havela2008-02-185-0/+206
* Changed Makefiles.Mika Havela2008-02-132-13/+20
* Don't touch the sessiondata.menu table. Working on getting these both to plac...Mike Mason2008-02-132-0/+10
* Cleaning up the session management and expiration items. Will be more bug fix...Mike Mason2008-02-072-7/+4
* Added the full roles to the sessiondata.Mike Mason2008-02-053-4/+11
* Adding the beingings of the authorization items. Also adding some of the upda...Mike Mason2008-02-044-0/+60
* Updated the code to use md5sums in the acf passwd file. Made the md5sum_strin...Mike Mason2008-01-301-1/+3
* Updated changes hopefully meeting most of the security checks/validation item...Mike Mason2008-01-291-9/+26
* Changes effect only the log in|out functions. Will work now. Next working on ...Mike Mason2008-01-264-46/+57
* Minor change to really make it work. This all will be cleaned up shortlyMike Mason2008-01-241-3/+5
* Adding logon-status and finally with nangel's help got this workingMike Mason2008-01-233-29/+47
* Changed the looks on logon-html (and small change in static.css).Mika Havela2007-12-261-10/+7
* 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