-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate all share exceptions #40164
Conversation
3cfb95e
to
7cf9cdd
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Hum @nextcloud/files what do you think? |
This comment was marked as resolved.
This comment was marked as resolved.
7cf9cdd
to
8b8bd79
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, some capitalization suggestions. Thank you.
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix drone Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Co-authored-by: F. E Noel Nfebe <fenn25.fn@gmail.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
c2c6030
to
78e09b5
Compare
Sharding test error unrelated |
Worth a backport to 30 at least ? |
/backport to stable30 |
Agreed |
The backport to # Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/40164/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 f250643e f4aa2644 78e09b5a
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/40164/stable30 Error: Failed to clone repository: Failed to checkout branches: Updating 1cc7851..ab511e8
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
If you manually backport, then please include: #40164 |
Summary
Fixes ambiguous messages like :
Checklist