Skip to content

fix: Override start method of \Sabre\DAV\Server to remove exception o… - #48177

Merged
nickvergessen merged 1 commit into
masterfrom
artonge/fix/remove_unnecessary_formating
Sep 18, 2024
Merged

fix: Override start method of \Sabre\DAV\Server to remove exception o…#48177
nickvergessen merged 1 commit into
masterfrom
artonge/fix/remove_unnecessary_formating

Conversation

@artonge

Copy link
Copy Markdown
Collaborator

Follow-up of #48145

@artongeartonge self-assigned this Sep 18, 2024
@artongeartonge added bug 3. to review Waiting for reviews feature: dav php Pull requests that update Php code labels Sep 18, 2024
@artongeartonge added this to the Nextcloud 31 milestone Sep 18, 2024
Comment threadapps/dav/lib/Connector/Sabre/Server.php Fixed
Comment threadapps/dav/lib/Connector/Sabre/Server.php Outdated
@artonge
artongeforce-pushed the artonge/fix/remove_unnecessary_formating branch from 8dbc7c9 to a142547CompareSeptember 18, 2024 15:51
…utput
Signed-off-by: Louis Chemineau <louis@chmn.me>
@artonge
artongeforce-pushed the artonge/fix/remove_unnecessary_formating branch from a142547 to e202896CompareSeptember 18, 2024 15:53
@nickvergessen
nickvergessen merged commit 6b8d331 into masterSep 18, 2024
@nickvergessen
nickvergessen deleted the artonge/fix/remove_unnecessary_formating branch September 18, 2024 18:28
@icewind1991

Copy link
Copy Markdown
Member

/backport to stable30

@artonge

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable30

@artonge

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable29

@artonge

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable28

@backportbot

Copy link
Copy Markdown

The backport to stable30 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/48177/stable30
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick e202896a
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/48177/stable30

Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/48177/stable30."}


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbugfeature: davphpPull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@artonge@icewind1991@nickvergessen@github-advanced-security@come-nc