nextcloud/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
..
appsettingscontroller.php adding supported databases 2014-12-04 11:40:33 +01:00
groupscontroller.php React on other statuscodes than 200 2014-12-08 16:35:13 +01:00
mailsettingscontroller.php fixing typo in English source string 2014-10-16 15:24:28 +02:00
securitysettingscontroller.php Migrate "setsecurity.php" to the AppFramework 2014-11-03 16:53:03 +01:00
userscontroller.php Add filter for 'backend' to user REST route 2014-12-10 12:07:34 +01:00