Skip to content

fix: Adjust to API change of "getDavPermissions" in Nextcloud 34#3475

Merged
artonge merged 1 commit intomasterfrom
adjust-to-api-change-of-getdavpermissions-in-nextcloud-34
May 6, 2026
Merged

fix: Adjust to API change of "getDavPermissions" in Nextcloud 34#3475
artonge merged 1 commit intomasterfrom
adjust-to-api-change-of-getdavpermissions-in-nextcloud-34

Conversation

@danxuliu
Copy link
Copy Markdown
Member

Since Nextcloud 34 DavUtil::getDavPermissions requires the parent of the node as its second parameter.

As this is an API breaking change in the backport to Nextcloud 33 the second parameter was made optional. It is unclear yet whether this will be applied too in Nextcloud 34 (in which case this pull request would be unneeded) or not 🤔

@danxuliu danxuliu added this to the Nextcloud 34 milestone Apr 20, 2026
@danxuliu danxuliu added the bug Something isn't working label Apr 20, 2026
@danxuliu danxuliu marked this pull request as ready for review May 5, 2026 13:59
Since Nextcloud 34 "DavUtil::getDavPermissions" requires the parent of
the node as its second parameter.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
@artonge artonge force-pushed the adjust-to-api-change-of-getdavpermissions-in-nextcloud-34 branch from 1441153 to c8c7ffd Compare May 6, 2026 13:07
@artonge artonge merged commit ff51d57 into master May 6, 2026
43 of 52 checks passed
@artonge artonge deleted the adjust-to-api-change-of-getdavpermissions-in-nextcloud-34 branch May 6, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants