Add reason to write_config() call
Deduplicate code
Allow CloudFlare DDNS entries to use "" or "." for the hostname portion of the domain in the GUI to update the domain's @ record. Then in the backend code, remove that from the FQDN since CloudFlare doesn't like that to be sent explicitly. Fixes #7357
" or "
Fix is confirmed to work by two forum users: https://forum.pfsense.org/index.php?topic=122099.msg699763#msg699763
Do not enforce a max limit on state timeout when editing a firewall rule. Fixes #7356
Merge pull request #3570 from phil-davis/fw-rule-desc-7294
Merge pull request #3595 from doktornotor/patch-14
Merge pull request #3596 from NOYB/User_Manager_-_Status_Icon_-_Sort_Order
Use the same cache filename pattern for RFC2136 IPv6 items as used by dyndns
Use | to separate dyndns IPv4 fields on cache file as done by rfc2136 items and for all IPv6 items
Sync up package help links with current packages.
Many do not yet exist, but can easily be created.
Sort help URL list.
Update help URLs for base system files, remove old/obsolete files.
Fix up some options in OpenVPN that were not showing for the correct modes. Fixes #7331
Add GUI components for loading cryptodev as a module, and upgrade code so users have it on upgrade since it was in-kernel before. Fixes #5976Having both aesni and cryptodev loaded at the same time appears to only negatively impact performance, no gains, so at the moment there is no need to load them at the same time.
Finish MAC address matching for packet capture. Implements #6743
Fix #7317 Widget Filter All button
Merge pull request #3589 from phil-davis/patch-12
Merge pull request #3573 from phil-davis/patch-9
Merge pull request #3581 from phil-davis/patch-11
Merge pull request #3550 from phil-davis/patch-5
User Manager - Status Icon - Sort Order
Make status column sort order work correctly with the icons.
(2.4, 2.3)
Show PPPoE/PPTP/L2TP uptime on the Interfaces widget (Feature #6032)
Fix syntax error in services_wol_edit.php
Remove unused ntpWidgetUpdateFromServer() from NTP widget
I don;t see where this is used at all. Nothing seems to break if I remove it.
Fix #7300 provide default value for ipprotocol for old rules
Fixed typo in $POST/$_POST
Remove some unused code from diag_command.php.
Fixes #7296HTML tags not allowed in selector option values
Correct variable name. Fixes #7297
Merge pull request #3568 from doktornotor/patch-7
Fix 7294 keep full rule description
Signed-off-by: Phil Davis <phil.davis@inf.org>
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
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
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.
Fix handling of 0 for Backup Count. Fixes #7273
Fixed #7270
System Info Widget enable All button when disable firmware check is set
If system firmware disablecheck is set, then the click event for the filter "All" button is also not included in the JS, so the "All" button is not effective.
The setTimeout for systemStatusGetUpdateStatus() can be moved up just below where it is declared and inside the existing "if" that conditionally includes that function - no need for it to be inside events.push...
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
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
IPv4 Tunnel Network is required for OpenVPN server
Do POST for long tab array dropdown
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