Skip to content

Conversation

@juliusknorr
Copy link
Member

No description provided.

@blizzz blizzz mentioned this pull request Aug 29, 2019
24 tasks
* @since 18.0.0
*/
public function isAvailableForScope(int $scope): bool {
return $scope === IManager::SCOPE_ADMIN;
Copy link
Member

Choose a reason for hiding this comment

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

If we plan to have it for users, I could totally see this too.
Maybe people want to prevent anyone from downloading files with anything but the sync client (I do this for my financial data, blocking web ui and mobile clients)

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure, we could think about that in a later step, but that will require more work to not lock out other users who should still have access (like the share owner of a file)

@juliusknorr

This comment has been minimized.

@jancborchardt

This comment has been minimized.

Signed-off-by: Arthur Schiwon <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
@juliusknorr juliusknorr marked this pull request as ready for review October 24, 2019 12:51
@juliusknorr juliusknorr added this to the Nextcloud 18 milestone Oct 24, 2019
@blizzz
Copy link
Member

blizzz commented Nov 18, 2019

I guess we merge this, as the transition is done and server API is fairly complete. And just shoot in PRs as they are needed, if any. Ok?

Signed-off-by: Julius Härtl <[email protected]>
@nickvergessen
Copy link
Member

Fine by me

Copy link
Member

@nickvergessen nickvergessen left a comment

Choose a reason for hiding this comment

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

Works

@nickvergessen nickvergessen merged commit cba993d into master Nov 19, 2019
@delete-merged-branch delete-merged-branch bot deleted the enh/noid/workflow-18 branch November 19, 2019 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants