-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3377 from owncloud/upload-send-mtime
Send mtime with uploads
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Enhancement: Send mtime with uploads | ||
|
||
When uploading a file, the modification time is now sent along. | ||
This means that the uploaded file will have the same modification time | ||
like the one it had on disk. | ||
This aligns the behavior with the desktop client which also keeps the mtime. | ||
|
||
https://github.com/owncloud/phoenix/issues/2969 | ||
https://github.com/owncloud/phoenix/pull/3377 |