[stable29] Bug/48678/restore dav error response - #49483
Merged
Merged
Conversation
backportbot
Bot
requested review from
ChristophWurst,
kesselb and
miaulalala
November 25, 2024 17:43
kesselb
force-pushed
the
backport/49004/stable29
branch
from
November 26, 2024 12:41
c7d77cc to
2ba73b4
Compare
Contributor
|
Conflicts: Constructor property promotion and Imports in Server and ServerFactory |
| $error->setAttribute('xmlns:s', self::NS_SABREDAV); | ||
| $DOM->appendChild($error); | ||
|
|
||
| $h = function ($v) { |
Check notice
Code scanning / Psalm
MissingClosureReturnType
| $error->setAttribute('xmlns:s', self::NS_SABREDAV); | ||
| $DOM->appendChild($error); | ||
|
|
||
| $h = function ($v) { |
Check notice
Code scanning / Psalm
MissingClosureParamType
| } | ||
| class BrowserErrorPagePlugin extends ServerPlugin { | ||
| /** @var Server */ | ||
| private $server; |
Check notice
Code scanning / Psalm
MissingConstructor
| $this->server->httpResponse->setHeader('Content-Type', 'application/xml; charset=utf-8'); | ||
| } | ||
| public function generateBody(int $httpCode) { | ||
| $request = \OC::$server->getRequest(); |
Check notice
Code scanning / Psalm
DeprecatedMethod
kesselb
force-pushed
the
backport/49004/stable29
branch
from
November 26, 2024 12:58
2ba73b4 to
95ea51a
Compare
kesselb
marked this pull request as ready for review
November 26, 2024 12:59
miaulalala
approved these changes
Nov 26, 2024
kesselb
force-pushed
the
backport/49004/stable29
branch
2 times, most recently
from
November 28, 2024 13:32
e8c6d05 to
5de28cf
Compare
Merged
4 tasks
kesselb
force-pushed
the
backport/49004/stable29
branch
2 times, most recently
from
January 29, 2025 14:44
e86568e to
ec9e9e9
Compare
kesselb
force-pushed
the
backport/49004/stable29
branch
from
February 11, 2025 12:25
ec9e9e9 to
f90fd1a
Compare
ChristophWurst
approved these changes
Feb 12, 2025
kesselb
force-pushed
the
backport/49004/stable29
branch
from
February 13, 2025 10:19
f90fd1a to
09a6d38
Compare
kesselb
self-requested a review
February 13, 2025 10:27
kesselb
approved these changes
Feb 13, 2025
…eption output" This reverts commit e202896. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This reverts commit d2bf361. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This reverts commit 9992e7d. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
kesselb
force-pushed
the
backport/49004/stable29
branch
from
February 15, 2025 15:51
09a6d38 to
f01f393
Compare
kesselb
enabled auto-merge
February 15, 2025 15:52
This was referenced Feb 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #49004
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.