Remove WireGuard support
Out of an abundance of caution while we investigate the claims aboutWireGuard in public, we need to remove it from pfSense Plus and CE inorder to shield customers from potential risk.
Revert copyright symbols
Add registered trdemark symbol where appropriate
Spell WireGuard properly
Outlined Wireguard GUI pages and added it to the VPN menu
Update the Copyright year.
A subsequent commit will deal with .po's.
Add product_label global variable
Introduce product_label global variable, by default with same value ofproduct_name. The idea is to make it easier for rebranded products tochange the name on all visual texts while internal structures arepreserved.
While here, remove deprecated $g['platform'] and also replace places...
Revise apple touch icons
Update Font Awesome to v5 using shim
change http to https for redirect link
update redirect to issue tracker
Fixed 10156Fixed 10157
New redirects.netgate.com/whatever links set up and incorporated in menu system
Remove some outdated references. Issue #10156
This is 2020. Issue #9245
Setup shortcuts for packages. Fixes #9770
Move Package Logs in with rest of logs. Issue #9714
Standardize log tab behavior
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Remove wildcards incorrectly used in isAllowedPage(). Fixes #9541
Deprecate the built-in relayd Load Balancer. Closes #9386
It is not available on FreeBSD 12 with OpenSSL 1.1.x.
Users can migrate to the HAProxy package.
Fix some illegal offset errors. Issue #9366
Update copyright notices to 2019. Happy New Year
Removed js warnings
Added #8976 Allow traffic graph settings to be saved
Disable display of Diagnostics->AutoConfigBackup menu item if config is restored from pfSense < 2.4.4Fixed #8959
Simplify logic and break some long lines
Support older md5 password hashes when testing for default password
Validation for GUI custom settings. Fixes #8726
Add validation for customizable GUI setting fields and test submittedvalues before allowing them to be stored.Also ensure that dashboardcolumns is an integer before using it in theGUI.
Integrate ACB into core. Add config migration.
Cosmetic changes to warning maeesage
Add position params to gettext password warning
Test the password, not the hash, or it won't detect if the user reset password from the console or otherwise changed it to the default manually. Issue #8596
Change warning wording to avoid using a "click here" link. Issue #8596
Fixed #8596
Initialize $wifdescrs
Add a status page for unbound to show the infra cache. Ticket #8430
Update the Copyright notice for pfSense.
Use include() to add logo content and use complete path
update svg logos to pull from file
update top nav bar logo
update favicon
Eliminate Gold menu item
Change login page footer positioningChange paid support link to https://www.netgate.com/support
Refactor get_configured_interface_with_descr remove unused parameter
Add user option to sort interface names
Fixed: #7251Force JS and CSS files to reload if hte file mtimes change
Comment typos head.inc
Fixed DIVIDER issue caused by the addition of msorts to the menu
logout via POST
Revert "Fixed #6753" User feedback suggests the sorted menu was better, despite the lack of consistency elsewhere.This reverts commit e5d339735836fd55b0fa944d5d7e472793785e30.
Merge pull request #3490 from phil-davis/sethelp-review3
Do not attempt to translate '-DIVIDER-'
'-DIVIDER-' is a keyword here. If someone does translate this, then the divider is going to go missing when in their language.
user/local/www inc file gettext improvements
Merge pull request #3403 from phil-davis/no-empty-menu
Allow external links to show in menus as they will never match privileges and they are not items that need to be restricted.
Do not show empty menus
Format of username in Logout
Add username to logout menu and icon
I find it difficult to work out who I am logged in as. Other software often provides some indication of who is the current logged-in user. An easy way to do this is to add it to the "Log out" text. Then it can be seen either by hovering over the "Log out" icon, or in the System menu....
Breadcrumb links
Breadcrumb links support
Fix username reference
Allow admin to clear notices
Add privs to control display of notices
This is a suggested way to allow control of the display and clearing ofnotices. The use case is:1) A user with minimal page privs (e.g. can just change their password,or access a few status pages or...) should not be automatically able to...
Fix #3454 Do not show Mark All as Read button when no priv
If the user does not have access to index.php then the "Mark All as Read" button for the notices popup does not work for them anyway, so do not show it.This fixes the obvious UI inconsistency - where the user has a button that they press, but it is not effective.
move export button to heading for status monitoring page
Change (assign) to Assignments in Interfaces menuAdd HTML divider in Interfaces menu to separate actions form the interface list
Revise filter_reload page to display entire reload_filter_status contents, not just last line
Fixed #6753Interface menu entries no longer sorted for consistency with other GUI instances
Deprecate nanobsd platform and remove all conditionals that uses it
Retire restart_httpd.php
Retire diag_nanobsd.php
Format file_notice alerts in webgui with newline characters as <br/> for easier reading.
Move copyright from ESF to Netgate
Remove defunct link to the devwiki site. Everything is on doc.pfsense.org now.
Move to Apache License 2.0
Review license / copyright on all files (final round)
change order of css files in head element
Merge pull request #3018 from phil-davis/usersettings
Revert "adding privileges and separating DNS Resolver overrides from general settings"
This reverts commit fc76a1e390c8ce9579df31457c74d1d0e572b78d.
Feature #6388 custom GUI preference settings per user
Merge pull request #2935 from cfazendin/hostname_menu
Merge pull request #2891 from gottaloveit/dns-overrides-privs
Comment typos
I can't resist fixing them when I see them.
Sanitize notice output here as well. Ticket #6154
Revert "Added option to System > General Setup > webConfigurator to change the title of the Help menu in the navbar to either the system hostname or fqdn."
This reverts commit e3c5006b819063863f44fd2314dd635bd26e8a8c.
Added option to System > General Setup > webConfigurator to change the title of the Help menu in the navbar to either the system hostname or fqdn.
Fixed #6306 Please enter the commit message for your changes. Lines starting
adding privileges and separating DNS Resolver overrides from general settings
Make services POST only by providing JS code in pfSenseHelpers.js
Fixed #6104 by changing trash icon to trash-o icon so that the JA configmation is not triggered.
Suppress dashboard save icon until needed.
Temporarily disable PR 2750 pending revision by NOYB
organize assets and put 3rd party into vendor folder
replace undo with times icon for closing
Status / Dashboard - Conceal save icon when not dirty.
change to class for multiple update locations
Merge pull request #2722 from NOYB/Status_Monitoring_-_Settings_Panel_Collapsible
More icon and button inconsistencies. Should be the last batch. Ticket #5965
Status Monitoring - Settings Panel Collapsible
Make the status monitoring settings panel collapsible with page load state configurable in general setup associated panels show/hide.Replace Update button with refresh icon on title bar.
Required by FreeBSD-Ports pull request #78 Status Monitoring - Settings Panel Collapsible.
Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498