Skip to content

Conversation

@nickvergessen
Copy link
Member

…cy installs

At least there is a conversion method:

private function convertPrincipal($principal, $toV2) {
list(, $name) = \Sabre\Uri\split($principal);
if ($toV2) {
return "principals/users/$name";
}
return "principals/$name";
}

And a matching report by @cunningwasabi in #13499 (comment)

Copy link
Member

@rullzer rullzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

@nickvergessen
Copy link
Member Author

/backport to stable15

@nickvergessen
Copy link
Member Author

/backport to stable14

@nickvergessen
Copy link
Member Author

/backport to stable13

Copy link
Member

@skjnldsv skjnldsv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jan 14, 2019
@skjnldsv
Copy link
Member

Failure seems unrelated

@backportbot-nextcloud
Copy link

backport to stable15 in #13582

@backportbot-nextcloud
Copy link

backport to stable14 in #13583

@backportbot-nextcloud
Copy link

backport to stable13 in #13584

BernieO referenced this pull request in BernieO/calcardbackup Feb 13, 2019
BernieO referenced this pull request in BernieO/calcardbackup Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to release Ready to be released and/or waiting for tests to finish bug feature: dav

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants