Skip to content

Conversation

@schiessle
Copy link
Member

In large enterprises or other organizations it is often forbidden to publish personal user data on a third party service. Therefore it makes sense to backport this setting to disable the lookup server upload.

(partial) backport of #4250

public function isOutgoingServer2serverShareEnabled() {
$result = $this->config->getAppValue('files_sharing', 'outgoing_server2server_share_enabled', 'yes');
return ($result === 'yes') ? true : false;
return ($result === 'yes');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can remove the brackets aswell ;)

@ChristophWurst ChristophWurst added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jul 4, 2017
@MorrisJobke MorrisJobke merged commit 1a3df3b into stable11 Jul 4, 2017
@MorrisJobke MorrisJobke deleted the backport-lookup-server-settings branch July 4, 2017 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to release Ready to be released and/or waiting for tests to finish feature: federation feature: settings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants