Services / DNS Resolver - Remove Personalizations
Remove "you" personalizations.
Bump master version to 2.4-DEVELOPMENT
Remove one call to SetAvailableBandwidth() that I missed earlier.
Fixes the shaper setup on fresh installs.
Ticket #6042
Bring back radvd start/stop to carpmaster/backup. Ticket #6043
Bring back rainterface, add config upgrade to convert to new _vip format. Ticket #6043
fix style
Add translations for group type selector
Clarify error message by including group type
Preserve group name on input error
Revised scope handling to allow user to set to remote or local, but only if it is not currently "system"
Don't modify the group file for scope remote. Ticket #6012
Rather than renaming groups with spaces, mark their scope as remote. Ticket #6012
Revert part of 475f0b6db committed by accident
Stop processing when find it
Add missing PHP modules, it should fix #6041
Simplify logic
(status > DHCPv6 Leases) make tables responsive
clean up header on small screens
(status > ipsec) clean up css
Fix logic for RRD and DHCP leases backup, and fix wording in the placeholder text. Fixes #6040
Use correct subnet mask for IPv6. Fixes #6039
Merge pull request #2806 from NOYB/Interfaces_(assign)_-_Remove_Personalizations
Merge pull request #2805 from NOYB/System_/_User_Manager_-_Remove_Personalizations
Merge pull request #2804 from NOYB/System_/_Routing_/_Gateways_-_Remove_Personalizations
Merge pull request #2803 from NOYB/System_/_High_Availability_-_Remove_Personalizations
Merge pull request #2802 from NOYB/System_/_General_Setup_-_Remove_Personalizations
Interfaces (assign) - Remove Personalizations
System / User Manager - Remove Personalizations
System / Routing / Gateways - Remove Personalizations
System / High Availability - Remove Personalizations
System / General Setup - Remove Personalizations
System / Certificate Manager / CAs / Edit - Remove Personalizations
Merge pull request #2800 from phil-davis/r1
Specify the zone in the PORTAL_ACTION URL. Ticket #6037
Add brackets for clarity
Add some extra brackets for clarity, rather than relying on the operatorprecedence rules. IMHO this makes it more readable, and no need for thereader to wonder if anything might go wrong with the operatorprecedence.
Set the ALTQ root queue bandwidth.
Whenever possible set it to 1Gb, if the sum of child queues if higher than 1Gb, set it the correct value so we do not break any existing setup.
Ticket #5721
Fixes the shaper wizards to split the bandwidth correctly.
With P2P catchall disabled, the qLink queue (using 20% of root bandwidth) was not taken into account.
Decrease 20% of qInternet bandwidth queue in this case.
Fix the sum of child bandwidth.
Now percentages are correctly handled.
Remove commented and unused old code supposed to do the same.
Implement system_get_serial()
Remove dead code
Further text refinements for PR 2790
Merge pull request #2790 from NOYB/Interfaces_-_Word_Smithing
Identify specific hardware models of some Netgate products
Rename variable to a name that make sense
Merge pull request #2798 from NOYB/System_/_Advanced_/_Notifications_-_Remove_Personalizations
Merge pull request #2797 from NOYB/System_/_Advanced_/_Miscellaneous_-_Remove_Personalizations
Merge pull request #2796 from NOYB/System_/_Advanced_/_Networking_-_Remove_Personalizations
Merge pull request #2795 from NOYB/System_/_Advanced_/_Firewall_&_NAT_-_Remove_Personalizations
Merge pull request #2794 from NOYB/System_/_Advanced_/_Admin_Access_-_Remove_Personalizations
Swap the colors on Diag > Command back. Executing is dangerous, hence the warning.
Fix display of PPP "uptime" (the word "uptime" was missing from output).
Unset this as well, or else it spams the log needlessly (no actual problem). Fixes #6034
Apply "Editor" Phil's corrections.
Thanks Phil.
System / Advanced / Notifications - Remove Personalizations
System / Advanced / Miscellaneous - Remove Personalizations
Remove a bunch of "you" personalizations.Typo and sentence spacing.
System / Advanced / Networking - Remove Personalizations
Remove a bunch of "you" personalizations.
System / Advanced / Firewall & NAT - Remove Personalizations
System / Advanced / Admin Access - Remove Personalizations
Don't log 404s for captive portal. Ticket #6027
Merge pull request #2788 from phil-davis/patch-3
Merge pull request #2791 from NOYB/Interfaces_-_Section_Title_-_Reserved_Networks
Background all the ipsec commands run from status_ipsec.php to make sure they don't hang up the entire GUI. Ticket #5520
Remove "we" personalizations.
Interfaces - Section Title - Reserved Networks
More accurate section title.
Revert "Branch master is now 2.4-DEVELOPMENT"
Fat finger here, rolling back for now
This reverts commit 30d9ba51d194600ccb7d474d998c7491d0ba61b6.
Branch master is now 2.4-DEVELOPMENT
Remove errant line.
Interfaces - Word Smithing
Word smithing to remove a bunch of personalization ("You").
Do not allow empty elements in IPv6 addresses
Redmine #6024Upstream pull request https://github.com/pear/Net_IPv6/pull/14At this point in the checkIPv6 processing the string should be an uncompressed IPv6 addressed - all the elements should have something in them, a "0" if that element is zero. So any zero-length element is a problem.
Disable the check of subqueues bandwidth until it is fixed.
Show the full OpenVPN verb debug range same as 2.2.x.
Clarify OpenVPN verb level descriptions
change logos to reflect community edition
HTML Compliance - Firewall / Rules
Error: Duplicate ID frrfc1918.<tr id=frrfc1918>
Pass the correct variable to get_interface_bandwidth(). Fixes the boot crash reported by JimP.
Spotted by: Jorge OliveiraTicket #5721
Fix display of gateway IP address and gateway/group descriptions in firewall_rules_edit.php.
Band-aid to stop this from breaking the firewall. Ticket #5721
Merge pull request #2781 from jlduran/fix-openvpn-client-typo
Fix OpenVPN client additional options typo
Should read client instead of server. Also remove the `push` example.
HTML Compliance - Vertical Align
pkg.php and functions.inc
Add paren here for clarity, suggested by Phil Davis.
Force the existence of bandwidth on root queue.
If the bandwidth is not set the speed of root queue is set by media status.
In this case a ruleset which contains queues with speeds higher than 100Mb/s will fail to be loaded when the root interface is connected to a fast ethernet port (100Mb/s) - but works fine on a gigabit ethernet port....
Remove ssl_stapling. Ticket #6020
One too many "!" in the "Advanced options" button javascript caused the Link parameters to be always hidden
Re-run priv script to pick up changes.
Detect default config flavor
Merge pull request #2776 from NOYB/HTML_Compliance_-_Captiveportal
HTML Compliance - Captiveportal
Text Align & Background Color
Fix syntax error in diag_traceroute
The semi-colon is not needed here.Reported by forum: https://forum.pfsense.org/index.php?topic=108643.0
Don't log to filter.log when local logging is disabled. Ticket #6018
Have recovery mode go to a shell as intended.
possible typo
Fixed #6017
Read return code from right command
The zone parameter needs to be in this html example for CP.
Bump default config ver to 14.8
Merge pull request #2773 from NewEraCracker/small-php-js-tweaks
Merge pull request #2772 from NOYB/HTML_Compliance_-_Diagnostics_/_Test_Port
Merge pull request #2771 from stilez/patch-20