Improve the way the auth server list is generated and account for a key being removed from the array when deleting. Fixes #7682
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.
Breadcrumb links
(cherry picked from commit edcd75357f0e93b124159314d3306197d5312e6c)
Required fields for System pages
(cherry picked from commit 153c3aa61fe65c51d584a57c032a4805048e3062)
Added STARTTLS to LDAP Auth Server Config
(cherry picked from commit d672403c250556ced61d6eec7c51f5518b5f8c6b)
Obscure RADIUS shared secret.
Move copyright from ESF to Netgate
Obscured password field in system_authservers.php bind sectionFixed #6759
(cherry picked from commit 1c1f08f92e8841f7282280caeed7613edd810453)
-resolved syntax error(cherry picked from commit 0a6ab475d80b580b09fefaf3ca346b08ec6a23c9)
Code style and comments
No functional change - just making style consistent
(cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)
Backport Remove input_errors2Ajax calls
Original commit to master was
https://github.com/pfsense/pfsense/commit/86d431a89d920f64dda5e7e1821f720daf6e067b
Review license / copyright on all files (final round)
webgui tables, doubleclick event to perform 'edit' action, part 2
(cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)
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
Fixed #5089Replace toggle with jQuery
Fixed #5088Functionality was not present in 2.2. Added $pconfig = $_POST to restore form contents on validation failure
Fixed 5082Name field available on input errors.
Remove debug
Fixed 5069Inputs should be readonly, not disabled when not required. Disabling prevents them from being submitted and breaks the form.
Fixed 5068Provided misggin javascript functionality
Fixed 5067Provided missing functionality in jQuery
Fixed 5066Toggles suck. Replaced with explicit jQuery
Fixed #6065Method setDiasabled() seems to not only disable the input, but prevent it from being submitted.Replasced with jQuery
Merge pull request #1853 from PiBa-NL/bootstrap_fix1
Fixed 5047Alternative layout
Fixed #5047LDAP search scope members now grouped
fix text
make descriptions consistent
bootstrap, use require_once for classes/Form.class.php
Fixed #5047Changed LDAP scope layout
Fixed #5031Corrected input element names and values
Fixed #5030Corrected LDAP Template display logicAdded jQuery to populate LDAP parameters on change and on page load
Merge branch 'master' into bootstrap
Move main pfSense content to src/