nextcloud/apps/files_external/lib
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
..
AppInfo Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
BackgroundJob Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Command Merge pull request #23021 from nextcloud/notify-saved-login-auth 2020-10-13 19:39:31 +02:00
Config Expose session based authentication through mount point type 2020-12-21 22:55:06 +01:00
Controller Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
Lib add (hidden) option to always show smb root as writable 2021-03-19 15:47:01 +00:00
Listener Fix potential empty result 2021-01-20 10:09:45 +01:00
Migration Migrate internal classes to the OCP db col types 2021-01-12 14:09:13 +01:00
Service Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Settings Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
MountConfig.php Use correct exception type hint in catch statement 2021-03-17 08:44:29 +00:00
NotFoundException.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00