icingaweb2/application/controllers
Jannis Moßhammer 9f923b4940 Fix pagination and remove ModuleController, rename handlesAuth
This commit introduces the following changes:
- Count is now performed after joins are added to the selection query,
  therefore returning the correct number
- MonitoringControllerTest now needn't to mock ModuleActionController (which is now removed)
- handlesAuthentication is now requiresAuthentication
- Redirection to login is now directly handled in the ActionController constructor,
  so we don't need to overwrite the preDispatch method

refs #4589
refs #4591
refs #4572
2013-09-02 18:42:05 +02:00
..
AuthenticationController.php Fix pagination and remove ModuleController, rename handlesAuth 2013-09-02 18:42:05 +02:00
ConfigController.php Module enable/disable: Better error messages 2013-09-02 12:52:51 +02:00
DashboardController.php Application/Controllers: Follow our Coding Standards 2013-08-16 15:08:28 +02:00
ErrorController.php Application/Controllers: Follow our Coding Standards 2013-08-16 15:08:28 +02:00
IndexController.php Fix pagination and remove ModuleController, rename handlesAuth 2013-09-02 18:42:05 +02:00
PreferenceController.php Code style, Form tests and bugfixes 2013-08-29 11:48:33 +02:00
StaticController.php Fix pagination and remove ModuleController, rename handlesAuth 2013-09-02 18:42:05 +02:00