nextcloud/apps/files_external
Robin McCorkell b077528087 Perform proper checking for share availability
To check for shares, the code attempts to connect anonymously to the share.
In most cases this will fail with NT_STATUS_ACCESS_DENIED, so the regex array
used for parsing the output of smbclient in smb4php has been overridden to
treat such output as success.

The 'test' method for storage classes can now take a single parameter,
$isPersonal, which allows the storage to adjust the tests performed based on
if they are being configured as personal shares or as system shares.
2014-03-26 14:36:45 +00:00
..
3rdparty Perform proper checking for share availability 2014-03-26 14:36:45 +00:00
ajax Correctly redirect to settings page when not selecting cert file for upload 2014-02-19 17:07:29 +01:00
appinfo Rename SMB_Auto to SMB_OC and change visible name 2014-03-26 14:35:07 +00:00
css Move success/error squircles to settings 2014-03-21 20:27:22 +01:00
js fix some spaces to tabs issues reported by Scrutinizer 2014-03-05 15:47:12 +01:00
l10n [tx-robot] updated from transifex 2014-03-24 01:55:51 -04:00
lib Perform proper checking for share availability 2014-03-26 14:36:45 +00:00
templates Fix merging of external storage configurations 2014-03-26 12:41:25 +01:00
tests Fix merging of external storage configurations 2014-03-26 12:41:25 +01:00
personal.php Allow admins to disable certain external storages for users 2014-02-26 15:02:41 +01:00
settings.php Allow admins to disable certain external storages for users 2014-02-26 15:02:41 +01:00