Allow to retrieve the quota itself via the provisioning api

This commit is contained in:
Joas Schilling 2016-08-16 11:21:10 +02:00 committed by Roeland Jago Douma
parent ce0604bd06
commit 04c5259df0
No known key found for this signature in database
GPG key ID: 1E152838F164D13B

View file

@ -623,6 +623,7 @@ class UsersController extends OCSController {
'used' => $storage['used'],
'total' => $storage['total'],
'relative' => $storage['relative'],
'quota' => $storage['quota'],
];
} catch (NotFoundException $ex) {
$data = [];