Add validation of address family and protocol combinations. Ticket #6219
Add validation of address family on IP aliases with CARP parent. Ticket #6218
Fix text style
Fixed #6214 by splitting the "Client settings" section into "Client settings" and "Advanced client settings"
Allow upload of favicon.ico without prefix adding
Merge pull request #2890 from phil-davis/patch-4
Merge pull request #2889 from NOYB/Firewall_-_Punctuation_-_Clean_-_Up
Fix #6212 Really disable checks
Belts and braces here - I the setTimeout is not done then the other bits of code do not get called anyway, but I took them all out to make sure there is no way to accidentally do the update check when it is disabled.
Fix validation of v4 in v6 rules and vice versa. Ticket #6211
Fix selection of dsttype in configs with VIPs defined. Ticket #6173
Firewall - Punctuation Clean Up
Some punctuation clean up.
(diag > edit file) page styling
(diag > command prompt) page styling
pad button groups
Setup HTTP_PROXY environment variable for pkg when it's called from the GUI and also for pfSense-upgrade
Fixed #6095 remove logo from wizards
add jquery ui themes for status monitoring
Make sure FreeBSD repo is disabled on a static file tracked by base package
Merge pull request #2882 from phil-davis/patch-4
Merge pull request #2880 from LucaTNT/patch-1
Merge pull request #2879 from NOYB/Firewall_NAT_-_Remove_Pencil_Icon_From_Aliases
Merge pull request #2875 from NOYB/Interfaces_-_Punctuation
Use English spelling for var name
For future maintenance it might be easier if this var name is spelled with the usual English spelling.
Merge pull request #28881 from phil-davis/patch-4
Fixed #6175
pfSenseHelpers white space formatting
Just a bit of white space and formatting to standardize this code, and a couple of typos in comments.
Added back GET parameters support (as in pre-2.3)
In version 2.3 the Traffic Graph page switched from GET to POST parameters to control the graph.This patch restores the old functionality, which was useful to bookmark a given graph configuration.
Fixed GPS display sprintf => printf
Removing focus from the anchor gets rid of the annoying dotted box
Update widget to POST link
COmment fix
Make services POST only by providing JS code in pfSenseHelpers.js
Merge pull request #2866 from NOYB/Firewall_/_Rules_-_Underscore_Line_Wrap
Trim the OpenVPN tunnel network before use, and on save. Fixes #6198
Fix an oops.
Firewall NAT - Remove Pencil Icon From Aliases
Don't see the icon adding any value. Consumes space and clutters page. Make consistent with the firewall rules page.
Remove redundant if check.
Interfaces - Punctuation
Merge pull request #2871 from NOYB/System_/_Advanced_-_Punctuation
Unset dhcpdv6 for deleted interfaces on interfaces_assign.php. Ticket #6152
Allow 0 mask on Unbound ACLs. Ticket #6073
Avoid implode error if no interfaces are selected.
Fixed #6171
Fixed #6169and added alias pop-ups to load_balancer_virtual_server.php
Fixed #6168Needed to override form action since it was inheriting the current GET arguments
Fixed #6170
Fixed #6158Really a temporary work-around. This issue requires a better solution in which the data is normalized and added to the <td> via a data-sortable attribute.
Fixed #6161
Merge pull request #2870 from phil-davis/patch-4
Fixed #6163
Fixed #6166
System / Advanced - Punctuation
Fix #6162 saving of bogons update frequency
Another easy fix of a "dumb bug".
Use RFC-defined capitalization IPsec.
Merge pull request #2867 from phil-davis/patch-4
Nuke srctrack default = 1400 per JimP
Fixed #6146
Allow to restore any ares of config
If the existing config does not have a particular area in it, then the user should still be able to restore it from another config.Redmine #6144
Firewall / Rules - Underscore Line Wrap
Replace underscore with space in display text of certain fields to allow them to line wrap. ex: long alias names
Fix Namecheap DynDNS host parsing for @, fixes #6122
Merge pull request #2863 from phil-davis/widget-arrows
Fixed #6128
Use consistent arrow colors on dashboard
Interfaces widget and IPsec widget use text-success and text-danger tomake the up and down arrows be green and red.This change does the same thing to OpenVPN and WoL widgets forconsistency.
Cosmetics
Fixed #6117
Merge pull request #2862 from NOYB/Services_/_DHCP_Server_-_DNS_Servers_Clarification
Fixed #6114
Fixed #6112by adding isset() to checkbox value
Services / DHCP Server - DNS Servers Clarification
It reads as though the interfaces IP address is to be entered. Removing "use" makes it a little clearer.
Fixed #6096
Fixed #6092
Fixed #6104 by changing trash icon to trash-o icon so that the JA configmation is not triggered.
Merged #2854 and updated to increment only the deleterow button
Fix add delete of rows with buttons
Redmine #6101Forum https://forum.pfsense.org/index.php?topic=109554.0
Merge pull request #2860 from phil-davis/ipsec-keys-infobox
Merge pull request #2859 from phil-davis/patch-7
Merge pull request #2858 from jlduran/fix-ipsec-spd-arrow
Merge pull request #2856 from phil-davis/patch-5
Merge pull request #2855 from NOYB/System_/_General_Setup_-_Remove_Beta_Badges
Merge pull request #2853 from NOYB/Miscellaneous_II_-_Remove_Personalizations
Make VPN IPsec Keys messages proper infoblock
Redmine #6107Note: I made this text be open by default on the edit page (blockopen)because maybe users should see it by default.
Make forwarder info boxes consistent with resolver
DNS Resolver just has a single info box at the bottom of its settings page.DNS Forwarder has different print_callout stuff that looks inconsistent with the rest of the GUI pages.I have made it consistent with DNS Resolver, which does not have those bits of text describing host and domain overrides....
Fix the IPsec SPD arrows
Currently, a `BLACK RIGHT-POINTING POINTER` and a `BLACK LEFT-POINTINGTRIANGLE` are used to display the direction.
This commit changes both arrows to be `POINTER`s.
Fix extraneous chars in help texts - OpenVPN Server
Redmine bug #6102
System / General Setup - Remove Beta Badges
Remove beta badge from Associated Panels Show/Hide options.Remove beta badge from Left Column Labels option.
Miscellaneous II - Remove Personalizations
Remove "you" personalizations.
Miscellaneous - Remove Personalizations
Merge pull request #2850 from NOYB/Traffic_Shaper_Wizard_-_Remove_Personalizations
OpenVPN Wizard - Remove Personalizations
Avoid PHP warning if no server selected
when saving a client specific override.Forum report https://forum.pfsense.org/index.php?topic=109431.msg0Redmine issue 6089
Traffic Shaper Wizard - Remove Personalizations
Deprecate references to modulate state. Remove rule allowing TCP 1723 inbound when PPTP client is in use, as that's unnecessary.
Redmine #6081 do not reuse index var
The value of $i needs to be kept constant from the outer loop - do not reuse it here.
Add fingerprint for RELEASE pkg sign key
(cherry picked from commit 2a15cab9e3141b9812573c1161ab8ea2bd11f6c7)
Fix typo
services_ntpd_pps remove bonus f
Silence /etc/rc.notify_message garbage output
(cherry picked from commit eb3491d99e939ab21d84122ededf9e7e9462ed71)
Fix code used to read config repo path
(cherry picked from commit e429ac7134ac2080af9117c11e2f294d4dd8c5d0)
Do all steps to replace repo package and make sure symlink is in place
(cherry picked from commit 5caee0ba0f8782ea7bf1df54ad0848da1d5084d2)
Force update after reinstall repo pkg
(cherry picked from commit 3e7c1ea74a8c0600c785e9588349afd927719d23)