summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Disable cache in json templateTed Trask2019-09-181-0/+3
|
* Fix HTML template to include <head>Ted Trask2019-09-111-0/+1
| | | | Added blank line because <head> and <meta> tags were dropped otherwise.
* Prevent writing out default permissions when editing roleTed Trask2017-03-011-1/+16
|
* Remove trailing whitespaceTed Trask2016-08-0411-50/+50
|
* Fix password/listlockevents sorting by IP addressTed Trask2016-01-281-2/+8
|
* Add password.listlockevents/unlockuser/unlockip actions to acf-utilTed Trask2016-01-249-11/+103
| | | | | | 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
* 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-301-1/+1
| | | | filesize=user friendly size
* 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
|
* 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.
* First cut at logfile-html.lsp view, only works with busybox syslogTed Trask2015-07-312-0/+29
|
* Use cfe.print_errtxt in htmlviewfunctions.displaycommandresults and make ↵Ted Trask2015-06-051-1/+1
| | | | sure results are cfes
* 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
* Accept HTTP auth even if not in passwd file. Give DEFAULT role.Ted Trask2015-05-222-0/+4
|
* 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
|
* Modify handle_clientdata to not update readonly valuesTed Trask2014-11-032-0/+4
|
* 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
|
* 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
|
* Change prototype of htmlviewfunctions.dislay item to make consistentTed Trask2014-03-313-12/+12
| | | | Note: this breaks backward compatibility
* Fix bug in filedetails submissionTed Trask2014-03-181-1/+1
|
* Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵Ted Trask2014-03-179-39/+71
| | | | .displaysectionend function
* Modified HTML views to use new htmlviewfunctions functions and replace links ↵Ted Trask2014-03-104-23/+30
| | | | | | with forms created by displayitem Use .displayitemstart/middle/end
* Removed skins-read-html.lsp from Makefile since it doesn't exist anymoreTed Trask2014-03-061-1/+0
|
* Added grep field to filedetails HTML viewTed Trask2014-03-031-0/+3
|
* Change HTML views to use htmlviewfunctions.displayheaderTed Trask2014-03-038-48/+62
|
* Modified roles/viewroles HTML view to make better use of htmlviewfunctions ↵Ted Trask2014-03-032-8/+8
| | | | and remove custom HTML
* Removed skins/read action and use skins/update insteadTed Trask2014-03-036-38/+7
|
* Modified password/status HTML view to make better use of htmlviewfunctions ↵Ted Trask2014-03-032-10/+10
| | | | and remove custom HTML
* Modify status HTML view to use htmlviewfunctions for everythingTed Trask2014-03-031-16/+9
|
* Fix HTML multi select to use select instead of series of checkboxesTed Trask2014-03-031-2/+3
|
* Allow sorting on roles permissionsTed Trask2014-02-031-1/+1
|
* Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML.Ted Trask2014-01-228-90/+117
|
* Switch HTML template to HTML5 and cleanup code by removing extra divsTed Trask2013-12-311-146/+107
| | | | | Removed div class leader, tailer, and mute Removed div id logo and postnav
* Fix HTML 4.01 Strict syntax errors in template-html.lspTed Trask2013-12-301-25/+31
|
* 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-1711-111/+129
| | | | | Use mymodule parameter for module definition. This was also helpfule in revealing places where the code relied on the global environment.