nextcloud/lib/private/legacy
Vincent Petry 2143f2bb82
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-13 17:06:37 +01:00
..
template Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
OC_API.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
OC_App.php Reduce the getAppPath and autoloader calls 2020-11-07 17:24:41 +01:00
OC_DB.php Merge pull request #23922 from nextcloud/bugfix/noid/fix-query-type-detection 2020-11-06 22:18:14 +01:00
OC_DB_StatementWrapper.php Don't leave cursors open when tests fail 2020-11-09 12:28:17 +01:00
OC_Defaults.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OC_EventSource.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OC_FileChunking.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
OC_Files.php Use lib instead if core as l10n module in OC_Files 2020-10-27 15:37:57 +01:00
OC_Helper.php Set up FS before querying storage info in settings 2020-11-13 17:06:37 +01:00
OC_Hook.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
OC_Image.php Change 0 to null to properly encode image to BMP if the first pixel is black 2020-09-10 12:08:01 +02:00
OC_JSON.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OC_Response.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OC_Template.php Show the full trace of an exception 2020-11-10 10:35:08 +01:00
OC_User.php Allow user backends to specify a custom logout url 2020-07-23 10:42:40 +02:00
OC_Util.php Don't leave cursors open when tests fail 2020-11-09 12:28:17 +01:00