icingaweb2/application/controllers
Marius Hein 29f593a357 Authentication: Add backend to handle external authentication
Drop external auth configuration from config.ini and move
implementation into a single backend provider named
'autologin'. This provider can strip realm names from
username with a custom regexp.

fixes #6081
2014-06-03 17:59:22 +02:00
..
AuthenticationController.php Authentication: Add backend to handle external authentication 2014-06-03 17:59:22 +02:00
ConfigController.php Fix ResourceForm 2014-04-30 10:16:20 +02:00
DashboardController.php Make dashboard components using the ini writer class 2014-04-29 11:30:53 +02:00
ErrorController.php ErrorController: show valid title for exceptions 2014-05-20 13:40:52 +00:00
FilterController.php Mark less important or non-testable code as skipped for code coverage 2014-04-28 14:06:41 +02:00
IndexController.php Mark less important or non-testable code as skipped for code coverage 2014-04-28 14:06:41 +02:00
InstallController.php Fix multistep form creation 2014-05-14 12:53:44 +02:00
LayoutController.php Mark less important or non-testable code as skipped for code coverage 2014-04-28 14:06:41 +02:00
ListController.php Rename Icinga\Logger\Writer\StreamWriter to FileWriter 2014-04-30 11:59:22 +02:00
PreferenceController.php Mark less important or non-testable code as skipped for code coverage 2014-04-28 14:06:41 +02:00
SearchController.php Search: split result and search hint 2014-05-28 11:13:41 +00:00
StaticController.php Mark less important or non-testable code as skipped for code coverage 2014-04-28 14:06:41 +02:00