nextcloud/apps/settings
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
..
appinfo Bump versions 2020-09-18 09:16:45 +02:00
composer Add a background job that checks for potential user imported SSL certificates and shows a warning in the admin settings 2020-11-03 10:06:33 +01:00
css Move help to separate stylesheet 2020-11-04 13:17:16 +01:00
data Fix duplicate sentence in 'Reasons to use Nextcloud.pdf' 2020-09-15 11:12:23 +02:00
img Move settings to an app 2019-09-28 09:39:28 +00:00
js Bump node-sass from 4.14.1 to 5.0.0 2020-11-07 11:25:57 +00:00
l10n [tx-robot] updated from transifex 2020-11-11 02:20:12 +00:00
lib Set up FS before querying storage info in settings 2020-11-13 17:06:37 +01:00
src Add default font size 2020-11-03 13:58:04 +01:00
templates Move help to separate stylesheet 2020-11-04 13:17:16 +01:00
tests Create primary keys on all tables and add a command to create the afterwards 2020-11-10 15:36:27 +01:00
.editorconfig Move settings to an app 2019-09-28 09:39:28 +00:00
.gitignore Move settings to an app 2019-09-28 09:39:28 +00:00
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
webpack.js Fix settings chunk loading 2020-09-10 18:28:32 +02:00