]> source.dussan.org Git - nextcloud-server.git/commitdiff
Allow to retrieve the quota itself via the provisioning api
authorJoas Schilling <coding@schilljs.com>
Tue, 16 Aug 2016 09:21:10 +0000 (11:21 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 17 Aug 2016 07:42:09 +0000 (09:42 +0200)
apps/provisioning_api/lib/Users.php

index 0e5a8043e8a932d964f6cf68e5528be83d478c19..b0ead3832b1e98924fb3766dfc6d0460e5fd3350 100644 (file)
@@ -622,6 +622,7 @@ class Users {
                                'used' => $storage['used'],
                                'total' => $storage['total'],
                                'relative' => $storage['relative'],
+                               'quota' => $storage['quota'],
                        ];
                } catch (NotFoundException $ex) {
                        $data = [];