summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix password/listlockevents sorting by IP addressTed Trask2016-01-281-2/+8
|
* Fix nil reference in session lib when no lock eventsTed Trask2016-01-241-2/+2
|
* Add password.listlockevents/unlockuser/unlockip actions to acf-utilTed Trask2016-01-2410-37/+147
| | | | | | password.status now reports locked status for each user Modified session lib to add list_events/delete_events Changed session.record_event/count_events to take IP rather than hash
* Bump version to 0.20.0v0.20.0Ted Trask2016-01-181-1/+1
|
* Modify roles to use cfe type structure rather than table for consistencyTed Trask2016-01-122-5/+5
|
* Change modelfunctions.getfiledetails to use size=actual size, not ↵Ted Trask2015-12-302-6/+6
| | | | filesize=user friendly size
* Bump version to 0.19.1v0.19.1Ted Trask2015-11-251-1/+1
|
* Modify filedetails HTML view to better handle errorsTed Trask2015-11-201-12/+15
|
* Fix stream template to return error on failureTed Trask2015-11-201-1/+1
|
* Fix stream template to also look inside forms for raw cfesTed Trask2015-11-131-1/+1
|
* Modify htmlviewfunctions to display text for cfe objects that do not have an ↵Ted Trask2015-11-121-1/+3
| | | | HTML type
* Bump version to 0.19.0v0.19.0Ted Trask2015-11-021-1/+1
|
* Fix bug if no files reported to logfile html viewTed Trask2015-11-021-1/+3
|
* Add displayinfo to logfile HTML viewTed Trask2015-10-301-0/+3
|
* Modify acf_www-controller.handle_clientdata to handle multi data coming in ↵Ted Trask2015-10-041-2/+6
| | | | as an array instead of just as a string.
* url encode clientdata in htmlviewfunctions.displaypaginationTed Trask2015-10-041-1/+1
|
* Display descr in htmlviewfunctions.displaycommandresultsTed Trask2015-10-031-0/+1
|
* First cut at logfile-html.lsp view, only works with busybox syslogTed Trask2015-07-312-0/+29
|
* Bump version to 0.18.9v0.18.9Ted Trask2015-06-081-1/+1
|
* Use cfe.print_errtxt in htmlviewfunctions.displaycommandresults and make ↵Ted Trask2015-06-052-3/+3
| | | | sure results are cfes
* Create a metatable for all cfe objects containing print_errtxt functionTed Trask2015-06-051-0/+29
|
* Fix form with redir to not change to command result when redirecting to same ↵Ted Trask2015-06-051-4/+12
| | | | | | action This allows a form to override the redirect to referrer
* Bump version to 0.18.8v0.18.8Ted Trask2015-05-221-1/+1
|
* Accept HTTP auth even if not in passwd file. Give DEFAULT role.Ted Trask2015-05-222-0/+4
|
* Bump version to 0.18.7v0.18.7Ted Trask2015-05-201-1/+1
|
* htmlviewfunctions.lua fixes to properly display readonly checkbox and selectTed Trask2015-05-201-0/+11
|
* Modify package.path to prevent loading lua modules from .Ted Trask2015-05-151-0/+2
|
* Bump version to 0.18.6v0.18.6Ted Trask2015-05-151-1/+1
|
* Modify htmlviewfunctions to add id to div at start of sectionTed Trask2015-05-141-1/+1
|
* Add some missing require statementsTed Trask2015-05-142-1/+4
|
* Fix automatic focus on first input in template-html.lspTed Trask2015-04-291-1/+1
| | | | Needed to check for visible
* Allow filedetails-html to include all hidden fields in formTed Trask2015-03-171-1/+5
|
* Modify stream template to handle group cfes by sending the raw cfe in the groupTed Trask2015-01-311-2/+17
|
* Bump version to 0.18.5v0.18.5Ted Trask2015-01-121-1/+1
|
* Remove setfenv call from mvc.lua for Lua 5.2 compatibilityTed Trask2014-12-291-7/+13
|
* Bump version to 0.18.4v0.18.4Ted Trask2014-11-031-1/+1
|
* Modify handle_clientdata to not update readonly valuesTed Trask2014-11-033-1/+5
|
* Modify htmlviewfunctions displayitem to display key items as inputsTed Trask2014-10-271-3/+7
| | | | Had to add name and group to displayitem prototype
* Remove obsolete viewonly viewtype from htmlviewfunctionsTed Trask2014-10-271-6/+3
| | | | This changed the displayformitem prototype, but does not affect any code outside the module
* Bump version to 0.18.3v0.18.3Ted Trask2014-10-011-1/+1
|
* Modify acf_www-controller to make redirect_to_referrer a local functionTed Trask2014-10-011-34/+34
|
* Modify logon to move logic to the model, leaving redirect in the controllerTed Trask2014-10-012-55/+66
|
* Remove logon/logoff and logon/logon from password home optionsTed Trask2014-10-011-4/+5
| | | | Both of these cause problems if selected
* Cleanup acf-util/password to move logic from the controller to the modelTed Trask2014-10-012-128/+125
|
* Fix bug where changing user skin actually changes the default skinTed Trask2014-10-011-1/+1
|
* Change www redirector to prefer specified redir over referrerTed Trask2014-10-011-1/+1
|
* Bump version to 0.18.2v0.18.2Ted Trask2014-09-181-1/+1
|
* Modify htmlviewfunctions to display readonly select as text since select ↵Ted Trask2014-09-121-0/+2
| | | | does not support readonly option
* Fix bug in acf_www-controler handle_clientdata where the cfe name is a numberTed Trask2014-09-121-0/+7
|
* Bump version to 0.18.1v0.18.1Ted Trask2014-05-301-1/+1
|