Correct variable name. Fixes #7297
Merge pull request #3568 from doktornotor/patch-7
Merge pull request #3546 from NOYB/Vendor_MAC_Retention_Logic_/_Consolidate
Fixed #7203 by visually separating the legend areaMake legen area fixed rather than AJAX data
Check that DHCP registration isn't enabled for DNS forwarder/resolver when disabling DHCP server
Only allow the DHCP registration options to be enabled when DHCP server is enabled as well
Only start dhcpleases if DHCP server is enabled (Bug #6750)
Merge pull request #3552 from NOYB/User_Manager_-_Status_Icon
Fix "Save and Force" action
Remove newline in error msg
Spelling
Fixed #7231
This avoids the problem rather than fixing it by requiring the user to remove any queues from the if before deleting
Add Chinese (Taiwan) to the list of available languages
Update translation files
Regenerate pot
Merge pull request #3533 from phil-davis/fw-rules-iface-selector
Merge pull request #3557 from jskyboo/dev
Merge pull request #3553 from doktornotor/patch-1
Allow PGRMF for Custom GPS type.
Fix ublox parsing.
Save tab value (if) in HTML
Fixed #7277
Fix NTP widget to show server time (Issue #7245)
This is a couple of seconds late depending on how much stuff people have on dashboard, but at least displays the server time/TZ instead of the browser time. Plus good riddance wrt those 200+ lines of past century JS.
Fixed #7274
User Manager - Status Icon
Use icon for status rather than textual asterisk to indicate disabled account.
(2.4, 2.3)
Fix handling of 0 for Backup Count. Fixes #7273
Fixed #7270
Vendor MAC Retention File Consolidate
Use a single file for vendor MAC retention (vendor_mac). a) Writes only one file during boot up rather than a file for each interface. b) More efficient than numerous tiny files. c) Friendlier to write cycle sensitive media in a RAM disk disabled system.
Vendor MAC Retention File Relocate
Relocate the vendor MAC retention file to /var/db directory. a) It's more at home here with other network interface stuff. b) Friendlier to write cycle sensitive media in a RAM disk enabled system.
Vendor MAC Restore Logic
Only use the vendor MAC retention file for restoring the vendor MAC when not booting. a) During boot up the current MAC that is obtained from the system is the vendor MAC. b) Using this eliminates the inefficient need to open the vendor MAC retention file for every interface during system boot up.
Spoof MAC Var Name
Rename 'spoof_mac' var to generic 'mac_addr'. a) It may be the vendor MAC or a spoofed MAC. b) Update the comment re: not reapplying an already applied MAC.
Fix editing sysctl values.
Fixed: #7251Force JS and CSS files to reload if hte file mtimes change
GET/POST conversion
Fix Apply action
GET/POST conversions
GET/POST conversion - services part 1
fix colspan background on dark theme
Merge pull request #3545 from phil-davis/patch-6
Merge pull request #3544 from phil-davis/patch-5
Fix #7257: Use pfSense-upgrade to look for new versions
Only save valid widget locations in config
Some widgets create extra panels, e.g. the widgets that now have the filter functionality. Those panels are processed in the ".each" at line 424. They do not have an id in the form "widget-*" and when the old code tries to find the "*" part it gets "undefined". This results in the layout being saved like:...
Allow 5 dashboard columns to work
Selecting 1,2,3,4 or 6 dashboards columns results in an exact integer result here and all is good. But 5 columns results in "2.4" and "col-sm-2.4" is not a thing in bootstrap.We need just the best int we can choose here, which is one that is just the int part of the division. That ensures that the 5 columns extend over less than the standard bootstrap total of 12 "units" wide.
Comment typos head.inc
Fixed DIVIDER issue caused by the addition of msorts to the menu
GET/POST conversion for status*
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Diagnostics
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Firewall
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Interfaces
Fix saving Hybrid RSA + Xauth. Fixes #7258
Accommodate locales by testing for $_POST['va'] only
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - VPN
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions
Merge pull request #3541 from phil-davis/getAllowedPages-format
Merge pull request #3540 from phil-davis/get_user_privileges-cache
Merge pull request #3539 from phil-davis/patch-5
Merge pull request #3536 from phil-davis/tunnel-network-message
Merge pull request #3531 from phil-davis/version-display-at-boot
getAllowedPages consistent code format
Use cached groups in get_user_privileges
Fix ldap_get_groups return value when down
In some places ldap_get_groups has:```return memberof;```It should have the "$" in front, so it will return the $memberof array (that is empty when this happens).
This causes issues for callers that expect to have a return value that is either false, an empty array, or an array of the groups.
Allow up to siz dashboard columns
IPv4 Tunnel Network is required for OpenVPN server
Do POST for long tab array dropdown
Update version string at end of boot
logout via POST
Replace '_' with '_<wbr> when displaying alias names. Allows long alias names with underscores to word-break better.
GET/POST conversion firewall_virtual_ip*
GET/POST conversion firewall_rulesguiconfig.php display_top_tabs supports "usepost" as an optional 4th argument
GET/POST conversion firewall_nat_out*
GET/POST conversion firewall_nat_npt*
GET/POST firewall_nat_1to1 bis
GET/POST conversion firewall_nat*
GET/POST conversion firewall_aliases*
GET/POST conversion vpn_ipsec_server
GET/POST conversion vpn_openvpn_csc
GET/POST conversion vpn_openvpn_client
GET/POST conversion vpn_l2tp*
Merge pull request #3492 from luckman212/dhcp-edit-patch-2
Merge pull request #3522 from graham-collinson/master
GET/POST conversion vpn_ipsec*
GET/POST conversion interfaces_assign
GET/POST conversion interfaces_wireless*
Revert "Fixed #6753" User feedback suggests the sorted menu was better, despite the lack of consistency elsewhere.This reverts commit e5d339735836fd55b0fa944d5d7e472793785e30.
GET/POST conversion interfaces_vlan_edit
GET/POST conversion interfaces_vlan
GET/POST conversion interfaces_qinq*
GET/POST conversion interfaces_ppps*
GET/POST conversion interfaces_lagg*
GET/POST conversion interfaces_groups*
GET/POST conversion interfaces_gre*