nextcloud/apps/files_external/lib/Lib/Storage
Robin Appelman 7f066931e4 add (hidden) option to always show smb root as writable
some smb servers are very insistent in reporting that the root of the share is readonly, even if it isn't.

This works around the problem by adding a hidden option to overwrite the permissions of the root of the share.

This can be enabled using

```bash
occ files_external:config <mount id> root_force_writable true
```

where you can find your mount id using

```bash
occ files_external:list
```

Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-03-19 15:47:01 +00:00
..
AmazonS3.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
FTP.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
OwnCloud.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
SFTP.php Bump phpseclib/phpseclib from 2.0.25 to 2.0.30 2021-01-19 21:19:02 +01:00
SFTPReadStream.php normalize sftp path in read and write stream 2020-05-25 15:26:04 +02:00
SFTPWriteStream.php normalize sftp path in read and write stream 2020-05-25 15:26:04 +02:00
SMB.php add (hidden) option to always show smb root as writable 2021-03-19 15:47:01 +00:00
StreamWrapper.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Swift.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00