-
Notifications
You must be signed in to change notification settings - Fork 102
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
fix: Improve compatibility with Windows for uploaded files #2513
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2513 +/- ##
=========================================
Coverage 43.43% 43.43%
Complexity 882 882
=========================================
Files 77 77
Lines 3361 3361
=========================================
Hits 1460 1460
Misses 1901 1901 |
ecdefa9
to
556303e
Compare
c7fdda8
to
3859656
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
/backport to stable4 |
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
3859656
to
1c1d65e
Compare
The backport to # Switch to the target branch and update it
git checkout stable4
git pull origin stable4
# Create the new backport branch
git checkout -b backport/2513/stable4
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 1c1d65e8
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/2513/stable4 Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
Fixes #2409