nextcloud/apps/files_external/lib
Robin Appelman 728488fcf5 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:23 +00:00
..
AppInfo Update license headers for 19 2020-04-29 11:57:22 +02:00
BackgroundJob Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Command Merge pull request #23426 from nextcloud/backport/23021/stable20 2020-10-19 10:12:38 +02:00
Config set mountid for personal external storage mounts 2020-12-02 18:50:58 +00:00
Controller dont offer to edit external config settings if we can't edit them 2021-01-14 16:33:13 +00:00
Lib add (hidden) option to always show smb root as writable 2021-03-19 15:47:23 +00:00
Listener Fix potential empty result 2021-01-20 10:11:56 +01:00
Migration Adjust further columns 2020-12-14 11:12:50 +01:00
Service Don't leave cursors open when tests fail 2020-11-10 14:18:02 +00:00
Settings Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
MountConfig.php Use correct exception type hint in catch statement 2021-03-17 08:47:07 +00:00
NotFoundException.php Update license headers 2019-12-05 15:38:45 +01:00