Paths added to messages and message cleanup#33061
Merged
come-nc merged 5 commits intonextcloud:masterfrom Mar 14, 2023
Merged
Conversation
Member
|
Please fix the dco :) https://github.com/nextcloud/server/pull/33061/checks?check_run_id=7112172877 |
8 tasks
kesselb
previously requested changes
Jun 30, 2022
Contributor
2dfe275 to
fcb4943
Compare
Contributor
Author
|
Just force pushed this branch with commit fcb4943; this commit was created from master and DCO is present now - please change target branch of this PR from |
miaulalala
approved these changes
Jul 4, 2022
PVince81
reviewed
Jul 27, 2022
PVince81
reviewed
Jul 27, 2022
Member
|
@pboguslawski do you might also adding a signed-off clause as per https://github.com/nextcloud/server/pull/33061/checks?check_run_id=7544272332 ? the DCO part is also stated in https://github.com/nextcloud/server/blob/master/contribute/HowToApplyALicense.md |
Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl>
c024e19 to
a850424
Compare
Contributor
Author
|
DCO fixed. |
Merged
Member
|
Unsure if failing CI is related or not. Could you please rebase to the latest |
Contributor
Author
|
Current master merged to this PR. |
ChristophWurst
approved these changes
Jan 12, 2023
Member
|
Failing CI unrelated |
Contributor
|
/rebase |
Merged
Merged
Merged
come-nc
approved these changes
Mar 14, 2023
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.

This mod adds path to error messages. Without it it's difficult for example
to find what path causes permission problems.
Related: https://help.nextcloud.com/t/ocp-files-notpermittedexception-could-not-create-folder/133818
Related: https://help.nextcloud.com/t/could-not-create-folder-false-error/65962/
Author-Change-Id: IB#1121253