nextcloud/apps/settings/lib
Vincent Petry 32758894a4 Set up FS before querying storage info in settings
The personal info section of the personal settings is querying the
storage quota information. For this it requires the FS to be setup which
is not always guaranteed.

This fixes an issue where refreshing the settings page would cause it to
fail after Redis caches are full. It is likely that when Redis cache is
populated, some code path is initializing the FS, so it works so far.
But when the cache is populated, that code path is skipped so the FS is
not guaranteed to be setup...

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-16 11:06:35 +00:00
..
Activity Update license headers for 19 2020-04-29 11:57:22 +02:00
AppInfo App navigation via unified search 2020-08-05 16:42:36 +02:00
BackgroundJobs Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Controller Create primary keys on all tables and add a command to create the afterwards 2020-11-12 12:57:52 +01:00
Events emit typed event for user management 2020-09-08 22:50:05 +02:00
Mailer Use the new method everywhere 2020-07-03 10:59:43 +02:00
Middleware Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Search Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Sections Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
Settings Set up FS before querying storage info in settings 2020-11-16 11:06:35 +00:00
SetupChecks Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Hooks.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00