summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Modify htmlviewfunctions to display readonly select as text since select does...Ted Trask2014-09-181-0/+2
* Fix infinite loop in authenticator-plaintext when deleting userTed Trask2014-03-101-1/+3
* Fix htmlviewfunctions displaypagination when clientdata contains tablesTed Trask2014-03-101-3/+10
* Cleanup authenticator subauths and limit authenticator-plaintext to traverse ...Ted Trask2013-11-172-19/+30
* Modify authenticator-plaintext library to escape id and table before searchin...Ted Trask2013-11-151-6/+7
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-177-107/+114
* Change use of require to work with Lua 5.2Ted Trask2013-10-097-11/+11
* Change logon/logout action to logon/logoff and standardize on logon/off inste...Ted Trask2013-05-302-3/+3
* Started to implement chaining of authenticatorsTed Trask2013-05-301-5/+86
* Added missing require statements to authenticator-plaintext.lua and menubuild...Ted Trask2013-05-302-0/+4
* Minor fix for when a controller has two menu tabs with the same nameTed Trask2013-05-081-2/+7
* lib/modelfunctions: Add stdin input to run_executable functionTed Trask2013-01-011-2/+10
* Make modelfunctions.run_executable poll so it doesn't block on full pipe. Als...Ted Trask2012-12-131-5/+21
* modelfunctions - add run_executable function using lua-subprocessTed Trask2012-12-111-0/+35
* Modified modelfunctions to change getstatus to handle nil parameters and rena...Ted Trask2012-11-261-22/+26
* Remove the public variable auth, replaced by get_subauth functionTed Trask2012-10-261-6/+1
* Modified authenticator to add get_subauth functionTed Trask2012-10-022-10/+29
* Proper fix for bug 1131Ted Trask2012-05-081-20/+14
* Fix bug 1131 where session data invalid after updating logged in userTed Trask2012-05-081-4/+20
* Require modelfunctions setfiledetails and write_file_with_audit to take self ...Ted Trask2012-04-241-17/+2
* Modified htmlviewfunctions to allow disabled options for multi-select boxesTed Trask2012-04-231-0/+1
* Removed controllerfunction.lua and moved handle_form and handle_clientdata in...Ted Trask2012-02-233-101/+0
* Made modelfunctions capitalize the startstop options, and now no need for a c...Ted Trask2012-02-231-0/+4
* Changed startstop to be a standard form by creating two model functions and d...Ted Trask2012-02-222-20/+20
* Make handle_form a little smarter about overriding form options from the modelTed Trask2012-02-221-2/+2
* Changed forms to always use 'submit' as name of submit button, plus allow mul...Ted Trask2012-02-222-4/+13
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-023-21/+13
* Fixed roles to only take the first roles file for a prefix/name combinationTed Trask2012-02-011-37/+50
* Fixed menubuilder to only take the first menu file for a prefix/controller co...Ted Trask2012-01-241-44/+48
* Modified require statements for acf.xTed Trask2012-01-215-8/+8
* Must allow roles to have '-' characterTed Trask2012-01-191-2/+2
* Fixed bug in roles where last matching controller used, rather than firstTed Trask2012-01-191-1/+3
* Fixed bug in display of boolean defaultTed Trask2011-12-081-1/+1
* Fixed mksalt to use correct charactersTed Trask2011-10-271-3/+10
* 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