Update copyright years to include 2023
Rector some config unsets with complex paths.
Rector some direct config sets with pure scalar paths.
Spelling fixes. Fix #13357
Fix syntax error in system_authservers.php. For #13533
Fix a PHP81 bug in system_authservers.php
Remove IPv6 validation for RADIUS auth. Fixes #4154
Always display Global Root CA List. Fixes #13185
Update the Copyright year of the files owned by Rubicon/Netgate.
Authentication Servers copy button. Feature #11390
Update the Copyright year.
A subsequent commit will deal with .po's.
Fix #204: Add messages to all write_config() calls
LDAP shell authentication. Implements #8698
Use user DN for RFC2307 membership search (updated). Issue #9527
Revert "Use user DN for RFC2307 membership search. Issue #9527"
This reverts commit e924485c9e681771806fe3ee63ed746152fcbcb9.
Use user DN for RFC2307 membership search. Issue #9527
Fix flagged syntax errors.
Merge pull request #4116 from Augustin-FL/ldap
Update SSL refs to SSL/TLS. Fixes #10172
This is 2020. Issue #9245
Add option to disallow unauthenticated LDAP binds
Merge pull request #4067 from crypto-powers/master
Add auth server name change input validation. Fixes #9692
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Merge pull request #4060 from PeterFeicht/fix_layout
Feature #9527 - LDAP extended query on groups in RFC2307 containers.
Fix empty lines in forms
Fixes a number of empty lines in forms by adding hidden inputs using`addGlobal` on the form instead of `addInput` on sections or `add` ongroups.
Remove star after page nameFix #9428
Integrate "User Password" in User Manager menuFix #9428
Update copyright notices to 2019. Happy New Year
Fix #9121: Initialize arrays to prevent PHP 7 errors
Normalize RADIUS authentication
Mark authentication containers label as required field
Update the Copyright notice for pfSense.
Merge pull request #3825 from adam820/helptext-cleanup
Add an option for LDAP servers to use the global root CA list as a peer CA. Fixes #8044
Remove erroneous additional text.
Update misleading help text
Commit d57725aac5145b4f17097d61e3b5a6ca72f1754e updated the help textto use LDAP search filter syntax. This is misleading, however, asthe auth.inc file already sets the LDAP filter syntax for you based onthe input string in this field. This field should be the bare qualified...
Improve the way the auth server list is generated and account for a key being removed from the array when deleting. Fixes #7682
Merge pull request #3629 from doktornotor/patch-18
Add missing include
Typo fix
Disallow IPv6 for RADIUS server.
See https://redmine.pfsense.org/issues/4154. No need for users to waste their time with debugging packets black hole.
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions
GET/POST conversion system_authservers.php
setHelp and gettext for system*
Required fields for System pages
Merge pull request #3369 from phil-davis/breadcrumbs_detail
Merge pull request #3341 from phil-davis/sysprvwarn2
Add protocol selection to Radius server configuration
It should fix #7111
Submitted by @ubawurinna at https://github.com/pfsense/pfsense/pull/2687
Breadcrumb links
Add security notes for privilege assignment pages
Suggested solution for Redmine 2247
Added STARTTLS to LDAP Auth Server Config
Obscure RADIUS shared secret.
Move copyright from ESF to Netgate
Obscured password field in system_authservers.php bind sectionFixed #6759
-resolved syntax error
Code style and comments
No functional change - just making style consistent
Move to Apache License 2.0
Review license / copyright on all files (final round)
Remove input_errors2Ajax calls, was never implemented. Ticket #3027
webgui tables, doubleclick event to perform 'edit' action, part 2
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
System / User Manager - Remove Personalizations
Remove "you" personalizations.
Reengineer Form_Button setAttribute
As per what was done for https://github.com/pfsense/pfsense/pull/2765 -do it to the rest of them.Seems to work OK.
Remove unneeded control
Simplified styling
Revised modal styling
Converted LDAP container picker to modal
Revert "Merge pull request #2728 from phil-davis/form_button"
This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversingchanges made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
Internationalize Form_Button text
The text of a Form_Button is not translated internally. Some Form_Buttoncalls already had the button text enclosed in gettext(), this does itfor the remaining ones.
Fix some more stragglers for icon/button consistency. Ticket #5965
Merge pull request #2637 from k-paulius/patch-6
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Indicate in the breadcrumb if we are editing list item.
Cert is abbreviated word so adding . to stay consistent with the usage of Avail.
Synchronize page title with tab title
Fix RADIUS spelling. It is written in all caps.
Convert section titles to title case
Internationalization of various system*.php
UI Consistency
1) Put the heading "Actions" at the top of all the "Actions" columns -it was on some and not others.2) Some more consistent capitalization of panel titles etc.3) Most interfaces section edit pages had a section titled like "GIFConfiguration", "GRE Configuration". Make them all consistent, e.g....
Fixed #5566
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Standardize breadcrumbs for User Manager tabs
I think this is the way it should be to make it like everywhere else.Even when in the "Groups" pages, it is still reached by "System" "UserManager".
Type up SCRIPT tags
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Completes #5400, #3999, #5405Mote: New ticket will be opened to provide IP address sorting
Copyright updates Batch 2 of 3
Delete confirmation vi fa-trash automated via pfSense.js
Moved action-buttons in-line styling to pfSense.css
replace and find for icon-embed-btn
Buttons changed to new design
convert system_authservers to font-awesome
Ticket #5204 a clean up pass of the jquery sections
Add support for LDAP RFC2307 style group membership. Resolves #4923
Provide an LDAP server timeout field. Default to 25 seconds. Resolves #3383
Comment edit
Corrected template type in form restoration
Don't apply LDAP template on page load whn act == edit
Fixed #5088Form restoration revisited