summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Added a skin to user options so users can choose own skin with user management.Ted Trask2010-01-131-0/+3
* Moved skins from acf-alpine-baselayout.Ted Trask2010-01-136-1/+87
* Fixed redirect bug caused by escape in HTTP_REFERER.Ted Trask2010-01-131-1/+3
* Made libdir load order match appdir load order, bumped to 0.9.1v0.9.1Ted Trask2010-01-041-3/+1
* Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack functio...Ted Trask2009-12-319-35/+10
* Allow appdir and libdir to be comma-separated lists of directories.Ted Trask2009-12-312-19/+37
* Removed unused variable from cliTed Trask2009-12-301-5/+0
* Added logfile config setting to acf.confTed Trask2009-12-301-4/+12
* Cleaned up acf.conf, removed hardcoded /usr/share/acf paths.Ted Trask2009-12-302-5/+7
* 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