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

Cleanup some unused sharing methods from the old sharing code #12200

Merged
merged 1 commit into from
Nov 2, 2018

Conversation

MorrisJobke
Copy link
Member

Found in my stashes ;)

@@ -65,7 +65,7 @@ public function getForm() {
'allowResharing' => $this->config->getAppValue('core', 'shareapi_allow_resharing', 'yes'),
'allowShareDialogUserEnumeration' => $this->config->getAppValue('core', 'shareapi_allow_share_dialog_user_enumeration', 'yes'),
'enforceLinkPassword' => Util::isPublicLinkPasswordRequired(),
'onlyShareWithGroupMembers' => Share::shareWithGroupMembersOnly(),
'onlyShareWithGroupMembers' => $this->config->getAppValue('core', 'shareapi_only_share_with_group_members', 'no') == 'yes',
Copy link
Member

Choose a reason for hiding this comment

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

public function shareWithGroupMembersOnly();

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@MorrisJobke MorrisJobke force-pushed the tech-debt/noid/cleanup-legacy-sharing branch from 76ecea9 to d6bdfe6 Compare November 2, 2018 09:02
@MorrisJobke
Copy link
Member Author

I know unit tests are failing ... looking into it

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
@MorrisJobke MorrisJobke force-pushed the tech-debt/noid/cleanup-legacy-sharing branch from d6bdfe6 to 248d953 Compare November 2, 2018 09:49
Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@skjnldsv skjnldsv left a comment

Choose a reason for hiding this comment

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

🐘

@MorrisJobke
Copy link
Member Author

CI failure is due to an unrelated trash bin problem.

@MorrisJobke MorrisJobke merged commit 337cd25 into master Nov 2, 2018
@MorrisJobke MorrisJobke deleted the tech-debt/noid/cleanup-legacy-sharing branch November 2, 2018 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants