Simplify another loop
simplify code a bit more
error messages again
gateway error messages - standardise text and clarify "both"
More redundant logic
Redundant comparison
if it's a numeric integer (hence non-empty [0-9]+ ) and the first char isn't "0" then the value will always be >0, so test is redundant
Fix up/catch up remote syslog areas. Fixes #6780
Remove some more dangling PPTP bits.
Fix description of the VPN remote log setting
Move copyright from ESF to Netgate
Revert "Remove unused file browser.php"
This reverts commit 8dee84f4cef55a2f008a319022a762b92e00117e.
Remove unused file browser.php
Merge pull request #3119 from jlduran/fix-font-jquery-ui-widgets
Merge pull request #3120 from moisseev/compact-red
Obscured password field in system_authservers.php bind sectionFixed #6759
Merge pull request #3105 from NewEraCracker/patch-8
Merge pull request #3101 from NewEraCracker/patch-5
Fix diag_dns ipaddr set to use in IP WHOIS and IP Info
- Do not call resolve_host_addresses() when hostname cannot be resolved by gethostbyname(). The old check was considering gethostbyname would return NULL in this case but it returns a string with the hostname...
Removed unused variable $hostname
Merge pull request #3127 from PiBa-NL/20160902_pattern
Outbound nat overview, show alias popup and edit options on source and destination, for both the address and port.
Input boxes with setPattern validation should not contain escape characters as they are already properly considered 'lists of characters' even when not escaped.
Remove references to glxsb as it is not relevant to current supported platforms. Fixes #6755
-resolved syntax error
[theme] Compact-RED: improve hovered table rows visibility
css: Fix jQuery UI widgets' font
Use the main font with jQuery UI widgets (e.g. autocomplete forms)
change traffic graphs to use d3.js
add visibility js
[theme] Compact-RED: compact panel titles
[theme] Compact-RED: make drop-down menus not too "compact"
and improve hovered element visibility
[theme] Compact-RED: get rid of anti-aliased fonts
Clean up the text on diag_sockets.php. Fixes #6708
Clarify language on diag_tables.php. Fixes #6713
Use -l with traceroute6 to show both IP Addresses and Hostnames when resolving hops. Add note about max ttl/hop limit in source comment. Fixes #6715
Add output encoding to diag_dns.php for results returned from DNS. Fixes #6737
Fixed #6711
Fixed #6732
Fix syntax error on openvpn.widget.php
Text typos in openvpn.widget.php
Revise widget refresh timing
Add specific permission to allow HA XMLRPC sync. It fixes #809
Fix remote_addr array key
Disable autoDocument
Ticket #3734: Pass username on all xmlrpc calls
Ticket #3734: Convert xmlrpc.php to use XML/RPC2/Server.php
Added control to set dashboard widget refresh periodStart each widget refresh system after a short random delay to prevent all widgets hitting the server at the exactsame timeFix issues wherein two widgets were resetting the refresh timer from the AJAX call, not the call-back function, thereby risking stepping on themselves
Completed #6723\by making the OpenVPN widget update dynamically
Revert "change traffic graphs to d3"
This reverts commit 9f33ec64330d0b50896772abd73156abbd762305.
change traffic graphs to d3
Add an option to push "block-outside-dns" to clients of an RA OpenVPN. Fixes #6719
diag-edit.php: Perform "Goto line #" action on pressing enter key within the line number element
Merge pull request #3113 from NewEraCracker/patch-11
Ticket #3734: Convert remaining xmlrpc_client.inc consumers to use XML_RPC2
Fix messup caused by 9d3e872
Uniformize memory limits and remove old code (revised)
1) Allow setting a memory_limit up to 768M (Suhosin)2) Remove old workarounds. Memory limits on config.inc will be new defaults
Tidy up filenames
Make sure the filenames represent the actual file
Code style and comments
No functional change - just making style consistent
Improved solution to #6716
Fixed #6716
Fixed #6700
Fixed #6710
(cherry picked from commit 13b92290e0fa367a76016a15ccf5e76ff77b0706)
Fixed #6709
Fixed #6703
Fixed #6706
Fixed #6705
Fixed #6701
Fixed #6704
Call services_dhcpd_configure with the right parameter
Previously code segment for v4 would call both v4 and v6. Fixed to call v4 and v6 where appropriate.
Merge pull request #3097 from NewEraCracker/patch-1
Fixed to properly save configs in PPPs interfaces
(cherry picked from commit 545a7850ea37cd8c379cc75428353ad0089f2bd3)
Be sure that user_settings for widgets is an array
Ticket #3734: Convert growl related code to use pear-Net_Growl port
Be more verbose and let user know results of SMTP settings test
Ticket #3734:
- Added timeout parameter for SMTP configuration- Removed STARTTLS option, it's enabled automatically by pear-Mail when server supports it
Fix wording of the "Reject leases from" option for a DHCP interface.
Merge pull request #3084 from jlduran/native-font-stack
Merge pull request #3083 from doktornotor/patch-2
Merge pull request #3086 from jlduran/ignore-bootp-queries
Add a field to CA/Cert pages for OU, which is required by some external CAs and users. Fixes #6672
Merge pull request #3080 from phil-davis/local24
Merge pull request #3088 from phil-davis/widgetconfig
Merge pull request #3056 from NewEraCracker/design-tweaks
Remove defunct link to the devwiki site. Everything is on doc.pfsense.org now.
Fix typo, LT2P->L2TP
Save widget settings per user
For users that have "custom settings" enabled, save the "tool" settingsof their widgets on a per-user basis.User that do not have "custom settings" enabled will continue to use andsave widget settings to/from the system-wide settings.
Fixed #6669Read widget config before adding a new one. (Was starting a new array)
Merge pull request #3075 from brunostein/replace_attribute_name_to_id
Experiment using the OS' native font stack
Following the steps of bfbfa4dd254c110db4122925d0a3716a34d4c664,experiment using the OS' native font stack.
Obtained from the Bootstrap project (twbs/bootstrap#19098,twbs/bootstrap@0a31dacf3e0c43a73b2e61e266155b9dcce35339)
pfSense.css: Fix sortable tables' font
services_dhcp: Ignore BOOTP queries
BOOTP leases do not have a maximum lease time by default, this couldpotentially lead to a DHCP address pool exhaustion.
This commit adds an option to ignore BOOTP queries.
Redmine #4351
Allow URLs for TFTP Server (Bug #6634)
The setPattern() thing ain't usable for this and just causes regressions.
is_URL() from util.inc is way too limited for this purpose.
Typo fix
experiment with tighter styling
Fixes #6601 clean up installed packages html
clean up Installed Packages widget by removing category
Display local DHCP lease times in 24-hour clock
It seems odd to me that when the times are displayed in UTC they have24-hour clock, but when displayed in local time they are formatted with12-our clock and AM/PM.24-hour format takes less screen space, and I would have thought that...
Fix redmine #6640 DHCPv6 server time format
The original code here ended up always applying the time zone offset once, and if you had set dhcpv6leaseinlocaltime then it got applied twice, so Sydney at UTC+10:00 would show UTC+20:00 and presumably somewhere at UTC-04:00 would show UTC-08:00...