summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript/filter_log.js
Commit message (Collapse)AuthorAgeFilesLines
* Make synamic firewall logs and widget add new rows:Renato Botelho2013-01-251-19/+40
| | | | | | | | | | The Dynamic Firewall Log page doesn't add rows, it only updates the php generated rows which means that if it's loaded after the log is cleared, it'll never show any activity. The same occurs for the log widget. This pacth fix this issue moving from absolutely sized spans to tables. It should fix #2763
* Update usr/local/www/javascript/filter_log.jsN0YB2012-12-071-2/+15
| | | Firewall Logs Widget FilteringOptions to filter on interfaces, 'pass', 'block', & 'reject'
* (line endings UNIX format..)PiBa-NL2012-09-161-2/+2
| | | | | | | | Firewall log alternating colored rows Firewall log sortable Fixed several sorting issues in widgets and other pages Sorting now possible on multiple rows in the header tables Sorting now possible for text that starts with IPv4:port
* Show/hide togglePiBa-NL2012-09-101-1/+1
|
* Added a setting for configuring the firewall log to either:PiBa-NL2012-09-101-0/+12
| | | | | | | | -Not load descriptions -Show descriptions in a column -Show descriptions on a second row (after a click on 'show descriptions') 'fixed' a few html validation issues..
* Converting javascript code from scriptaculous to jQueryVinicius Coque2011-11-151-9/+9
|
* Only start log update ajax timer if the updateDelay is defined. ↵jim-p2011-04-181-1/+3
| | | | http://forum.pfsense.org/index.php/topic,35771.0.html
* Cleanup code and fix dynamic firewall log reverse view, fixes #1031jim-p2010-11-231-9/+9
|
* Use more prototype conventions, fix some, and correct logic for moving rows.jim-p2010-08-051-25/+9
|
* Use prototype selectors here, and ensure we use only the log rows. Should ↵jim-p2010-08-041-2/+4
| | | | fix the rare occasion where a rapid dynamic log update would overwrite the header row.
* Filter log parsing updatejim-p2009-04-041-0/+134
* Share filter log parsing code instead of using copy/paste/code duplication. * Reworked the JavaScript a little so it could also be shared * Fix a large number of bugs, especially in the AJAX-based dynamic log viewer. * Picks up some more detail from the logs, and more accurately determines the protocol of a given log entry. * Adds a CLI log parser (filterparser.php) * Removed some redundant/unused code * Code cleanup/style fixes * Added support for finding logged rdr rules from miniupnpd NOTE: Due to the dynamic nature of upnp rules, the rule may not be present when checked.
OpenPOWER on IntegriCloud