-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[stable28] Expose subscription calendars #45225
Conversation
b6b278a
to
473f523
Compare
@@ -59,6 +61,10 @@ public function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, | |||
case AddressBook::class: | |||
$type = 'Addressbook'; | |||
break; | |||
case Calendar::class: |
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.
The mapping for Calendar was added by https://github.com/nextcloud/server/pull/43117/files#diff-8df254811855b970fe5bc8f1cd91076b1b5e395a2a63d1af7c835274953d2ed8R62-R64 which was not backported to 28 and therefore caused the different diff. Backported the needed changes for the integration test (Node => Calendar) as well to make the test suite pass.
473f523
to
4e77538
Compare
4e77538
to
1c125e2
Compare
Signed-off-by: Daniel Kesselberg <[email protected]>
1c125e2
to
951a679
Compare
Backport of #44752
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.