summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Modified core to create model and controller function libraries and some ↵Ted Trask2008-07-027-28/+96
| | | | | | common html views. Moved cfe to a library. Modified redirect_to_referrer function - may break some pages. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1267 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed debug log output from acf_www.Ted Trask2008-06-241-8/+8
| | | | | | Fixed minor bug in tinydns. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1255 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added javascript to dispatch error and exception pages.Ted Trask2008-06-132-5/+48
| | | | | | Removed gnats template and moved javascript init into query page. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1216 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Simplified www redirection code to only redirect if valid url.Ted Trask2008-06-114-50/+71
| | | | | | Modified exception handler to add pages for dispatch errors and exceptions. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1215 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed download bug for logfiles and certificates.Ted Trask2008-06-091-2/+2
| | | | | | Several changes to openssl: Removed renew cert and download revoked cert from view, do not allow bad chars and handle blank entries in subject, changed file names to use hash of Common Name allowing use of more chars, check CA cert for expiration, and add CA certs to pfx. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1213 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved clientdata processing from password model to controller.Ted Trask2008-06-062-39/+46
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1208 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Remove clientdata processing from logon-modelTed Trask2008-06-062-8/+9
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1207 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Subnav now a ul, and snow works with itNathan Angelacos2008-05-271-1/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1185 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added revoking support to opensslTed Trask2008-05-221-1/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1178 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphical bugfix - Modifying path to images.v0.4.1Mika Havela2008-05-221-1/+1
| | | | | | version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Further progress on openssl. Added template_stream to core for downloading ↵Ted Trask2008-05-211-0/+6
| | | | | | files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1172 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Further progress on openssl. Added template_stream to core for downloading ↵Ted Trask2008-05-211-0/+1
| | | | | | files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1171 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding support to move skins to a specific subfolder.Mika Havela2008-05-212-3/+4
| | | | | | Preparation to move out skins to separate acf's (instead of having all skins in acf-core. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1138 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small graphical changes.Mika Havela2008-05-212-11/+15
| | | | | | Adding horizontal-line on TD's using ICE.css git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1129 ab2d0c66-481e-0410-8bed-d214d4d58bed
* For cfe.type='form', use cfe.option as the command to save the form data ↵Ted Trask2008-05-158-111/+166
| | | | | | i.e. can be used as button name. Modified pages that use 'form' to also use 'option'. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1122 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-154-7/+7
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added suppress_view option to dispatch_component and return viewtable.Ted Trask2008-05-145-51/+45
| | | | | | | Removed hostname from pageinfo and replaced with component load in template. A little cleanup to use pageinfo in views. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1119 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Change inheritance from worker->self->parent to self->worker->parent as ↵Ted Trask2008-05-143-151/+277
| | | | | | | | | | found in wiki. Move the permissions stuff out of mvc.dispatch into new acf_www.dispatch. Moved redirect from mvc to acf_www and made to parse path. Changed the order of parameters to template and passed all to the view. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1118 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote syslog to use components and remove view-specific code from controller.Ted Trask2008-05-131-10/+19
| | | | | | Also made sure not to write to conf file unless all variables pass validation. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1116 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added support for components to acf_www-controller.Ted Trask2008-05-092-23/+76
| | | | | | Now views can load sub-views (components) using a function in the view library (which is now passed to each view). Based on Ruby on Rails components. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1115 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Finished user and role managementTed Trask2008-05-057-105/+104
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1100 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated rolesTed Trask2008-05-0211-31/+232
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1099 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removing debug information from Welcome-page.Mika Havela2008-05-022-3/+4
| | | | | | Redirecting to welcome-page at successful logon. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1096 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified roles, logon, and authenticatorTed Trask2008-05-018-55/+77
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1095 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Forgot the password model fileTed Trask2008-04-301-0/+105
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1053 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-309-483/+114
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed error redir code to use redirect function insteadTed Trask2008-04-281-5/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1051 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added cfe support to logonTed Trask2008-04-284-30/+22
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1049 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-245-10/+6
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added destroy and on_unload functions. Moved saving of session from ↵Ted Trask2008-04-241-15/+16
| | | | | | post_exec to on_unload. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1036 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed automatic redirection to include prefixTed Trask2008-04-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1033 ab2d0c66-481e-0410-8bed-d214d4d58bed
* CleanupTed Trask2008-04-221-1/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1031 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Ted's Logon/permissions changesTed Trask2008-04-2114-360/+234
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1030 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Doing some changes with roles/permission. First need to change the name of ↵Mike Mason2008-04-101-2/+2
| | | | | | the ALL group... git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@984 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Redirecting user to logon page when they successfully logged out.Mika Havela2008-04-041-1/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@946 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Renamed function that had _ in the functionname.Mika Havela2008-04-032-10/+11
| | | | | | Made it possible to administer users if you have role CREATE (even if you are not logged on as Alpine) git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@906 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated the menubuilder so that submenus show.Mika Havela2008-04-031-27/+13
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@904 ab2d0c66-481e-0410-8bed-d214d4d58bed
* removed ext-js stuffNatanael Copa2008-03-281-3/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@854 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed to https.Mika Havela2008-03-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@843 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed Menu-name.Mika Havela2008-03-262-3/+3
| | | | | | Changed UserName to RealName. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@840 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tab displays and bug fixesMike Mason2008-03-252-0/+27
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@839 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed bug where menus kept if going to logon page while logged on. Menus now ↵Mike Mason2008-03-201-0/+1
| | | | | | get rebuilt and the user logged off. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@836 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Made the build_menu a public function so that logoff could run it. No more bugsMike Mason2008-03-202-1/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@835 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Working fully except for one bug when you logout you get all the menus again.Mike Mason2008-03-181-7/+9
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@834 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Working menus... trying to figure out why when another user logs in it ↵Mike Mason2008-03-181-13/+10
| | | | | | doesn't change the real menu panel. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@833 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Still doesn't fully work but acf_www menu and page authorization is coming ↵Mike Mason2008-03-121-31/+47
| | | | | | along... git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@832 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Got the menu system somewhat working. Some of the matching is a bit off. ↵Mike Mason2008-03-071-9/+15
| | | | | | Next work on the access deny... git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@828 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Redirecting the user to logon-page when someone is trying to edit passwords ↵Mika Havela2008-03-031-3/+26
| | | | | | when not logged on git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@787 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed password-model because it's not used.Mika Havela2008-02-272-110/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@779 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Logic is there and writes to the mainmenu table. Will still need to work out ↵Mike Mason2008-02-261-27/+36
| | | | | | bugs and get these menus to go away. Tomorrow... git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@770 ab2d0c66-481e-0410-8bed-d214d4d58bed