-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Delete calendars with their users #1545
Conversation
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
@LukasReschke, thanks for your PR! By analyzing the annotation information on this pull request, we identified @nickvergessen, @icewind1991 and @tcitworld to be potential reviewers |
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* @return void | ||
*/ | ||
function deleteAllSharesForUser($principaluri) { | ||
$this->sharingBackend->deleteAllSharesByUser($principaluri); |
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.
For or By? This looks like a trap for the future 🙈
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.
Fixed, thanks.
Works 👍 |
This also was reported yesterday: #1551 I'd like to see a backport to 10 for this. |
I think that ticket is about contacts, not calendar data. |
See the second commit? in this PR? |
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Tested and works 👍 |
From owncloud/core#25918
Fix #1551