summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Changed file permissions, cli app should only be root executable.Ted Trask2009-12-306-0/+0
* Added ability to manage roles based on which roles file they're in = more gra...Ted Trask2009-12-282-9/+8
* Fixed template bug, remembered to actually remove the basename/dirname functi...Ted Trask2009-12-281-1/+1
* Removed redundant/buggy basename and dirname functions. Added parse_redir_str...Ted Trask2009-12-282-9/+30
* Modified menus to allow multiple controllers to use same menu group.Ted Trask2009-12-232-18/+13
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-2112-66/+69
* Made command-line client work.Ted Trask2009-12-182-6/+16
* Added a check-permission function to viewlibrary to abstract permissions.Ted Trask2009-12-173-6/+17
* UI fix, bumped to 0.8.5v0.8.5Ted Trask2009-12-101-1/+4
* Changed about link to point to www.a.o instead of wiki.Ted Trask2009-11-021-1/+1
* Graphical fix. Adding <DL> to welcome screen.Mika Havela2009-10-072-2/+1
* Graphical fix. Now displaying logonstatus as other views.Mika Havela2009-10-071-8/+13
* Graphical fixes - Fixing <DL> trouble that causes other skins to look strange.Mika Havela2009-10-072-3/+5
* Small graphical fixMika Havela2009-10-071-1/+0
* Displaying existing roles by using <DL><DT><DD> instead of using a table.Mika Havela2009-10-061-5/+4
* Put viewroles in a table, changed some wording for new roles and users.Ted Trask2009-09-074-8/+8
* Added pagination functionality to viewfunctions, modified acf_www-controller ...Ted Trask2009-07-101-2/+3
* Modified logonredirect to discard get/post data when don't follow login redir...Ted Trask2009-06-102-1/+9
* Made session timeout nicer.Ted Trask2009-06-102-1/+15
* Changed status to use openrc status, changed startstop to enable all actions ...root2009-06-041-11/+3
* Updates for alpine 1.9 apk tools and openrc. Bug fix for format.lua string_to...Ted Trask2009-05-261-1/+1
* Modified redirect to referrer to ignore if REFERRER is empty.Ted Trask2009-03-281-3/+5
* Removed built-in users alpine and foo from core, and instead redirect to crea...ttrask2009-03-203-1/+25
* Changed the way startstop works in core to add a list of allowed actions. Mod...ttrask2009-03-171-11/+18
* Removed obsolete files from core.Ted Trask2009-01-203-227/+0
* Proposed changes to menu.Ted Trask2009-01-193-8/+8
* Fixed two core bugs from version 1678.Ted Trask2009-01-162-2/+2
* Fixed broken template from last checkin.Ted Trask2009-01-161-2/+2
* Modified html.lua and viewlibrary.lua and all html files to html_escape varia...Ted Trask2009-01-1515-62/+62
* Modified several pages to replace contenteditable with readonly. Added reado...Ted Trask2009-01-122-2/+2
* allow override default_controller in /etc/acf/acf.confNatanael Copa2008-12-271-1/+1
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ...Ted Trask2008-10-245-7/+72
* Modified viewfunctions displaycommandresults to not delete the error results ...Ted Trask2008-10-221-0/+2
* Modified viewfunctions to split displayform, creating displayformstart and di...Ted Trask2008-10-227-18/+26
* Added rc controller to alpine-baselayout and rc functionality to processinfo ...Ted Trask2008-10-112-4/+16
* Cleanup of some libs.Ted Trask2008-09-261-1/+1
* Moved cfe into mvc.lua and removed cfe.lua.Ted Trask2008-09-252-2/+0
* Added parser library. Display filecontent descr in filedetails.Ted Trask2008-09-181-0/+1
* Modified filedetails view to HTML escape the filecontent before displaying it.Ted Trask2008-09-031-1/+1
* Modified startstop to return string rather than boolean.Ted Trask2008-08-281-2/+2
* Modified acf_www and logon-controller to redirect to logon on dispatch error ...Ted Trask2008-08-223-12/+16
* Added description to savebuttonMika Havela2008-08-221-1/+2
* Modified roles and authenticator to delete all data fields when deleting a ro...Ted Trask2008-08-163-14/+14
* Modified acf_www to allow a view without an action to be a link instead of ju...Ted Trask2008-08-121-1/+2
* Modified roles to list views that don't have actions in the list of available...Ted Trask2008-08-091-1/+8
* use <% %> instead of <? ?>Natanael Copa2008-07-2819-182/+182
* 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-122-31/+24
* Modifed roles to use controllerfunctions, modelfunctions, and a symlink.Ted Trask2008-07-125-78/+40