]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoCache registered autoloaders 1017/head
Lukas Reschke [Mon, 22 Aug 2016 21:49:46 +0000 (23:49 +0200)]
Cache registered autoloaders

This saves more than 20ms (!) on every request, the previous problem was that `\OC_App::registerAutoloading` calls `\OC\AppFramework\App::buildAppNamespace` which parses the appinfo.xml. Since that was also called multiple times (e.g. on cloud.nextcloud.com over 200 times) that had a significant performance impact. Also on simple PROPFIND requests.

https://blackfire.io/profiles/compare/65a53e6e-7f35-4974-b559-4c81abd01c3b/graph shows the difference nicely.

8 years agoMerge pull request #1015 from nextcloud/1012-master
Lukas Reschke [Mon, 22 Aug 2016 21:03:49 +0000 (23:03 +0200)]
Merge pull request #1015 from nextcloud/1012-master

hide parameters of tryLogin when logging

8 years agoadd test 1015/head
Arthur Schiwon [Mon, 22 Aug 2016 14:56:00 +0000 (16:56 +0200)]
add test

8 years agohide parameters of tryLogin when logging
Arthur Schiwon [Mon, 22 Aug 2016 12:33:23 +0000 (14:33 +0200)]
hide parameters of tryLogin when logging

8 years agoMerge pull request #1006 from nextcloud/fix_theming_admin_di
blizzz [Mon, 22 Aug 2016 11:20:57 +0000 (13:20 +0200)]
Merge pull request #1006 from nextcloud/fix_theming_admin_di

fixes registering of theming settings where server return OC_Defaults…

8 years agofixes registering of theming settings where server return OC_Defaults instead of... 1006/head
Arthur Schiwon [Mon, 22 Aug 2016 10:02:06 +0000 (12:02 +0200)]
fixes registering of theming settings where server return OC_Defaults instead of ThemingDefaults

8 years agoMerge pull request #965 from nextcloud/master-files-render-hidden-files-hidden
Joas Schilling [Mon, 22 Aug 2016 07:44:00 +0000 (09:44 +0200)]
Merge pull request #965 from nextcloud/master-files-render-hidden-files-hidden

Fix hidden files handling

8 years agoMerge pull request #1000 from nextcloud/mail_icon_share
Roeland Jago Douma [Mon, 22 Aug 2016 07:13:56 +0000 (09:13 +0200)]
Merge pull request #1000 from nextcloud/mail_icon_share

Make e-mail icon visible

8 years agoMerge pull request #969 from nextcloud/allow-to-validate-operations
Lukas Reschke [Sun, 21 Aug 2016 18:45:40 +0000 (20:45 +0200)]
Merge pull request #969 from nextcloud/allow-to-validate-operations

Allow to validate operations

8 years agoMerge pull request #989 from nextcloud/share_js_fixes
Lukas Reschke [Sun, 21 Aug 2016 18:44:24 +0000 (20:44 +0200)]
Merge pull request #989 from nextcloud/share_js_fixes

Fix some jshint issues in core/js/share*

8 years agoMake e-mail icon visible 1000/head
Roeland Jago Douma [Sun, 21 Aug 2016 12:36:10 +0000 (14:36 +0200)]
Make e-mail icon visible

Fixes #996

* Make mail icon visible
* Opacity to .5
* Add tooltip

8 years agoMerge pull request #984 from nextcloud/dont-read-server-variable
Roeland Jago Douma [Sat, 20 Aug 2016 16:21:31 +0000 (18:21 +0200)]
Merge pull request #984 from nextcloud/dont-read-server-variable

Remove reading PATH_INFO from server variable

8 years agoFix some jshint issues in core/js/share* 989/head
Roeland Jago Douma [Fri, 19 Aug 2016 19:03:25 +0000 (21:03 +0200)]
Fix some jshint issues in core/js/share*

8 years agoMerge pull request #982 from nextcloud/uninterpreted-php
Julius Härtl [Fri, 19 Aug 2016 15:52:23 +0000 (17:52 +0200)]
Merge pull request #982 from nextcloud/uninterpreted-php

Remove uninterpreted PHP

8 years agoMerge pull request #978 from nextcloud/add-feedback-for-password-change
Marius Blüm [Fri, 19 Aug 2016 14:37:58 +0000 (16:37 +0200)]
Merge pull request #978 from nextcloud/add-feedback-for-password-change

