nextcloud/apps/files_external/lib/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
..
Auth Don't save credentials of another user 2021-01-20 08:46:07 +01:00
Backend Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01: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:01 +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 Remove setCustomJs of the files_external FrontendDefinitionTrait 2020-08-13 21:49:50 +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 Expose session based authentication through mount point type 2020-12-21 22:55:06 +01: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 all license headers for Nextcloud 21 2020-12-16 18:48:22 +01: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