Skip to content

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

Merged
MorrisJobke merged 1 commit into
masterfrom
bugfix/noid/one-last-time
Jan 14, 2019
Merged

Principals can be principal/user/<name> or principal/<name> from lega…#13573
MorrisJobke merged 1 commit into
masterfrom
bugfix/noid/one-last-time

Conversation

@nickvergessen

Copy link
Copy Markdown
Member

…cy installs

At least there is a conversion method:

privatefunctionconvertPrincipal($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>

@rullzerrullzer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🙈

@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable15

@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable14

@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable13

@skjnldsvskjnldsv left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👍

@skjnldsvskjnldsv 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
Copy Markdown
Member

Failure seems unrelated

@backportbot-nextcloud

Copy link
Copy Markdown

backport to stable15 in #13582

@backportbot-nextcloud

Copy link
Copy Markdown

backport to stable14 in #13583

@backportbot-nextcloud

Copy link
Copy Markdown

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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to releaseReady to be released and/or waiting for tests to finishbugfeature: dav

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@nickvergessen@skjnldsv@rullzer@blizzz@MorrisJobke