nextcloud/apps/files_external/lib/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
..
Auth Update license headers for 19 2020-04-29 11:57:22 +02:00
Backend Update license headers for 19 2020-04-29 11:57:22 +02:00
Config Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Notify Update license headers for 19 2020-04-29 11:57:22 +02:00
Storage add (hidden) option to always show smb root as writable 2021-03-19 15:47:09 +00:00
DefinitionParameter.php Update license headers for 19 2020-04-29 11:57:22 +02:00
DependencyTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FrontendDefinitionTrait.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
IdentifierTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
InsufficientDataForMeaningfulAnswerException.php Update license headers 2019-12-05 15:38:45 +01:00
LegacyDependencyCheckPolyfill.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MissingDependency.php Update license headers 2019-12-05 15:38:45 +01:00
PersonalMount.php set mountid for personal external storage mounts 2020-12-02 18:55:13 +00:00
PriorityTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
SessionStorageWrapper.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
StorageConfig.php Update license headers for 19 2020-04-29 11:57:22 +02:00
StorageModifierTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
VisibilityTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00