Standardize DNS Resolver breadcrumbs
Merge pull request #2153 from stilez/patch-3
Merge pull request #2157 from ttalle/openvpn_certificate_cn_username_validation
Fix this test. Ticket #5602
Merge pull request #2158 from reneschuster/dyndns_spdns
Merge pull request #2163 from phil-davis/patch-3
Merge pull request #2164 from ecovillage/ADD_SMTP_TEST_NOTE
Prioritize and separate server certs for OpenVPN servers to make it more clear they should be using certificates created as Server certificates for this purpose -- it's still valid to use non-server certs but it's not what most people intend to do. Ticket #5602
whitespace/style fixups
Merge pull request #2165 from PiBa-NL/pferrormessage
Merge pull request #2167 from phil-davis/pkgsync23
Merge pull request #2169 from phil-davis/umgr
Merge pull request #2170 from phil-davis/patch-6
Merge pull request #2171 from phil-davis/sysadv
Merge pull request #2172 from phil-davis/syscertmgr
Fixed #5599
Eliminate an incorrect use of config_file from a pkg info.xml (it should be reading configurationfile, not config_file)This is the last place that references the old config_file field, it will be safe to remove once this is in snapshots.
Fixed #5601COnfirmation is automatically added to fa-trash icon, so explicit on-click is no longer required
Standardize Certificate Manager breadcrumbs
Standardize System Advanced breadcrumbs
Standardize firewall shaper breadcrumbs
The others for queues, limiter, wizards seem OK.
Standardize breadcrumbs for User Manager tabs
I think this is the way it should be to make it like everywhere else.Even when in the "Groups" pages, it is still reached by "System" "UserManager".
Redmine #4279 Package reinstall displayed when shutting down before upgrade
Use a different flag file to indicate that a package reinstall isrequired after a reboot is done first. This avoids the possibility thatthe user navigates in the webGUI during the time while the shutdown is...
fix showing when a error happens parsing pf rules
Improve helpfulness of smtp-test buttons help-text.
Fix duplicate syslog messages - Redmine #5606
For master.See https://github.com/pfsense/pfsense/pull/2162 for the RELENG_2_2 change.
Run ping_hosts.sh once after IPsec start if it's enabled, to avoid a wait of up to 4 minutes for minicron to run it.
Remove the second Disconnect VPN button. Its function is different, but it doesn't really have a practical use (child SAs can be deleted elsewhere) and the presence of two buttons is confusing.
make text consistent
Fix VIP listing in firewall_nat_edit.php dst field
fix missing spaces in text
undo title capitalization
add styles for different color progress bars
revert 4afd1362bd57d0e4ce362dc105085b8c8d9f64c1 and add BETA stylesheet
Include ipsec.inc here otherwise the global is undefined when called when restoring a config in the GUI.
Address a potential LFI in pkg.php and wizard.php without breaking the ability to pass relative paths Restricts them to files under their intended base directories.
Add descriptive name field to CSR completion form
Remove deprecated Bootstap decoration from badgesFix quotesMake column selector numeric and add limits
pfSense.css has been moved to pfSense-EXP.csspfSense.css has been reverted to the version from about a week agoPlease go to System->General setup->Web configurator and select the css file you would prefer to work with
Merge pull request #2160 from ExolonDX/branch_02
Merge pull request #2159 from ExolonDX/branch_01
Merge branch 'Status-System_Logs-Firewall-Filter' of https://github.com/NOYB/pfsense
Tidy up "firewall_shaper*.php"
Tidy up coding styleAdd PROPERTY statement to LINK tagRemove self closing statement from ANCHOR tag
Tidy up "diag_defaults.php"
Add Bootstrap look-n-feel to diag_defaults.php
Add DynDNS provider SPDNS (IPv4 and IPv6)
SPDNS is a free DynDNS service from the German company SecurepointSecurity Solutions
Change comparison of username to certificate common name to be safer and case insensitive
Currently the username is compared against the common name using a standard PHP comparison,this is unsafe because it might do unintended type conversions. So change the != comparison to...
Revert "gettext it up"
This reverts commit 7597524ba9afab6fabd86d98baa624026702e095.
Merging PRs
fix #5591
Fix SCRIPT tag in "diag_arp.php"
Add missing double quoteTidy up coding style
missed a '.' (dot)
gettext it up
else if vs elseif code style consistency
PID filter field as number breaks regex.
ex: using anchors to return only the exact PID.
Fix filter button for raw mode.
Status - System Logs - Filter
Add advanced log filter formBreak out log listing fields in to columns (Time, Process, PID, Message).Basic log filter form is still used in raw mode.
net.inet.ipsec.debug in 10-STABLE and newer is extremely noisy and has a serious performance impact, where that wasn't the case on 10.1 base versions. Change it to 0 on upgrade to avoid problems for those who had it set previously.
keep consistency with RFC-defined capitalization, IPsec.
capitalize titles and labels
Remove txtsupport from Unbound. Of limited use, and the back end code was never ported over from the package (and is messy to do so). Ticket #5545
fix syntax errors
Support the fieldtype "<sethelp>" for checkboxes.
Revise collapsible section behavior to use defines (COLLAPSIBLE, SEC_OPEN, SEC_CLOSED)
Spelling
Further changes to Section.class.php and to diag_logs_filter.phpExperimental section collapse
Form_Section() now accepts up to 4 arguments: Form_section(title, id, collapsable, initiall_collapsed)
collapsable = true specifies that the panel should be collapsable and should have a plus/minus icon in the title bar to allow that. Defaults to false...
Fix updating of CSR by correcting button nameCosmetic fixes to ldapacpicker to make it usable in 2.3
Revert previous commit which obsoleted fend.inc
Reason: https://github.com/pfsense/FreeBSD-ports/search?utf8=%E2%9C%93&q=fend.inc
https://forum.pfsense.org/index.php?topic=103449.0
update styles
add google font Roboto
make wide screen support somewhat responsive
unlink_if_exists() : minor enhancement
two minor enhancements -
1) add a comment for skim-readers, that patterns are allowed (but not arrays?) and that no error is returned2) use array_map rather than foreach loop
Fix PHP error on boot/resync of OpenVPN
Update obsleted files: fend.inc
Src & Dst port fields as number breaks regex.
ex: using anchors to return only the exact port.
Say goodbye to fend.inc
Add leading '/' to sortable.js import
Add leading '/' to css imports
Sanitize the session_id/logout_id in captive portal.
Ticket #5518 update firewall rule icon colors
Fix filter button.
pull in correct stylesheet on login page
fix width issue on popovers
Don't display start/end times or export icons for CSRs
Omit topology from the config when using shared key mode.
Some adjustments to show/hide of fields on OpenVPN for shared key mode
Add full classpath to autoloader so that packages can run from their own directories.
Support <comment> tag in package XML
Fixed #5561 (mostly)
Fixed #5564
Fixed #5540
Status-System Logs-Firewall-Filter
Spruce it up.Use the cool filter button.Use the cool clear button.Add no logs to display notice.
fix missing "
style modal for dark theme
fix typo
add some depth to panels and convert tabs to spaces
make boxes flat