Make GUI/config values for gateway groups match what the backend code expects. Fixes #8586
Fix style
Correct a PHP error when saving on system_advanced_admin.php. Fixes #8606
Fix OpenVPN Wizard LDAP handling of ATTR fields. Fixes #8605
While here, also add missing LDAP fields and fix a PHP 7.2 error.
Fixed #7013Added warning requiring reboot if group scope is changed
Fix PHP 7 error on services_unbound_host_edit.php
Merge pull request #3950 from marcelloc/patch-5
Merge pull request #3949 from Hobby-Student/master
Merge pull request #3943 from miken32/patch-2
requested changes
fix the fix
get total size on system dashboad
check total swap size on dashboard
Refer to bug #8587
fixed wrong if conditionsadded support of dns server
Correct the gateway check when deleting a VIP. Fixes #4438
Now it checks to see if there are other VIPs in the same subnet left,and only prevents deleting the last VIP by which a gateway could bereached.
Added future ACB settings page
Validate NPt IPv6 address input and do not use invalid stored settings in rules. Fixes #8575
Fix PHP error in dhcpd_gather_stats.php
Some variables were pre-populated with a string, then math was attempted based on a string value that couldn't be converted to an int.
Fix IPsec status widget conn matching to align with recent changes. Fixes #8562
Be specific with port fwd priv checks. Fixes #8563
This way, users with only privs to view but not edit port forwards can still see the entries, but not act upon them.
Correct PHP syntax error. Fixes #8557
Allow hostname/ip to be deleted if the captive portal is not enabled
Fixed #8539
Fix up user/group management save message descriptions, add logging for same. Fixes #8548
Rework how IPsec VTI interfaces and reqid specifications for same are formed. Ticket #8544
IPsec VTI interface refinements/fixes. Ticket #8544
PHP7 fixed illegal string offset warning
Fix reference to non-existent variable in IPsec P1. Fixes #8543
Please welcome routed IPsec using if_ipsec VTI interfaces. Implements #8544
To use, create a P1/P2 and set P2 to VTI using local/remote network as tunnel endpoint addresses, then assign the interface (enable, but IP type = none), and use like any other interface for routing.
Do not disable rekeying by default on IPsec P1 entries. Fixes #8540
Fix crash reporter download button display when there are only PHP errors, no textdumps.
Fix crash reporter "submit" wording (can't submit anymore!)
Rework crash reporter page so users can download the data files directly rather than submitting to a server.
Restrict entry of DHCP options (ticket #8534)
PHP 7.2 fixed string offset and undefined constant
Update translation files
Regenerate pot
PHP 7.2 Migration. Replace is_numeric() with ctype_xdigit() to check for valid hex string
Add switch config to status output. Implements #8525
PHP migration 7.2 enforce type array
PHP 7.2 Migration fixed count() issue
Array checking for PHP 7.2 migration
Store the old LAN IP address and temporarily add it to the alt hostnames to work around a referer check issue in the setup wizard. Fixes #8524
PHP7 - Resolve count() error
Fixed #8519Added simple test to ensure the instance of pfSense-upgrade is the instance started by hte upgrade GUI page, not some other process
Fixed #8515 (Syntax error)
PHP7 - Resolve count() warning
PHP7 - Resolve illegal string offset warning
PHP7 - Resolve illegal string offset array
PHP7 - Resolved count() warning
PHP7 - Corrected illegal string offset warning
PHP7 - Rewrite uploader to use curlFile class
Change CRL generation to a pure PHP implementation which works with PHP 7.2 (and 5.6)
The old OpenSSL CRL patch we had been using does not work with 7.2, and this way alsoopens up some new possibilities for enhancing the CRL settings we can offer in the...
PHP7 - Resolve Illegal string offset warning
Fixed different warnings and errors for PHP 7.2 Migration Illegal String Offsets and undefined constants
PHP7 - Resolve invalid arguemtn and illegal string offset warnings
PHP7 - Resolved "Cannot create references to/from string offsets"
PHP7 - Resolve error "ese of undefined constant sn"
Remove references for new classes instances adding a temporary variable. We will revisit it later
PHP7 - Resolve illegal offset error
PHP7 - Resolve illegal offset warnings
Merge pull request #3781 from PiBa-NL/20170712-defaultgateway-group
Fixing debug errors.
hideCheckbox. The 'o' is important. And use js instead of php like we're supposed to.
Add fixed suggested by jim-p
Moved out of my root directory :(
Change option text
Make it a force-on optionHide option if ocsp is enabled
add cert_get_ocspstaple
Improve description, reorder
make ordering proper
Add OCSP option in config
Redact some more info from the status.php output. Fixes #8394
Revert "Do not assign classes with =& to make PHP 7 happy"
This reverts commit e33c96162a33b52a9152ce0b05dba8b25f1dc2b4.
Enforce array type for PHP 7.2 Migration
Prevent pressing Enter in the filter field of diag_pftop.php. Fixes #8494
Type check for array, Part of php 7.2 migration
Added a check to make sure ['ipsec'] was an array, Part of PHP 7.2 Migration
Only alter users/groups via XMLRPC when the primary is set to do so. Fixes #8450
PHP7 Resolve count() parameter warning
PHP7 - Resolev undefined constant warning
Fixed #8486 via htmlspecialchars()
Fixed #8485 by POSTing fixed string and looking up the required file name
PHP7 - Resolve Warning: A non-numeric value encountered in /usr/local/bin/dhcpd_gather_stats.php
PHP7 - services->DHCP resolve warning
PHP7 system.php - resolve ngettext() expects parameter 3 to be integer, string given
PHP7 - Resolve warning in interdaces_ppps
PHP7 - Revise vpn_l2tp warning resolution
PHP7 - Resolve warning in ipsec_keys_edit.php