Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move main pfSense content to src/ | Renato Botelho | 2015-08-25 | 1 | -352/+0 |
| | |||||
* | Merge pull request #1717 from phil-davis/traffic-graph-description | Renato Botelho | 2015-06-25 | 1 | -0/+1 |
|\ | |||||
| * | Add description as a display option on Traffic Graph | Phil Davis | 2015-06-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is handy at sites where lots of the LAN clients have static-mapped DHCP IP addresses. Depending on the site host naming conventions, host names can be a bit obtuse - may not tell you where the client device might actually be in the building. We put other useful stuff in the description - "Jane Doe - Reception". This enhancement allows the user of Traffic Graph to select "Description" in the "Display" dropdown. Then, for IP addresses that are static mapped, the description from the config is shown, rather than the host name. When a client device is noticed hogging bandwidth, it is easy to go straight to "Jane Doe - Reception" and ask why they are doing some huge download. Might be useful for for others? | ||||
* | | Code spacing | Phil Davis | 2015-06-15 | 1 | -4/+4 |
|/ | | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting. | ||||
* | Code style WWW Status | Phil Davis | 2015-05-15 | 1 | -165/+168 |
| | |||||
* | Fix lineup of copyright lines | Phil Davis | 2015-01-01 | 1 | -1/+1 |
| | | | | | and module names and other bits of formatting and typos in header comment sections. | ||||
* | Welcome 2015 | Renato Botelho | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | modify copyright statement to reflect reality | Jim Thompson | 2014-11-10 | 1 | -0/+1 |
| | |||||
* | Add pages missing from the Status > Traffic Graph privilege that are ↵ | jim-p | 2014-09-11 | 1 | -0/+2 |
| | | | | required for the full page to load | ||||
* | Replace Header() calls by lowercase | Renato Botelho | 2014-06-13 | 1 | -1/+1 |
| | |||||
* | Tidy up "status_graph" XHTML | Colin Fleming | 2014-05-17 | 1 | -14/+21 |
| | | | | | | | | | | Move "fbegin.inc" between BODY and SCRIPT Add CDATA sections to SCRTIPS Update HTML Boolean operators Remove EMBED, propriietary tag, replace with OBJECT Add SUMMARY to TABLES Add missing closing P tag Close INPUT tags | ||||
* | removed duplicate type=text/javascript | ayvis | 2014-03-25 | 1 | -1/+1 |
| | | | added type for <script> | ||||
* | replaced uppercase html tags with lowercase | ayvis | 2014-03-19 | 1 | -1/+1 |
| | | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript" | ||||
* | Make Local the default filter for Traffic Graph | Phil Davis | 2014-02-08 | 1 | -1/+1 |
| | | | to preserve the previous standard behavior that shows "Local" when Traffic Graph starts. | ||||
* | Fix stale bandwidth-by-IP table entries | Phil Davis | 2013-03-08 | 1 | -22/+20 |
| | | | When the number of valid rows in the table reduced by more than 1 between updates, stale entries were left displayed at the end - e.g. 8 rows (0-7), then next update has only 5 rows (0-4). Row 5 is hidden but rows 6 and 7 remain displayed. | ||||
* | Bandwidth by IP - allow filter by local and remote | Phil Davis | 2013-03-07 | 1 | -5/+17 |
| | |||||
* | Traffic Graph add option to display FQDN | Phil Davis | 2013-03-07 | 1 | -1/+2 |
| | |||||
* | Add display by host name to Traffic Graph | Phil Davis | 2013-03-06 | 1 | -4/+15 |
| | |||||
* | Fix sort param to call bandwidth_by_ip | Renato Botelho | 2013-02-20 | 1 | -1/+1 |
| | |||||
* | Put the alerts behind comments for someone wanting to debug this. The errors ↵ | Ermal | 2013-02-19 | 1 | -2/+4 |
| | | | | are from CSRF though ticket #2826 should not happen and functionality is not impacted by this. | ||||
* | Remove single quotes committed wrongly | Ermal | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | Use jQuery() as all other code | Ermal | 2013-02-19 | 1 | -2/+2 |
| | |||||
* | Use jQuery fully on traffic graph. Also remove some unused code from ↵ | Ermal | 2013-02-19 | 1 | -12/+6 |
| | | | | bandwidth_by_ip | ||||
* | Be explicit on the testing | Ermal | 2013-02-19 | 1 | -3/+7 |
| | |||||
* | Select default interface when WAN is disabled | Phil Davis | 2012-12-31 | 1 | -1/+8 |
| | | | | If WAN is disabled, then the Traffic Graph does not default to a valid interface when it first displays. This fix selects the first valid interface if WAN is not there. e.g. at one site there used to be 2 ISPs, on WAN and OPT1. Now the ISP on WAN has been turned off, and the interface marked disabled. The default gateway etc is all on OPT1. After a bit of history at a site, it can happen like this that WAN is disabled in the config. | ||||
* | Adds "Sort by direction" in the Traffic Graph page | Michele Di Maria | 2012-11-07 | 1 | -3/+14 |
| | | | | | | | Added the option to sort IPs by direction in the Traffic Graph page, and improved the detection of the local network to monitor (before the results could not be realistic because of too many "local IPs" were monitored. | ||||
* | Fix typos where css('dislay') is missing a 'p' - now the top ten bandwidth ↵ | Phil Davis | 2012-04-17 | 1 | -2/+2 |
| | | | | users by host IP is visible on the Status:Traffic Graph | ||||
* | Change to embed to prevent IE9 from misbehaving. Ticket #2165 | Erik Fonnesbeck | 2012-02-07 | 1 | -4/+1 |
| | |||||
* | Removing unnecessary inclusions of prototype.js, guiconfig.inc already ↵ | Vinicius Coque | 2012-01-21 | 1 | -2/+0 |
| | | | | includes this file | ||||
* | Converting ajax code from prototype to jQuery | Vinicius Coque | 2011-10-22 | 1 | -20/+17 |
| | |||||
* | Include the rate output in the privilege for the traffic graph. | jim-p | 2011-08-17 | 1 | -0/+1 |
| | |||||
* | Show OpenVPN instances on Status > Traffic Graphs, with descriptions. | jim-p | 2011-04-25 | 1 | -1/+11 |
| | |||||
* | In IPsec, s/mobileclients/client/, this was changed long ago in the config ↵ | jim-p | 2011-03-28 | 1 | -1/+1 |
| | | | | but not everywhere followed. | ||||
* | Revert 2c4a13d91b72400c07b965b0a522be8dde2d1110 Interface names should ↵ | Scott Ullrich | 2010-11-29 | 1 | -2/+2 |
| | | | | appear as uppercase | ||||
* | Revert 9c3cac0cb553e1610948e78dd119c1b0fcb04224 Interface names should ↵ | Scott Ullrich | 2010-11-29 | 1 | -1/+1 |
| | | | | appear as uppercase | ||||
* | Unbreak graphs | Scott Ullrich | 2010-11-10 | 1 | -2/+2 |
| | |||||
* | Return disabled interfaces as well | Scott Ullrich | 2010-11-08 | 1 | -1/+1 |
| | |||||
* | Return disabled interfaces as well | Scott Ullrich | 2010-11-08 | 1 | -1/+1 |
| | |||||
* | Do not use sub array | Scott Ullrich | 2010-11-06 | 1 | -2/+2 |
| | |||||
* | Make sure ipsec is incuded in valid interfaces | Scott Ullrich | 2010-11-06 | 1 | -2/+3 |
| | |||||
* | Move Note to bottom of page | Scott Ullrich | 2010-11-06 | 1 | -1/+1 |
| | |||||
* | Show interface description | Scott Ullrich | 2010-11-06 | 1 | -2/+2 |
| | |||||
* | Interface names should appear as uppercase | Scott Ullrich | 2010-11-06 | 1 | -2/+2 |
| | |||||
* | Interface names should appear as uppercase | Scott Ullrich | 2010-11-06 | 1 | -1/+1 |
| | |||||
* | Define variable a bit earlier in case its shared | Scott Ullrich | 2010-11-06 | 1 | -1/+3 |
| | |||||
* | Use get_configured_interface_list() so Ermal does not yell at me :) | Scott Ullrich | 2010-11-06 | 1 | -7/+1 |
| | |||||
* | Ensure that we are working with a proper passed interface.. | Scott Ullrich | 2010-11-06 | 1 | -11/+20 |
| | |||||
* | Use the same div ids and structure from dashboard on status_graph to make it ↵ | Renato Botelho | 2010-08-26 | 1 | -4/+5 |
| | | | | more flexible with custom themes | ||||
* | Fixing gettext calls on status_graph.php | Carlos Eduardo Ramos | 2010-08-10 | 1 | -1/+1 |
| | |||||
* | Implement gettext() calls on status_graph.php | Carlos Eduardo Ramos | 2010-07-21 | 1 | -7/+7 |
| |