Skip to content

Commit

Permalink
Merge pull request owncloud#5033 from owncloud/remove-tech_preview-fr…
Browse files Browse the repository at this point in the history
…om-ci

[tests-only] Remove tech_preview setting from CI and docs
  • Loading branch information
phil-davis authored Apr 28, 2021
2 parents 9e0f11c + e727546 commit 57b7c22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,6 @@ def setupServerAndApp(logLevel):
'php occ log:manage --level %s' % logLevel,
'php occ config:list',
'php occ config:system:set skeletondirectory --value=/var/www/owncloud/server/apps/testing/data/webUISkeleton',
'php occ config:system:set dav.enable.tech_preview --type=boolean --value=true',
'php occ config:system:set web.baseUrl --value="http://web"',
'php occ config:system:set sharing.federation.allowHttpFallback --value=true --type=bool'
]
Expand All @@ -1669,7 +1668,6 @@ def setupFedServerAndApp(logLevel):
'php occ log:manage --level %s' % logLevel,
'php occ config:list',
'php occ config:system:set skeletondirectory --value=/var/www/owncloud/federated/apps/testing/data/webUISkeleton',
'php occ config:system:set dav.enable.tech_preview --type=boolean --value=true',
'php occ config:system:set sharing.federation.allowHttpFallback --value=true --type=bool'
]
}]
Expand Down
5 changes: 0 additions & 5 deletions docs/backend-oc10.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ Add the following entries to config/config.php:
'cors.allowed-domains' => ['<web-domain>'],
```

- optional: when developing against unstable APIs (technical preview), these need to be enabled in the server core:
```
dav.enable.tech_preview => true,
```

### Setting up OAuth2

To connect to the ownCloud server, it is necessary to set it up with OAuth2.
Expand Down

0 comments on commit 57b7c22

Please sign in to comment.