icingaweb2/application/controllers
Johannes Meyer 375920f761 Use a more sophisticated inheritance and interface structure for HTTP exceptions (#2881)
HttpExceptionInterface now identifies HTTP exceptions, BaseHttpExceptions supersedes
HttpException as new superclass for other more concrete Exceptions and HttpException
is now a generic class to create new HTTP exceptions on the fly.

resolves #2880
2017-07-05 06:26:58 +02:00
..
AboutController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
AccountController.php Allow users to change their password if backend is db 2016-07-21 17:38:19 +02:00
AnnouncementsController.php Implement announcements 2016-11-29 15:24:34 +01:00
ApplicationStateController.php Update to icinga.com 2017-01-18 12:04:43 +01:00
AuthenticationController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
ConfigController.php ConfigForm: Introduce and utilize method transformEmptyValuesToNull() 2016-12-01 10:55:24 +01:00
DashboardController.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
ErrorController.php Use a more sophisticated inheritance and interface structure for HTTP exceptions (#2881) 2017-07-05 06:26:58 +02:00
GroupController.php Make membership loading domain-aware 2017-06-12 13:31:07 +02:00
IframeController.php Integrate the iframe module into the framework 2016-02-09 13:37:53 +01:00
IndexController.php Update to icinga.com 2017-01-18 12:04:43 +01:00
LayoutController.php Implement announcements 2016-11-29 15:24:34 +01:00
ListController.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
NavigationController.php ConfigForm: Introduce and utilize method transformEmptyValuesToNull() 2016-12-01 10:55:24 +01:00
RoleController.php Update to icinga.com 2017-01-18 12:04:43 +01:00
SearchController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
StaticController.php StaticController: Serve module and gravatar images with their proper MIME type 2017-03-09 09:20:03 +01:00
UserController.php Make membership loading domain-aware 2017-06-12 13:31:07 +02:00
UsergroupbackendController.php ConfigForm: Introduce and utilize method transformEmptyValuesToNull() 2016-12-01 10:55:24 +01:00