icingaweb2/modules/monitoring/application
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
..
controllers Fix pagination and remove ModuleController, rename handlesAuth 2013-09-02 18:42:05 +02:00
forms Fix incorrect checkresult type selection 2013-09-02 17:24:42 +02:00
views Configure fixes, regression test for 4606 2013-08-29 11:48:32 +02:00