Add feedback for password change

8 years agoMerge pull request #980 from nextcloud/update-icon
Marius Blüm [Fri, 19 Aug 2016 14:34:25 +0000 (16:34 +0200)]
Merge pull request #980 from nextcloud/update-icon

Update federation and update notification icon

8 years agoRemove reading PATH_INFO from server variable 984/head
Lukas Reschke [Fri, 19 Aug 2016 12:46:20 +0000 (14:46 +0200)]
Remove reading PATH_INFO from server variable

Having two code paths for this is unreliable and can lead to bugs. Also, in some cases Apache isn't setting the PATH_INFO variable when mod_rewrite is used.

Fixes https://github.com/nextcloud/server/issues/983

8 years agoupdate composer list 969/head
Joas Schilling [Fri, 19 Aug 2016 12:37:31 +0000 (14:37 +0200)]
update composer list

8 years agoRemove uninterpreted PHP 982/head
Lukas Reschke [Fri, 19 Aug 2016 12:24:26 +0000 (14:24 +0200)]
Remove uninterpreted PHP

This is in an HTML file. The PHP won't be executed :see_no_evil:

8 years agouse simple bell as update notification icon 980/head
Morris Jobke [Fri, 19 Aug 2016 11:59:33 +0000 (13:59 +0200)]
use simple bell as update notification icon

8 years agoChange federation icon to the share icon
Morris Jobke [Fri, 19 Aug 2016 11:51:27 +0000 (13:51 +0200)]
Change federation icon to the share icon

8 years agoMerge pull request #971 from nextcloud/theming-fix-service-registration
Julius Härtl [Fri, 19 Aug 2016 11:34:41 +0000 (13:34 +0200)]
Merge pull request #971 from nextcloud/theming-fix-service-registration

Fix loading of ThemingDefaults

8 years agoShow hint if password policy disallows password change 978/head
Morris Jobke [Fri, 19 Aug 2016 11:31:43 +0000 (13:31 +0200)]
Show hint if password policy disallows password change

