Tidy up "system_firmware_auto.php" XHTML
Add closehead variableMove META and LINK tags into HEAD and manually close HEADTidy up the TABLE tag, move height and colspacing in to STYLE paramenterUpdate TD tag with correct background syntaxAdd CDATA sections to SCRIPT tag...
Merge pull request #499 from phil-davis/master
Resync relevant OpenVPN instances when gateway group settings are modified
Fix URL add when you break sequence for addresses and details, shile I'm here, simplify logic
Preserve all URLs when one of them is invalid
Back to previous tab when click on Cancel
Preserve old URLs when an error happens, also, fix descriptions save for URLs
Simplify logic
Switch states view to use popen to speed it up and use less memory (should be able to view much larger state tables in the GUI without running out of RAM)
Show a little indicator icon if the direction of a firewall log entry is OUT, rather than the usual 'in'. No indicator is shown for IN.
Fix up traceroute page to allow it to use all possible source addresses, add selection for IPv4/IPv6, allow autocomplete, clean up HTML/whitespace, correct output formatting.
Fix/simplify some logic
Return to correct tab after save or delete an alias
Fix whitespaces, indent and add a missing <tr>
Save URLs and URL Table details
Fix whitespaces and indent
Fixup source address options on Test Port page.
Move some code to a function to avoid future duplication. Allow autocomplete on ping page. Add more escaping to command.
Rename "Interface" to "Source Address" on ping page to more accurately reflect what it's actually used for.
Use a better description for this column.
Add OpenVPN interfaces as potential ping sources, too.
Fix service status for OpenVPN peer-to-peer client/server instances.
Whitespace/HTML fixes
Allow using virtual IPs (or "any") for ping source. Fixup ipv4/ipv6 selection.
Clarify notes when there is an error reaching the openvpn management daemon for service status. Also, add service controls to the openvpn status page.
Merge pull request #501 from phildd/master
Support for disabled services on services status displays
Do not allow to rename a gateway group, as it is for gateways. Fixes #2914
Do not display disabled services on services status widget
Resync OpenVPN instances that use any changed gateway groups
Remember whcih gateway groups have been edited
Avoid send user to top of the page when you open add new gateway box
Add a new class called addgatewaybox to make it easier to respect custom themes. Fixes #2900
Fix file name reference
Merge pull request #495 from phil-davis/master
Dynamic DNS add option for verbose logging
Tidy up "shaper" and "firewall shaper" XHTML
Update VALIGNDeprecated the ampersand in ANCHOR tagsUpdate TYPE in script
Add checks to make sure CP hard timeout is less or equal DHCP server default lease time. It fixes #2899
Simplify this code
Move these service control functions into service-utils.inc so they may be re-used.
This will allow the user to decide if they want all the noise in syslog. It defaults to off, so the log messages will quieten down unless the user turns it on.
Merge pull request #493 from ExolonDX/branch_05
Tidy up "traffic shaper wizard" XHTML
Merge pull request #492 from ExolonDX/branch_04
Tidy up "traffic shaper layer7" XHTML
Merge pull request #491 from ExolonDX/branch_03
Tidy up "traffic shaper limiter" XHTML
Merge pull request #490 from ExolonDX/branch_02
Tidy up "traffic shaper queue" XHTML
Move "tree.css" to the HEAD statement and manually close the HEADstatementClose BR and P tags
Close INPUT, BR, P and IMG tagsAdd "alt" to IMG tagsAdd CDATA section to scriptsMove "tree.css" and "tree.js" to the HEAD statement and close the HEADstatement manuallySpelling mistakeUpdate PHP shorthand tagUpdate HTML boolean operators
Close INPUT, BR, IMG and P tagsAdd "alt" to IMG tagsDeprecate ampersand in ANCHOR tagsAdd CDATA section to scriptsMove "tree.css" and "tree.js" to the HEAD statement and manually closethe HEAD statementSpelling mistatke...
Deprecate the ampersand in the ANCHOR tagClose BR and P tagsMove "tree.css" and "tree.js" to the HEAD statement and manually closethe HEAD statementSpelling mistake.
Tidy up "traffic shaper" XHTML
Close INPUT, BR and P tagsUpdate PHP Shorthand tagSpelling mistakeMove "tree.css" and "tree.js" to the HEAD statement and close the HEADstatement manuallyDeprecate the ampersand in the ANCHOR tag
Fix wording/formatting of promisc option
No need for nocsrf here too
Merge pull request #486 from 01101001c/master
Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).
No need to set it for the system information widget
No need to set nocsrf from my testing
Merge pull request #488 from phil-davis/master
DynDNS status widget async update
DynDNS status widget add 5 minute refresh
It was easy to add the code to refresh the status every 5 minutes. I think 5 minutes is a reasonable refresh time for dynamic DNS.
Rearrange this manual outbound NAT rule generation loop -- fixes unnecessary duplication of Localhost and VPN rules.
Add the user/time tracking to Port forwards and outbound NAT also.
Track user/time a firewall rule was created and last updated, and show this information at the bottom of the page when viewing the firewall rule. Have various places in the system that create rules add a proper entry to indicate their origin.
The Dynamic DNS status widget performs remote operations to the www to check the cached dynamic DNS IP against the actual current public-facing IP. When an external link is slow, or particularly when the cable is plugged in (it seems up) but actually the internet is down, it takes a long time for a response from http://checkip.dyndns.com/ to time out. The dashboard page hangs in a half-drawn state (up to drawing the DynDNS status table) for up to 30 seconds....
Remove functions that are not used now with once mode of rtsold
Bring down even rtsold process
Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).Original post: http://forum.pfsense.org/index.php/topic,59193.0.html
Diag DNS Lookup Dialog Output
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.
Merge pull request #484 from N0YB/System_Firewall_Logs_Filtering
Just a Couple Minor Tweaks
Use killbypid instead of a killall that never works
Fix indent and whitespaces
Avoid deleting the RA Subnet when IP is invalid, also simplify it a bit
System Firewall Log Filtering by Fields
Previous filter form retained for raw logs view.
Clarify what "Allow IPv6" does and does not control. Ticket #2874
fixup text
Move tmp/var init to just after mount of /cf so that the sizing works properly on NanoBSD. Fix input validation for sizes. Add note about needing a reboot to apply the settings.
Do not route do default gw when rule gw is down
- Add a new advanced misc option to change the behaviour- When it is set and rule has its own gateway, that is down, just disable the rule instead of routing it to default gw
Fixes #2858
Add the ability for full installs to optionally use RAM disks for /tmp and /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD.I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info).
Be more careful when performing a ping to use the correct ping type if an IP address is entered.
update github repo location
Fix spelling.
Services Status Widget remove leftover >
fix text. Fixes #2863
Merge pull request #479 from ExolonDX/master
Use HTMLENTITIES to deprecate the ampersand in page title URI
Use HTMLENTITIES to deprecate the ampersand
Be consistent on the check
Prevent mtu bigger than 9000
Merge pull request #470 from ExolonDX/branch_01
Tidy up System:General Setup XHTML
Merge pull request #471 from ExolonDX/branch_02
Tidy up System:Advanced:Admin XHTML
Merge pull request #472 from ExolonDX/branch_03
Tidy up System:Advanced:FirewallNat XHTML
Merge pull request #473 from ExolonDX/branch_04
Tidy up System:Advanced:Network XHTML
Merge pull request #474 from ExolonDX/branch_06
Tidy up System:Advanced:Tunables XHTML
Merge pull request #475 from ExolonDX/branch_07
Tidy up System:Advanced:Notifications XHTML
Tidy up System:Advanced:Misc XHTML
Close BR tagsClose INPUT tagsUpdate CDATA secions in script tagsUpdate HTML boolean operators
Close INPUT tags
Deprecate ampersandClose INPUT tags
Close BR tagsUpdate CDATA sections in script tagsUpdate HTML boolean operators
Close BR tagsUpdated HTML boolean operators
Added proper CDATA sections to scriptsUpdated HTML boolean operatorsClose BR tagasClose INPUT tags
Close INPUT tagsTidy up HTML boolean operators
Fix stale bandwidth-by-IP table entries
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.
Validate MTU changes for VLANs and let user change it again
Bandwidth by IP - allow filter by local and remote