summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/log.widget.php
Commit message (Collapse)AuthorAgeFilesLines
* Handle firewall log widget display formatsPhil Davis2014-12-211-10/+46
| | | | | | | | | | the same way for the initial display and for updated rows done by Java Script. Now we receive the source IP and port, destination IP and port, all in separate fields so they can be put together in whatever combination for display. IPv6 displayed addresses are shown inside "[ ]" so that any following port has the standard syntax like "[a:b::c:d]:123" - this makes it obvious that the last numbers are a port number, and not part of the IPv6 address. The "title" has IP+Port - that is displayed when hovering over the box in general. The href to diag_dns.php has hover text "Reverse Resolve with DNS" and the "?host=" sends just the IP address (without IPv6 square brackets). The text displayed in the link is the IP address (with square brackets if an IPv6 address). For the destination column, if there is a destinaion port, it is displayed in ordinary text ":port" after the IP address. The blank not-displayed row at the end of the table is removed - this fixes the problem with counting the rows of the table where rows would disappear at each update.
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+2
|
* Fix the log widget to lookup hosts by DNS using a link rather than AJAX. ↵jim-p2014-10-161-2/+2
| | | | Quick fix for now. Ticket #3829
* Simplify logic, add some protection to user input parametersRenato Botelho2014-06-181-27/+25
|
* Fix whitespaces and indentRenato Botelho2014-06-181-49/+52
|
* Replace Header() calls by lowercaseRenato Botelho2014-06-131-1/+1
|
* Tidy up "log.widget.php" XHTMLColin Fleming2014-05-191-13/+14
| | | | | | | | Add CR to SCRIPT Update HTML Boolean operators Move NOWRAP into CLASS statement Deprecate Ampersand in Anchor tags Add dummy row to TBODY, but don't display it.
* Fix firewall log widget rule lookup to consider tracker id.jim-p2014-05-081-1/+1
|
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-1/+1
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-1/+1
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on https on www.pfsense.orgChris Buechler2014-03-141-1/+1
|/
* Add 'ALL' interfaces as an option to the dropdown menuCharlie Marshall2013-07-261-0/+1
|
* fix drop down menu to correctly use selected and remember stateCharlie Marshall2013-07-261-1/+1
|
* remove another whitespaceCharlie Marshall2013-07-261-1/+1
|
* remove white spacesCharlie Marshall2013-07-261-6/+6
|
* revert part of commit 4cfcbd3 - removes blank option on firewall log widget ↵Charlie Marshall2013-07-261-2/+2
| | | | drop down menu
* change interface text entry box to drop down menuCharlie Marshall2013-05-291-2/+9
|
* Widget Firewall Logs FieldsN0YB2013-05-211-10/+10
| | | | | | In the Firewall Log Widget view time field is of more use than source port and protocol. Add time field and remove source port and protocol fields. Fields: Action, Time, Interface, Source IP, Destination IP & Port
* Diag DNS Lookup Dialog OutputN0YB2013-03-161-2/+6
| | | | | Display DNS lookup results in a dialog box rather than browsing away from the current page (Dashboard Firewall Widget or Status: System logs: Firewall) to the diag DNS page. Especially useful when filtering so that filter does not have to be reposted to return to the current page.
* Tidy up "log" widget XHTMLColin Fleming2013-03-051-20/+26
| | | | | | | | | Add CDATA section to scripts Close INPUT tag Deprecate HTML boolean operators SELECTED and CHECKED Removed duplicate class Added summary to table Moved norwap to class definition
* Make synamic firewall logs and widget add new rows:Renato Botelho2013-01-251-25/+45
| | | | | | | | | | 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/widgets/widgets/log.widget.phpN0YB2012-12-071-6/+49
| | | | Firewall Logs Widget Filtering Options to filter on interfaces, 'pass', 'block', & 'reject'
* Correct syntaxWarren Baker2012-11-221-1/+1
|
* Fix parentheses matchingErik Fonnesbeck2012-11-211-1/+1
|
* Up the char count to include a port numberWarren Baker2012-11-211-1/+1
|
* If destination is larger than 15 then truncate it, otherwise blocks like ↵Warren Baker2012-11-211-1/+1
| | | | VRRP advertisements push the values out
* Add $nocsrf = true;Scott Ullrich2011-01-031-0/+3
|
* fix Firewall Logs widget settings save.Chris Buechler2010-01-091-1/+9
| | | | Ticket #285
* Fix log widget title/linkjim-p2009-04-051-4/+0
|
* Filter log parsing updatejim-p2009-04-041-30/+81
| | | | | | | | | | | | * 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.
* Add &nbsp; after each field so that empty spans do not break the cssScott Ullrich2008-02-031-4/+4
| | | | look and field. Minor nitpick.
* include required files for when widget is being loaded by AJAX calls.Scott Dale2007-12-301-0/+5
|
* updated copyrightScott Dale2007-07-031-0/+34
|
* update widgets to use css properlyScott Dale2007-06-221-1/+1
|
* Widget base. Note: changes to widgets are not saved yet.Scott Dale2007-05-071-0/+41
OpenPOWER on IntegriCloud