This is 2020. Issue #9245
Setup shortcuts for packages. Fixes #9770
(cherry picked from commit 37213abe96e83884b4a8ffbbbb7cc759cd2799ec)
Remove wildcards incorrectly used in isAllowedPage(). Fixes #9541
(cherry picked from commit cf529cbe33ae53f3f95b37a227da141b97465f20)
Update copyright notices to 2019. Happy New Year
(cherry picked from commit 0b4c14a491664053aad3cc76e1ffd67b70ff2da1)
Removed js warnings
(cherry picked from commit 36742b464a1b4449e52cbd0b539fece507a3b23e)
Added #8976 Allow traffic graph settings to be saved
(cherry picked from commit dd8a6d75e7a7cadc9a182c0306e8d04799a63338)
Disable display of Diagnostics->AutoConfigBackup menu item if config is restored from pfSense < 2.4.4Fixed #8959
(cherry picked from commit 245bfa559b5d8ebcb13b21feceaa58257ee194da)
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
Read xml files from /usr/local/share/pfSense/menu and load menu entries
Merge pull request #2677 from NOYB/Title_Bar_Shortcuts_Privileges
Status / System Logs - Manage Logs Panel Access
If the user does not have access to status logs settings page, then exclude the manage log panel from the page.
Title Bar Shortcuts Privileges
Only display title bar shortcuts the user has privileges for.Confusing and inconvenient being sent to the home page when clicking on those. Then have to browse back to where you were.
Fix this test. Fixes #5909
Fix typo in diag_command
Renamed exec.php and edit.php
Fix Dashboard privilege edge case and show full Help menu to users with the Help privilege. Fixes #5909
Correct if statement
Close p tags, wrap first sentence in p tag for proper styling.
Fix word case
Remove unused variable.
Merge pull request #2658 from NOYB/Available_Widgets_Icon_Missing
May as well fix this while here.
Replace style cursor:pointer with bootstrap class icon-pointer.
Fix for but #5901
Move the widgets save out of index.php jquery and into head.inc php along with it's counterpart the available widgets icon.
Align notification and logout icons to the right, to make them stand out from the menu items.