Skip to content

Forward OCSException to initiator - #16024

Merged
rullzer merged 1 commit into
masterfrom
bugfix/15944/fix-return-code-user-provision
Jun 25, 2019
Merged

Forward OCSException to initiator#16024
rullzer merged 1 commit into
masterfrom
bugfix/15944/fix-return-code-user-provision

Conversation

@kesselb

Copy link
Copy Markdown
Contributor

Fix#15944

Before this patch

<?xml version="1.0"?>
<ocs>
<meta>
<status>failure</status>
<statuscode>101</statuscode>
<message>Bad request</message>
<totalitems></totalitems>
<itemsperpage></itemsperpage>
</meta>
<data/>
</ocs>

After this patch

<?xml version="1.0"?>
<ocs>
<meta>
<statuscode>109</statuscode>
<message>Unable to send the invitation mail</message>
<totalitems></totalitems>
<itemsperpage></itemsperpage>
</meta>
<data/>
</ocs>

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>

@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.

Make sense!

@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 Jun 21, 2019
@skjnldsv

Copy link
Copy Markdown
Member

Tests restarted, too many unknwown failures

@kesselb

Copy link
Copy Markdown
ContributorAuthor

Tests restarted, too many unknwown failures

🤞

@rullzer
rullzer merged commit 98244b5 into masterJun 25, 2019
@rullzer
rullzer deleted the bugfix/15944/fix-return-code-user-provision branch June 25, 2019 11:32
@MorrisJobke

Copy link
Copy Markdown
Member

@kesselb@rullzer@ChristophWurst Backport to which branches?

@kesselb

Copy link
Copy Markdown
ContributorAuthor

/backport to stable16

@kesselb

Copy link
Copy Markdown
ContributorAuthor

/backport to stable15

@kesselb

Copy link
Copy Markdown
ContributorAuthor

/backport to stable14

@backportbot-nextcloud

Copy link
Copy Markdown

backport to stable16 in #16191

@backportbot-nextcloud

Copy link
Copy Markdown

backport to stable15 in #16192

@backportbot-nextcloud

Copy link
Copy Markdown

backport to stable14 in #16193

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 finishbug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

User provisioning API response - wrong status code

6 participants

@kesselb@skjnldsv@MorrisJobke@nickvergessen@ChristophWurst@rullzer