nextcloud/apps/files_external/js
Robin McCorkell b6eb952ac6 Propagate auth mechanism/backend failures to filesystem layer
Failure to prepare the storage during backend or auth mechanism
manipulation will throw an InsufficientDataForMeaningfulAnswerException,
which is propagated to StorageNotAvailableException in the filesystem
layer via the FailedStorage helper class.

When a storage is unavailable not due to failure, but due to
insufficient data being available, a special 'indeterminate' status is
returned to the configuration UI.
2015-08-19 10:08:23 +01:00
..
app.js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00
dropbox.js Use storage id + appframework for ext storage CRUD 2015-03-12 18:51:02 +01:00
google.js Use storage id + appframework for ext storage CRUD 2015-03-12 18:51:02 +01:00
mountsfilelist.js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00
settings.js Propagate auth mechanism/backend failures to filesystem layer 2015-08-19 10:08:23 +01:00
sftp_key.js Use storage id + appframework for ext storage CRUD 2015-03-12 18:51:02 +01:00