nextcloud/apps/files_external/lib
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
..
AppInfo Update license headers for 19 2020-04-29 11:57:22 +02:00
Command add option to disable notify self check 2020-10-14 14:08:28 +02:00
Config set mountid for personal external storage mounts 2020-12-02 18:55:13 +00:00
Controller Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Lib add (hidden) option to always show smb root as writable 2021-03-19 15:47:09 +00:00
Migration Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Service Update license headers for 19 2020-04-29 11:57:22 +02:00
Settings Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
NotFoundException.php Update license headers 2019-12-05 15:38:45 +01:00
config.php Use correct exception type hint in catch statement 2021-03-17 08:49:42 +00:00