8 years ago25532_issue_password_update_notification_updated (#25756)
Jack Davis [Fri, 19 Aug 2016 08:45:39 +0000 (09:45 +0100)]
25532_issue_password_update_notification_updated (#25756)

* Password Update Notification

Added an IF ELSE statement to ensure that feedback is provided to the
user on successfully updating a user password in settings.

* Password Update Success Message

Updated the password update success message

8 years agoMerge pull request #967 from nextcloud/settings_users_js_defines
Roeland Jago Douma [Fri, 19 Aug 2016 10:45:42 +0000 (12:45 +0200)]
Merge pull request #967 from nextcloud/settings_users_js_defines

Fix some jshint errors in settings/users

8 years agoValidate the operation
Joas Schilling [Fri, 19 Aug 2016 08:34:45 +0000 (10:34 +0200)]
Validate the operation

8 years agoSystem tags are not sharing but workflow
Joas Schilling [Fri, 19 Aug 2016 08:33:41 +0000 (10:33 +0200)]
System tags are not sharing but workflow

8 years agoMerge pull request #964 from nextcloud/master-aedae12db5ebfaf56bec91b736fb8a569cecf16f
Lukas Reschke [Fri, 19 Aug 2016 10:16:56 +0000 (12:16 +0200)]
Merge pull request #964 from nextcloud/master-aedae12db5ebfaf56bec91b736fb8a569cecf16f

[master] In cases where the server dictates the link share expiration…

8 years agoMerge pull request #960 from nextcloud/fix-caldavtester-master
Lukas Reschke [Fri, 19 Aug 2016 10:16:24 +0000 (12:16 +0200)]
Merge pull request #960 from nextcloud/fix-caldavtester-master

Move over to new CalDAVTester repo (#25859)

8 years agoFix loading of ThemingDefaults 971/head
Julius Haertl [Fri, 19 Aug 2016 09:26:22 +0000 (11:26 +0200)]
Fix loading of ThemingDefaults

8 years agoMerge pull request #959 from nextcloud/map_mobi
Marius Blüm [Fri, 19 Aug 2016 09:21:53 +0000 (11:21 +0200)]
Merge pull request #959 from nextcloud/map_mobi

Update mimetypes

8 years agoFix some jshint errors in settings/users 967/head
Roeland Jago Douma [Fri, 19 Aug 2016 08:46:42 +0000 (10:46 +0200)]
Fix some jshint errors in settings/users

8 years agoFix hidden files handling 965/head
Vincent Petry [Wed, 17 Aug 2016 15:34:15 +0000 (17:34 +0200)]
Fix hidden files handling

Hidden files (dot files) are now always rendered in the DOM to make
sure that all file operations and selection still work as expected.

Their visibility is now toggled on CSS level.

8 years ago[master] In cases where the server dictates the link share expiration the date is... 964/head
Thomas Müller [Thu, 11 Aug 2016 08:11:24 +0000 (10:11 +0200)]
[master] In cases where the server dictates the link share expiration the date is not updated on consequitive changes and enable/disable actions

8 years agoMove over to new CalDAVTester repo (#25859) 960/head
Thomas Müller [Fri, 19 Aug 2016 06:29:48 +0000 (08:29 +0200)]
Move over to new CalDAVTester repo (#25859)

* Move over to new caldac tester repo

* no run.py anymore

8 years agoUpdate mimetypes 959/head
Roeland Jago Douma [Fri, 19 Aug 2016 07:55:38 +0000 (09:55 +0200)]
Update mimetypes

8 years agoMerge pull request #865 from nextcloud/ocs_config
Morris Jobke [Fri, 19 Aug 2016 07:39:05 +0000 (09:39 +0200)]
Merge pull request #865 from nextcloud/ocs_config

Move OCS route /config to proper controller

8 years agoMerge pull request #945 from nextcloud/kill_ajax_share.php
Joas Schilling [Fri, 19 Aug 2016 06:02:23 +0000 (08:02 +0200)]
Merge pull request #945 from nextcloud/kill_ajax_share.php

Kill ajax/share.php

8 years agoMerge pull request #906 from nextcloud/files_external-settings-polish-missing
Marius Blüm [Thu, 18 Aug 2016 21:32:13 +0000 (23:32 +0200)]
Merge pull request #906 from nextcloud/files_external-settings-polish-missing

Files external settings polish

8 years agoKill ajax/share.php 945/head
Roeland Jago Douma [Thu, 18 Aug 2016 18:53:46 +0000 (20:53 +0200)]
Kill ajax/share.php

Using this file will insert invalid shares.
OCS has to be used exclusively!

8 years agoMerge pull request #937 from nextcloud/fix_app_search
Roeland Jago Douma [Thu, 18 Aug 2016 17:21:07 +0000 (19:21 +0200)]
Merge pull request #937 from nextcloud/fix_app_search

SVG defintions always take the first one

8 years agoMerge pull request #903 from nextcloud/allow-disable-comments
Morris Jobke [Thu, 18 Aug 2016 14:51:42 +0000 (16:51 +0200)]
Merge pull request #903 from nextcloud/allow-disable-comments

Revert "Always add activities for comments to the stream"

8 years agoMerge pull request #925 from nextcloud/use-util-methods
Morris Jobke [Thu, 18 Aug 2016 14:41:07 +0000 (16:41 +0200)]
Merge pull request #925 from nextcloud/use-util-methods

Load the Template class in case it's not loaded

8 years agoSVG defintions always take the first one 937/head
Roeland Jago Douma [Thu, 18 Aug 2016 13:54:19 +0000 (15:54 +0200)]
SVG defintions always take the first one

* Move filter definition out

8 years agofix error when not logged in 906/head
Robin Appelman [Thu, 18 Aug 2016 14:06:25 +0000 (16:06 +0200)]
fix error when not logged in

8 years agoMerge pull request #934 from nextcloud/add-cachebusters
blizzz [Thu, 18 Aug 2016 13:45:22 +0000 (15:45 +0200)]
Merge pull request #934 from nextcloud/add-cachebusters

Add cachebusters

8 years agoMerge pull request #927 from nextcloud/drop-unneeded-statements
Roeland Jago Douma [Thu, 18 Aug 2016 13:09:43 +0000 (15:09 +0200)]
Merge pull request #927 from nextcloud/drop-unneeded-statements

white-space: pre-wrap is supported on all current browsers

8 years agoMerge pull request #931 from nextcloud/replace-hardcoded-classname
blizzz [Thu, 18 Aug 2016 12:03:14 +0000 (14:03 +0200)]
Merge pull request #931 from nextcloud/replace-hardcoded-classname

let the containers resolving capabilities find and instantiate the ri…

8 years agoMerge pull request #930 from nextcloud/check-isset-require
Roeland Jago Douma [Thu, 18 Aug 2016 11:26:18 +0000 (13:26 +0200)]
Merge pull request #930 from nextcloud/check-isset-require

Fix "Undefined index" when the values do not exist

8 years agoMerge pull request #928 from nextcloud/followup-714-double-ending-quote
Roeland Jago Douma [Thu, 18 Aug 2016 11:25:22 +0000 (13:25 +0200)]
Merge pull request #928 from nextcloud/followup-714-double-ending-quote

Fix double ending quotes

8 years agoMerge pull request #923 from nextcloud/owncloud-gmbh-owns-the-cr-now
Roeland Jago Douma [Thu, 18 Aug 2016 11:04:20 +0000 (13:04 +0200)]
Merge pull request #923 from nextcloud/owncloud-gmbh-owns-the-cr-now

Make sure to also detect their new copy right line

8 years agochange remote cloud naming to Nextcloud
Robin Appelman [Mon, 15 Aug 2016 14:13:23 +0000 (16:13 +0200)]
change remote cloud naming to Nextcloud

8 years agodont register personal files_external setting if it's empty
Robin Appelman [Mon, 15 Aug 2016 13:32:22 +0000 (15:32 +0200)]
dont register personal files_external setting if it's empty

8 years agoAdd cachebuster to app icons in the admin screen 934/head
Lukas Reschke [Thu, 18 Aug 2016 10:44:33 +0000 (12:44 +0200)]
Add cachebuster to app icons in the admin screen

8 years agoAdd cachebuster to apps.css
Lukas Reschke [Thu, 18 Aug 2016 10:38:41 +0000 (12:38 +0200)]
Add cachebuster to apps.css

8 years agoAdd cachebuster to apps.css
Lukas Reschke [Thu, 18 Aug 2016 10:38:14 +0000 (12:38 +0200)]
Add cachebuster to apps.css

8 years agoAdd cachebuster to styles.css
Lukas Reschke [Thu, 18 Aug 2016 10:37:22 +0000 (12:37 +0200)]
Add cachebuster to styles.css

8 years agoAdd cachebuster to right navigation
Lukas Reschke [Thu, 18 Aug 2016 10:36:14 +0000 (12:36 +0200)]
Add cachebuster to right navigation

8 years agoAdd cache buster to left menu bar
Lukas Reschke [Thu, 18 Aug 2016 10:34:55 +0000 (12:34 +0200)]
Add cache buster to left menu bar

8 years agoAdd cache buster to logo
Lukas Reschke [Thu, 18 Aug 2016 10:30:49 +0000 (12:30 +0200)]
Add cache buster to logo

8 years agoLoad the Template class in case it's not loaded 925/head
Joas Schilling [Thu, 18 Aug 2016 10:00:59 +0000 (12:00 +0200)]
Load the Template class in case it's not loaded

8 years agolet the containers resolving capabilities find and instantiate the right service 931/head
Arthur Schiwon [Thu, 18 Aug 2016 09:56:19 +0000 (11:56 +0200)]
let the containers resolving capabilities find and instantiate the right service

8 years agoFix "Undefined index" when the values do not exist 930/head
Joas Schilling [Thu, 18 Aug 2016 09:51:43 +0000 (11:51 +0200)]
Fix "Undefined index" when the values do not exist

8 years agoMerge pull request #929 from nextcloud/revert-778-Faldon-user_menu_ui
Morris Jobke [Thu, 18 Aug 2016 09:46:54 +0000 (11:46 +0200)]
Merge pull request #929 from nextcloud/revert-778-Faldon-user_menu_ui

Revert "Fixing infinite spinning animation on user menu ctrl+click"

8 years agoRevert "Fixing infinite spinning animation on user menu ctrl+click" 929/head
Morris Jobke [Thu, 18 Aug 2016 09:46:00 +0000 (11:46 +0200)]
Revert "Fixing infinite spinning animation on user menu ctrl+click"

8 years agoFix double ending quotes 928/head
Joas Schilling [Thu, 18 Aug 2016 09:44:03 +0000 (11:44 +0200)]
Fix double ending quotes

8 years agowhite-space: pre-wrap is supported on all current browsers 927/head
Morris Jobke [Thu, 18 Aug 2016 09:18:44 +0000 (11:18 +0200)]
white-space: pre-wrap is supported on all current browsers

* Chrome 1, Firefox 3, IE8, Opera 8 and Safari 3
* see https://developer.mozilla.org/en-US/docs/Web/CSS/white-space

8 years agoMerge pull request #714 from nextcloud/comments-layout
Lukas Reschke [Thu, 18 Aug 2016 09:04:20 +0000 (11:04 +0200)]
Merge pull request #714 from nextcloud/comments-layout

fix design details in comments sidebar

8 years agoMerge pull request #917 from nextcloud/share_api_use_parameters
Lukas Reschke [Thu, 18 Aug 2016 09:03:09 +0000 (11:03 +0200)]
Merge pull request #917 from nextcloud/share_api_use_parameters

Share API use parameters

8 years agoMake sure to also detect their new copy right line 923/head
Joas Schilling [Thu, 18 Aug 2016 08:59:59 +0000 (10:59 +0200)]
Make sure to also detect their new copy right line

Ref owncloud/core#25518

8 years agoUpdate autoloader 865/head
Roeland Jago Douma [Thu, 18 Aug 2016 07:37:41 +0000 (09:37 +0200)]
Update autoloader

8 years agowe are Nextcloud :)
Roeland Jago Douma [Wed, 17 Aug 2016 13:34:10 +0000 (15:34 +0200)]
we are Nextcloud :)

8 years agoRemove unused private classes
Roeland Jago Douma [Sun, 14 Aug 2016 18:48:04 +0000 (20:48 +0200)]
Remove unused private classes

8 years agoMove /config over to Core OCSController
Roeland Jago Douma [Sun, 14 Aug 2016 18:46:33 +0000 (20:46 +0200)]
Move /config over to Core OCSController

8 years agoImprove layout of cancel button in the comments sidebar 714/head
Morris Jobke [Thu, 18 Aug 2016 07:07:03 +0000 (09:07 +0200)]
Improve layout of cancel button in the comments sidebar

8 years agoFix layout of comments submit button on all screen sizes
Morris Jobke [Thu, 18 Aug 2016 06:57:46 +0000 (08:57 +0200)]
Fix layout of comments submit button on all screen sizes

* tested in IE10, IE11, Edge, Chrome and Firefox

8 years agoMerge pull request #778 from nextcloud/Faldon-user_menu_ui
Morris Jobke [Thu, 18 Aug 2016 06:40:13 +0000 (08:40 +0200)]
Merge pull request #778 from nextcloud/Faldon-user_menu_ui

Fixing infinite spinning animation on user menu ctrl+click

8 years agoCleanup Tests 917/head
Roeland Jago Douma [Wed, 17 Aug 2016 08:37:11 +0000 (10:37 +0200)]
Cleanup Tests

8 years agoMove updateShare and getShares over to use proper parameters
Roeland Jago Douma [Wed, 17 Aug 2016 08:05:09 +0000 (10:05 +0200)]
Move updateShare and getShares over to use proper parameters

* Update tests

8 years agoUse parameters in createShare
Roeland Jago Douma [Tue, 16 Aug 2016 20:45:49 +0000 (22:45 +0200)]
Use parameters in createShare

* Fix tests

8 years agoMerge pull request #916 from nextcloud/password_controller_composer
Roeland Jago Douma [Wed, 17 Aug 2016 18:31:20 +0000 (20:31 +0200)]
Merge pull request #916 from nextcloud/password_controller_composer

Add ChangePasswordController to autoloader

8 years agoMerge pull request #848 from nextcloud/public-link-quota
Lukas Reschke [Wed, 17 Aug 2016 18:13:56 +0000 (20:13 +0200)]
Merge pull request #848 from nextcloud/public-link-quota

fix getting quota for public links with quota_include_external_storage

8 years agoMerge pull request #914 from nextcloud/fix-svgs
Lukas Reschke [Wed, 17 Aug 2016 17:45:02 +0000 (19:45 +0200)]
Merge pull request #914 from nextcloud/fix-svgs

add viewBox to app icon for proper scaling in firefox

8 years agoMerge pull request #867 from nextcloud/notification-primary-action-always-first
Roeland Jago Douma [Wed, 17 Aug 2016 17:31:14 +0000 (19:31 +0200)]
Merge pull request #867 from nextcloud/notification-primary-action-always-first

Make sure the primary action is always the first one

8 years agoAdd ChangePasswordController to autoloader 916/head
Roeland Jago Douma [Wed, 17 Aug 2016 17:28:36 +0000 (19:28 +0200)]
Add ChangePasswordController to autoloader

8 years agoadd viewBox to app icon for proper scaling in Firefox 914/head
Morris Jobke [Wed, 17 Aug 2016 16:36:10 +0000 (18:36 +0200)]
add viewBox to app icon for proper scaling in Firefox

8 years agoMerge pull request #905 from nextcloud/invisible_icons
Morris Jobke [Wed, 17 Aug 2016 15:24:16 +0000 (17:24 +0200)]
Merge pull request #905 from nextcloud/invisible_icons

Fix icons on App page in FF

8 years agoMerge pull request #895 from nextcloud/autoloader_checker
Lukas Reschke [Wed, 17 Aug 2016 14:27:14 +0000 (16:27 +0200)]
Merge pull request #895 from nextcloud/autoloader_checker

Autoloader checker

8 years agoFix null reference in IE 905/head
Morris Jobke [Wed, 17 Aug 2016 14:04:53 +0000 (16:04 +0200)]
Fix null reference in IE

8 years agoEmpty tags are not allowed for image and feColorMatrix in IE11 and below
Morris Jobke [Wed, 17 Aug 2016 13:59:30 +0000 (15:59 +0200)]
Empty tags are not allowed for image and feColorMatrix in IE11 and below

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 17 Aug 2016 13:30:52 +0000 (13:30 +0000)]
[tx-robot] updated from transifex

8 years agoAdd viewBox to app icons
Roeland Jago Douma [Wed, 17 Aug 2016 13:23:51 +0000 (15:23 +0200)]
Add viewBox to app icons

If we don't add a viewbox a lot of browsers will just say NOPE!!! when
we ask them to scale.

8 years agoRemove hack
Roeland Jago Douma [Wed, 17 Aug 2016 13:16:48 +0000 (15:16 +0200)]
Remove hack

8 years agoMerge pull request #899 from nextcloud/nfd-default
Robin Appelman [Wed, 17 Aug 2016 12:46:52 +0000 (14:46 +0200)]
Merge pull request #899 from nextcloud/nfd-default

[us] Disable NFD encoding wrapper by default

8 years agoIntroduce weird hack for Firefox
Morris Jobke [Wed, 17 Aug 2016 12:45:08 +0000 (14:45 +0200)]
Introduce weird hack for Firefox

* everything is 4 times as big (doubled width and doubled height)

8 years agoFilter can't be named invert in FF
Roeland Jago Douma [Wed, 17 Aug 2016 11:36:17 +0000 (13:36 +0200)]
Filter can't be named invert in FF

8 years agoRevert "Always add activities for comments to the stream" 903/head
Joas Schilling [Wed, 17 Aug 2016 11:30:32 +0000 (13:30 +0200)]
Revert "Always add activities for comments to the stream"

This reverts commit 48c41b888c6a464f645de3e9087a39c163086d9f

8 years agoMerge pull request #787 from nextcloud/files_external-settings-polish
Marius Blüm [Wed, 17 Aug 2016 10:32:33 +0000 (12:32 +0200)]
Merge pull request #787 from nextcloud/files_external-settings-polish

Files external settings polish

8 years agoDisable NFD encoding wrapper by default 899/head
Vincent Petry [Tue, 16 Aug 2016 13:44:26 +0000 (15:44 +0200)]
Disable NFD encoding wrapper by default

Seems I forgot to set it back to false after testing.
Will give a performance boost for all storages.

8 years agoMerge pull request #890 from nextcloud/issue-879-quota-unlimited-via-api
Roeland Jago Douma [Wed, 17 Aug 2016 09:51:04 +0000 (11:51 +0200)]
Merge pull request #890 from nextcloud/issue-879-quota-unlimited-via-api

Allow to retrieve the quota itself via the provisioning api