Skip to content
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

Principals can be principal/user/<name> or principal/<name> from lega… #13573

Merged
merged 1 commit into from
Jan 14, 2019

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)

…cy installs

Signed-off-by: Joas Schilling <coding@schilljs.com>
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.

5 participants