summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* authenticator: use salt and sha-512 encryptionNatanael Copa2011-10-271-2/+43
* Added logrotate script for acf.logTed Trask2011-10-171-0/+40
* Fix viewfunctions to not modify valuesTed Trask2011-09-121-0/+4
* Removed duplicates from determine_perms arraysTed Trask2011-06-271-5/+11
* Fix parameter names with .'s to not assume clientdata converted to a table - ...Ted Trask2010-12-101-1/+1
* Fix viewfunctions for select/multi to display the label of the default, not t...Ted Trask2010-12-081-1/+20
* Fixed bug in loading controllers to determine available actions.Ted Trask2010-11-151-0/+3
* In displaying a form, after sorting by seq, further sort params by name alpha...Ted Trask2010-11-091-1/+1
* Fix two bugs related to session lockout.Ted Trask2010-10-291-2/+3
* Added output of default value for form items.Ted Trask2010-10-291-0/+1
* Update modelfunctions and viewfunctions to allow specifying option value and ...Ted Trask2010-10-282-6/+20
* Modifed displayform and handle_clientdata to allow cfe groups in forms, displ...Ted Trask2010-10-152-13/+29
* Modified displayform to look for 'seq' field if order is not specifiedTed Trask2010-10-131-0/+15
* Added home page (action) to user parameters and redirect there after loginTed Trask2010-10-062-4/+37
* Made major changes to authenticator and roles to improve efficiency.Ted Trask2010-09-282-252/+127
* Allow authenticator library to be specified in the config file.Ted Trask2010-09-031-1/+5
* Fixed bug that caused exception when encountered invalid passwd line.Ted Trask2010-08-101-1/+3
* Fix minor exception when called from console clientTed Trask2010-08-051-1/+1
* Modified handling of boolean fields to allow them to be hidden.Ted Trask2010-07-151-1/+1
* Fixed typo in pagination code.Ted Trask2010-07-061-1/+1
* Fixed bug where single character entries in list were dropped.Ted Trask2010-07-061-1/+1
* Fixed typo bug and sort user skins.Ted Trask2010-03-151-1/+2
* Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf.Ted Trask2010-03-101-5/+5
* Modified pagination to add display all link.Ted Trask2010-03-101-8/+25
* Fixed graphical error with paginationTed Trask2010-03-101-2/+2
* Fix modelfunctions.write_file_with_audit to keep file permissions and ownership.Ted Trask2010-02-231-0/+1
* Changes to skins to allow user skins to be addedTed Trask2010-01-211-2/+2
* Added a skin to user options so users can choose own skin with user management.Ted Trask2010-01-131-21/+46
* Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack functio...Ted Trask2009-12-319-1782/+12
* Allow appdir and libdir to be comma-separated lists of directories.Ted Trask2009-12-312-56/+67
* Cleaned up acf.conf, removed hardcoded /usr/share/acf paths.Ted Trask2009-12-301-2/+2
* Changed file permissions, cli app should only be root executable.Ted Trask2009-12-301-0/+0
* Added ability to manage roles based on which roles file they're in = more gra...Ted Trask2009-12-281-24/+45
* Fixed template bug, remembered to actually remove the basename/dirname functi...Ted Trask2009-12-281-2/+2
* Fix fs.find bug that returned invalid file.Ted Trask2009-12-281-1/+1
* Cleaned up fs library use of posix.basename / dirname.Ted Trask2009-12-281-11/+15
* Removed redundant/buggy basename and dirname functions. Added parse_redir_str...Ted Trask2009-12-283-30/+15
* Added code to split menu group is multiple controllers add same tab to same g...Ted Trask2009-12-241-0/+60
* Modified menus to allow multiple controllers to use same menu group.Ted Trask2009-12-232-6/+11
* Fixed bug in is_valid_filename when restriction has magic characters.Ted Trask2009-12-221-1/+1
* Fixed roles bugs - path containing '.' and matching controller names.Ted Trask2009-12-221-12/+16
* Fixed bug with roles, added follow symlink flag for fs.find, allowed symlinks...Ted Trask2009-12-222-11/+25
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-212-71/+38
* Made command-line client work.Ted Trask2009-12-181-0/+17
* Graphical fix. Changing the amount of <DL> used in forms.Mika Havela2009-10-071-4/+2
* Yet another bug fix for /lib/processinfo.lua read_initrunlevels for scripts w...v0.8.3Ted Trask2009-09-171-1/+1
* Yet another bug fix for /lib/processinfo.lua read_initrunlevels to add back a...Ted Trask2009-09-071-2/+6
* Another bug fix for /lib/processinfo.lua read_initrunlevels to remove blank.v0.8.1Ted Trask2009-07-201-1/+1
* Simplified apk.lua by moving functions to acf-apk-tools version 0.3.0v0.8.0Ted Trask2009-07-162-130/+26
* Added pagination functionality to viewfunctions, modified acf_www-controller ...Ted Trask2009-07-101-0/+77