-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Set the file's mtime from the headers in bulk upload #30485
Merged
Merged
Conversation
This file contains 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
/backport to stable23 |
e7a6c43
to
43a9632
Compare
juliusknorr
reviewed
Jan 4, 2022
juliusknorr
reviewed
Jan 4, 2022
7253dd7
to
bdf5c1f
Compare
Friendly ping to have this merged :) |
mgallien
approved these changes
Jan 7, 2022
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.
works fine for me
thanks a lot !
/rebase |
bdf5c1f
to
492bab7
Compare
php cs fails |
/rebase |
492bab7
to
3821686
Compare
/rebase |
3821686
to
e9c99de
Compare
e9c99de
to
3606434
Compare
juliusknorr
reviewed
Jan 10, 2022
juliusknorr
reviewed
Jan 10, 2022
b3626cf
to
1a47519
Compare
juliusknorr
approved these changes
Jan 11, 2022
4e6fdeb
to
7b82526
Compare
Signed-off-by: Louis Chemineau <[email protected]>
7b82526
to
69b8044
Compare
8 tasks
It's not fixed for me, and also other users - look at comments for #30473 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4. to release
Ready to be released and/or waiting for tests to finish
bug
feature: dav
feature: filesystem
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.
The
mtime
was not set after the file creation, which would override themtime
of the file and lead tomtime
change on the local file system of the users.Fix #30473