-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Delete calendars with their users #1545
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
Signed-off-by: Lukas Reschke <[email protected]>
Signed-off-by: Lukas Reschke <[email protected]>
Signed-off-by: Lukas Reschke <[email protected]>
Signed-off-by: Lukas Reschke <[email protected]>
Signed-off-by: Lukas Reschke <[email protected]>
|
@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 <[email protected]>
| * @param string $principaluri | ||
| * @return void | ||
| */ | ||
| function deleteAllSharesForUser($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 <[email protected]>
|
Tested and works 👍 |
From owncloud/core#25918
Fix #1551