icingaweb2/library/Icinga
Eric Lippmann f1d3b72f05 autologin: Fix externally-authenticated users still being authenticated after external authentication is disabled
The if condition for revoking authentication if the username changed relied on having the `$_SERVER' variable set which was used for authentication.
Authentication is now revoked if the username changed or external authentication is no longer in effect.

refs #6462
2014-09-18 15:20:46 +02:00
..
Application Implement plural and context based translation functionality 2014-09-16 15:19:23 +02:00
Authentication autologin: Fix externally-authenticated users still being authenticated after external authentication is disabled 2014-09-18 15:20:46 +02:00
Chart Fix disappearing tooltips on SVG reload 2014-09-08 16:23:14 +02:00
Cli Throw IcingaException rather than Exception 2014-08-27 16:03:15 +02:00
Config Support nested keys expressed as single strings in the PreservingIniWriter 2014-08-26 18:05:22 +02:00
Data Rename Icinga\Protocol\File\Reader to ...\File\FileReader 2014-09-04 16:37:24 +02:00
Exception SystemPermissionException: extend IcingaException 2014-08-26 11:21:57 +02:00
File Remove license headers from all files 2014-07-15 13:43:52 +02:00
Logger Menu: do not show application log when none exists 2014-09-05 15:31:30 +02:00
Protocol Icinga\Protocol\File\FileReader: use Icinga\Util\Enumerate 2014-09-05 13:49:28 +02:00
Test Fix testing errors due to accessing the session id by using our container 2014-07-16 10:18:00 +02:00
User Remove leading backslashes from the targets of use statements 2014-08-27 15:51:49 +02:00
Util Implement plural and context based translation functionality 2014-09-16 15:19:23 +02:00
Web Implement plural and context based translation functionality 2014-09-16 15:19:23 +02:00
User.php autologin: Don't use `count()' for is empty checks 2014-09-18 15:18:01 +02:00