-
Notifications
You must be signed in to change notification settings - Fork 20
Move to new operation interface for Nextcloud 18 #132
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
Conversation
| * @since 18.0.0 | ||
| */ | ||
| public function isAvailableForScope(int $scope): bool { | ||
| return $scope === IManager::SCOPE_ADMIN; |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
01a7aa7 to
eb8b701
Compare
Signed-off-by: Arthur Schiwon <[email protected]>
eb8b701 to
cedae76
Compare
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Arthur Schiwon <[email protected]>
Signed-off-by: Arthur Schiwon <[email protected]>
|
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]>
|
Fine by me |
nickvergessen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works
No description provided.