nextcloud/tests/settings/controller
Lukas Reschke 5dc6406b70 Add filter for 'backend' to user REST route
This adds a "backend" type filter to the index REST route which is a pre-requisite for https://github.com/owncloud/core/issues/12620

For example when calling `index.php/settings/users/users?offset=0&limit=10&gid=&pattern=&backend=OC_User_Database` only users within the backend `OC_User_Database` would be shown. (requires sending a CSRF token as well)

Depends upon https://github.com/owncloud/core/pull/12711
2014-12-10 12:07:34 +01:00
..
groupscontrollertest.php React on other statuscodes than 200 2014-12-08 16:35:13 +01:00
mailsettingscontrollertest.php Make root tests extend the \Test\TestCase 2014-11-19 14:53:51 +01:00
securitysettingscontrollertest.php Migrate "setsecurity.php" to the AppFramework 2014-11-03 16:53:03 +01:00
userscontrollertest.php Add filter for 'backend' to user REST route 2014-12-10 12:07:34 +01:00