summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.22.0HEADv0.22.0masterTed Trask2020-03-041-1/+1
|
* Allow sorting of tabs using the .menu fileTed Trask2020-03-041-13/+20
| | | | | Based on patch by Marc-Andre Parent Ticket: https://gitlab.alpinelinux.org/acf/acf-core/issues/1
* Add optgroup support to select inputTed Trask2020-02-202-24/+42
|
* Bump version to 0.21.3v0.21.3Ted Trask2019-09-181-1/+1
|
* Disable cache in json templateTed Trask2019-09-181-0/+3
|
* Bump version to 0.21.2v0.21.2Ted Trask2019-09-111-1/+1
|
* Bump version tovTed Trask2019-09-111-1/+1
|
* Fix HTML view for hidden tablesTed Trask2019-09-111-1/+5
|
* Fix HTML template to include <head>Ted Trask2019-09-111-0/+1
| | | | Added blank line because <head> and <meta> tags were dropped otherwise.
* Bump version to 0.21.1v0.21.1Ted Trask2017-09-131-1/+1
|
* Prevent writing out default permissions when editing roleTed Trask2017-03-011-1/+16
|
* Bump version to 0.21.0v0.21.0Ted Trask2017-02-271-1/+1
|
* Modify htmlviewfunctions to output item class for static contentTed Trask2017-02-271-3/+15
| | | | Previously, class was not output unless item was in a form
* Add id to html formTed Trask2017-01-251-1/+1
|
* Remove trailing whitespaceTed Trask2016-08-0425-139/+139
|
* Cleanup due to changes in daemoncontrol to properly report errorsTed Trask2016-06-081-2/+4
|
* Cleanup of view exceptions when not using acf_wwwTed Trask2016-06-081-3/+3
|
* Bump version to 0.20.1v0.20.1Ted Trask2016-03-112-2/+2
|
* Fix default display when default is falseTed Trask2016-02-031-1/+1
|
* 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