summaryrefslogtreecommitdiffstats
path: root/app/acf_www-controller.lua
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceTed Trask2016-08-041-23/+23
* Add password.listlockevents/unlockuser/unlockip actions to acf-utilTed Trask2016-01-241-3/+2
* Modify acf_www-controller.handle_clientdata to handle multi data coming in as...Ted Trask2015-10-041-2/+6
* Use cfe.print_errtxt in htmlviewfunctions.displaycommandresults and make sure...Ted Trask2015-06-051-1/+1
* Fix form with redir to not change to command result when redirecting to same ...Ted Trask2015-06-051-4/+12
* Accept HTTP auth even if not in passwd file. Give DEFAULT role.Ted Trask2015-05-221-0/+3
* Modify handle_clientdata to not update readonly valuesTed Trask2014-11-031-0/+2
* Modify acf_www-controller to make redirect_to_referrer a local functionTed Trask2014-10-011-34/+34
* Change www redirector to prefer specified redir over referrerTed Trask2014-10-011-1/+1
* Fix bug in acf_www-controler handle_clientdata where the cfe name is a numberTed Trask2014-09-121-0/+7
* Fixed bug in www controller redirect_to_referrer if the referrer is missingTed Trask2014-05-301-1/+2
* Fix multi select in www-controller when nothing is selectedTed Trask2014-04-251-2/+11
* Fix HTML multi select to use select instead of series of checkboxesTed Trask2014-03-031-2/+3
* Fix bug in acf_www-controller logevent based on global versus module variableTed Trask2013-11-201-1/+1
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-171-38/+40
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-2/+2
* Add home config option to acf.conf for default home pageTed Trask2013-05-301-21/+28
* Change logon/logout action to logon/logoff and standardize on logon/off inste...Ted Trask2013-05-301-1/+1
* Added support for automatic login after HTTP authentication if ACF user existsTed Trask2013-05-301-0/+13
* Further fixes for null handling in handle_clientdataTed Trask2013-04-301-1/+1
* Fix null clientdata handling bug when recursingTed Trask2013-04-301-1/+2
* Added option to have skin-specific template in skindirTed Trask2012-10-111-8/+15
* Added clientdata.skinned option to turn off skins in html templateTed Trask2012-10-021-0/+1
* Revert "Added clientdata.skinned option to turn off skins/templates"Ted Trask2012-10-021-1/+1
* Added clientdata.skinned option to turn off skins/templatesTed Trask2012-10-021-1/+1
* Change handle_form to pass self into get_function and set_functionTed Trask2012-04-221-2/+2
* Modify acf_www and acf_cli handle_clientdata to separate out functionality fo...Ted Trask2012-02-231-25/+13
* Removed controllerfunction.lua and moved handle_form and handle_clientdata in...Ted Trask2012-02-231-0/+97
* Changed mvc and www view_resolvers to make auto_view workTed Trask2012-02-021-27/+12
* Modified require statements for acf.xTed Trask2012-01-211-1/+1
* Starting to reorganize mvc.lua and acf_www controllers to move www-specific t...Ted Trask2012-01-191-38/+18
* Added template-ajax.lsp and made www controller respect passed in viewtype.Ted Trask2010-11-161-1/+13
* Fix two bugs related to session lockout.Ted Trask2010-10-291-1/+1
* Added home page (action) to user parameters and redirect there after loginTed Trask2010-10-061-0/+4
* Made major changes to authenticator and roles to improve efficiency.Ted Trask2010-09-281-1/+1
* Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf.Ted Trask2010-03-101-2/+2
* Added new view variable wwwprefix to adjust web path, fix index.html redirect.Ted Trask2010-02-161-1/+2
* Changes to skins to allow user skins to be addedTed Trask2010-01-211-1/+1
* Added a skin to user options so users can choose own skin with user management.Ted Trask2010-01-131-0/+3
* 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
* Allow appdir and libdir to be comma-separated lists of directories.Ted Trask2009-12-311-17/+33
* 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-301-2/+3
* 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-281-7/+28
* Modified menus to allow multiple controllers to use same menu group.Ted Trask2009-12-231-11/+7
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-211-12/+12
* Added a check-permission function to viewlibrary to abstract permissions.Ted Trask2009-12-171-3/+14
* Added pagination functionality to viewfunctions, modified acf_www-controller ...Ted Trask2009-07-101-2/+3