Merge remote-tracking branch 'upstream/master' into origin/master
Fix password box in diag_authentication
In 2.2 when I go to Diagnostics->Authentication the password field shows the little lock icon, but the text input area starts over the top of the icon and as I type in the field the password "dots" go over the lock icon....
Merge branch 'master' into bootstrap
Conflicts: usr/local/www/carp_status.php usr/local/www/diag_arp.php usr/local/www/diag_authentication.php
Improving aesthetics.
Make title color more consistent with other pages.Improving aesthetics.
Conflicts occured in copyright message (year-update) due to whitespace difference and themes/ which was removed
re-added shortcuts/, global tpl updates
initial drag/drop WIP, working on backup/restore page
Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Change copyright statement to reflect reality
Tidy up "diag_authentication.php" XHTML
Add SUMMARY to TABLESUpdate HTML Boolean operatorsAdd missing closing FORM, closing DIV, closing BODY and closing HTML
replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8
standardize on www.pfsense.org and HTTPS, point package URLs topackages.pfsense.org
Fix #3127
By default htmlspecialchars does not consider single quotes, what can bea problem when value attribute is set using it. Replace value attributeset to use double quotes on places where it's obviously recieving aresult of htmlspecialchars() call.
Fix file name reference
More shortcuts
Fix XSS issues
Fix text for successful authentication test. Fixes #849
Sync with mainline, diag_* files were missing
Reset diag_ files
Remove spaces and tabs from EOL
Few adjustements on gettext
changing <php gettext() to <php=gettext() in files? diag_arg.php diag_authentication.php diag_backup.php
translate of the files: diag_arp.php diag_authentication.php diag_backup.php
Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.
fix text
Remove debugging leftover
Add includes needed. Fix typo.
Show radius too.
Add a function to get user groups based on authentication server. Use this function to show the groups the user i member of on Diag Authentication.
Add a diag page for authentication.