summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Change inheritance from worker->self->parent to self->worker->parent as found...Ted Trask2008-05-143-151/+277
* Rewrote syslog to use components and remove view-specific code from controller.Ted Trask2008-05-131-10/+19
* Added support for components to acf_www-controller.Ted Trask2008-05-092-23/+76
* Finished user and role managementTed Trask2008-05-057-105/+104
* Updated rolesTed Trask2008-05-0211-31/+232
* Removing debug information from Welcome-page.Mika Havela2008-05-022-3/+4
* Modified roles, logon, and authenticatorTed Trask2008-05-018-55/+77
* 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-309-483/+114
* 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-245-10/+6
* Added destroy and on_unload functions. Moved saving of session from post_exec...Ted Trask2008-04-241-15/+16
* Fixed automatic redirection to include prefixTed Trask2008-04-221-1/+1
* CleanupTed Trask2008-04-221-1/+0
* Ted's Logon/permissions changesTed Trask2008-04-2114-360/+234
* Doing some changes with roles/permission. First need to change the name of th...Mike Mason2008-04-101-2/+2
* 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
* Updated the menubuilder so that submenus show.Mika Havela2008-04-031-27/+13
* removed ext-js stuffNatanael Copa2008-03-281-3/+0
* Changed to https.Mika Havela2008-03-261-1/+1
* Changed Menu-name.Mika Havela2008-03-262-3/+3
* Tab displays and bug fixesMike Mason2008-03-252-0/+27
* 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-202-1/+2
* Working fully except for one bug when you logout you get all the menus again.Mike Mason2008-03-181-7/+9
* Working menus... trying to figure out why when another user logs in it doesn'...Mike Mason2008-03-181-13/+10
* Still doesn't fully work but acf_www menu and page authorization is coming al...Mike Mason2008-03-121-31/+47
* Got the menu system somewhat working. Some of the matching is a bit off. Next...Mike Mason2008-03-071-9/+15
* 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-272-110/+0
* Logic is there and writes to the mainmenu table. Will still need to work out ...Mike Mason2008-02-261-27/+36
* Adding password manager to MakefileMika Havela2008-02-202-2/+5
* 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
* Getting menu and permission to start working together. Just test code most co...Mike Mason2008-02-141-0/+32
* Added functionallity for IE-specific cssMika Havela2008-02-141-0/+3
* Changed Makefiles.Mika Havela2008-02-133-18/+29
* Don't touch the sessiondata.menu table. Working on getting these both to plac...Mike Mason2008-02-132-0/+10
* Menus are now written into sessiondata.Mika Havela2008-02-111-8/+24
* Cleaning up the session management and expiration items. Will be more bug fix...Mike Mason2008-02-073-7/+12
* Changed the way the submenu-tabs is displayed. Now tabs are defined in the .m...Mika Havela2008-02-062-10/+7
* 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-045-0/+62
* Add label as a common entry to cfeNathan Angelacos2008-02-011-1/+2
* added few lines for extjs demoNatanael Copa2008-02-011-0/+3
* Updated the code to use md5sums in the acf passwd file. Made the md5sum_strin...Mike Mason2008-01-301-1/+3