nextcloud/apps/files_external/lib/Lib/Storage
Robin Appelman ec0ca19deb 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:09 +00:00
..
AmazonS3.php Check if array elements exist before using them 2020-10-27 11:00:27 +00:00
FTP.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OwnCloud.php Update license headers for 19 2020-04-29 11:57:22 +02:00
SFTP.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
SFTPReadStream.php normalize sftp path in read and write stream 2020-06-03 10:19:35 +00:00
SFTPWriteStream.php normalize sftp path in read and write stream 2020-06-03 10:19:35 +00:00
SMB.php add (hidden) option to always show smb root as writable 2021-03-19 15:47:09 +00:00
StreamWrapper.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Swift.php Add visibility to all constants 2020-04-10 16:54:27 +02:00