Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow to disable upload to lookup server, by default it is enabled #5575

Merged
merged 2 commits into from
Jul 4, 2017

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

@@ -931,7 +931,7 @@ public function userDeletedFromGroup($uid, $gid) {
*/
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.

4 participants