summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Modified filedetails view to HTML escape the filecontent before displaying it.Ted Trask2008-09-031-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1443 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified startstop to return string rather than boolean.Ted Trask2008-08-282-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1436 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on Makefilesv0.4.5Mika Havela2008-08-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1410 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified acf_www and logon-controller to redirect to logon on dispatch error ↵Ted Trask2008-08-223-12/+16
| | | | | | and redirect to requested page after logon. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1402 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added description to savebuttonMika Havela2008-08-221-1/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1392 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified validator to not allow '/' characters when checking ↵Ted Trask2008-08-201-1/+1
| | | | | | is_valid_filename with a path restriction. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1387 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified roles to use authenticator rather than directly access roles file. ↵Ted Trask2008-08-182-36/+49
| | | | | | This will facilitate moving roles and passwd to a database. Had to allow roles file to use : instead of = git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1384 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified roles and authenticator to delete all data fields when deleting a ↵Ted Trask2008-08-166-28/+72
| | | | | | role or user. Modified all roles code to pass self for future move from text file to database. Roles cannot use authenticator unless or until roles file syntax is changed. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1382 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified acf_www to allow a view without an action to be a link instead of ↵Ted Trask2008-08-121-1/+2
| | | | | | just a file. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1378 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified roles to list views that don't have actions in the list of ↵Ted Trask2008-08-092-2/+18
| | | | | | available permissions git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1374 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified getopts to allow writing to blank files and adding in a missing ↵Ted Trask2008-08-041-2/+7
| | | | | | section. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1371 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesv0.4.4Mika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-2820-184/+184
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified authenticator to allow reading/writing role-based options. ↵Ted Trask2008-07-253-5/+64
| | | | | | Modified viewfunctions to display multi values that are not in options. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1320 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Another rewrite of validator to remove dnsfiles and add a generic way for ↵Ted Trask2008-07-244-101/+128
| | | | | | other controllers to save user-based settings. Also added fs.create_file function. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1317 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated validator to make change_setting work.Ted Trask2008-07-231-6/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1315 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Split common code out of authenticator-plaintext into authenticator.lua in ↵Ted Trask2008-07-228-504/+390
| | | | | | preparation for adding SQL authentication. Rewrote authentication functions to use cfe's. Made corresponding changes to roles and logon. Added dnsfiles field to userdata for tinydns access control. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1314 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added getsection and setsection functions to getopts library.Ted Trask2008-07-161-0/+82
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1310 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified apk.lua to maintain a repository, saving time when multiple calls ↵Ted Trask2008-07-141-42/+108
| | | | | | are made. Changed function names and added repository and is_installed functions. Available also compares installed versus repository versions. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1300 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed redirect_to_referrer with GET data. Moved handling of multi select ↵Ted Trask2008-07-123-47/+69
| | | | | | from acf_www-controller to controllerfunctions. Fixed form ids containing '.'. Added new handle_clientdata function to controllerfunctions. Modified password-controller to use handle_clientdata for multi select to work.k git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1299 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modifed roles to use controllerfunctions, modelfunctions, and a symlink.Ted Trask2008-07-125-78/+40
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1298 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctios to add setfiledetails and add validation to ↵Ted Trask2008-07-111-2/+23
| | | | | | getfiledetils. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1297 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added finishingorder to displayform in viewfunctions to specify fields that ↵Ted Trask2008-07-102-2/+24
| | | | | | go at the end. Fixed bug in getopts that ignored the last line if no trailing carriage return. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1294 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added hidden filename field to common filedetails lsp. Modified ↵Ted Trask2008-07-082-17/+31
| | | | | | acf_www-controller to allow views without actions. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1289 ab2d0c66-481e-0410-8bed-d214d4d58bed
* replace 'made with care by webconf' tag at bottom of pageNathan Angelacos2008-07-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1288 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added errtxt to viewfunctions command result and added some validation code ↵Ted Trask2008-07-072-1/+27
| | | | | | to modelfunctions. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1285 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use apk_add rather than apk_get installNatanael Copa2008-07-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1284 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added apk library.Ted Trask2008-07-042-0/+72
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1280 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified logon and password to use new redirect_to_referrer functionality.Ted Trask2008-07-045-29/+28
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1279 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added generic form lsp file. A few updates to library functions and lsp files.Ted Trask2008-07-044-2/+12
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1275 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed expert page to work when prefix or controller has magic characters. ↵Ted Trask2008-07-043-10/+10
| | | | | | Added public getenabled function to modelfunctions and made controllerfunctions work with it. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1273 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added debug html page. Change redirect_to_referreferrer when there's no ↵Ted Trask2008-07-033-6/+22
| | | | | | referrer. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1271 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed logfiles to use controllerfunctions and standard html-lsp files.Ted Trask2008-07-021-0/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1270 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed interfaces to use controllerfunctions.Ted Trask2008-07-022-1/+21
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1268 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified core to create model and controller function libraries and some ↵Ted Trask2008-07-0211-29/+227
| | | | | | 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
* Added javascript to interfaces update/create pages. Minor changes to ↵Ted Trask2008-06-301-5/+5
| | | | | | tinydns and viewfunctions. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1264 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrite of DNScache.Ted Trask2008-06-262-0/+34
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1262 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bumpsv0.4.3release-0.4.3Mika Havela2008-06-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1258 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
* Updated tinydns as follows: Renames status to view and basicstatus to ↵Ted Trask2008-06-241-25/+4
| | | | | | | | status. Added ability to view individual config file / domain. Added link from view to edit actual line. Modified view. Updated jQuery to latest 1.2.6 git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1253 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump Makefilev0.4.2release-0.4.2Mika Havela2008-06-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1233 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changing default skin to alpsMika Havela2008-06-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1225 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrite of tinydns to simplify code and use new cfe model.Ted Trask2008-06-182-5/+5
| | | | | | Added js to filter records. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1219 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
* Added javascript to sort certificate table in openssl.Ted Trask2008-06-108-0/+925
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1214 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
* Updated lbu to use new cfe model and componentsTed Trask2008-06-052-2/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1197 ab2d0c66-481e-0410-8bed-d214d4d58bed