]> source.dussan.org Git - nextcloud-server.git/commit
Don't use quota cache through user management 35313/head
authorVincent Petry <vincent@nextcloud.com>
Mon, 21 Nov 2022 15:21:25 +0000 (16:21 +0100)
committerVincent Petry <vincent@nextcloud.com>
Mon, 21 Nov 2022 22:47:10 +0000 (23:47 +0100)
commitc39caba4a055873dc4e1aa3562d7781adbdbab43
tree88ef9486f22164700c38817f35fecd0fbaea948b
parentc56fcca872dae5f0958470d93086d48b790be962
Don't use quota cache through user management

When querying the free space through user management APIs, don't use the
cached quota value. The latter is only there to accelerate PROPFINDs.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
apps/provisioning_api/lib/Controller/AUserData.php
lib/private/legacy/OC_Helper.php