You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorrect file modified timestamp when uploading via web UI on Android causes desktop sync issues.
Steps to reproduce
Environment: Chrome 132.0.6834.163 on Android 14
Upload fileX.heic with say, a last modified date of 1 Jan 2025 00:00 using built-in Android media picker
Notice the last modified date of the file that was uploaded successfully
Expected behavior
fileX.heic is displayed in the web UI as modified 1 month ago with the timestamp Jan 1, 2025, 12:00 AM
Actual behavior
Instead fileX.heic is displayed in the web UI as modified in 160 years with the timestamp Jul 21, 2185, 11:34 PM
This date set in the future year 2185 sometimes further caused issues syncing on the desktop client where it would endlessly attempt to sync a local copy of fileX.heic which fails due to error File has changed since discovery (skipped due to earlier error, trying again in 10 second(s))
Setup
Docker compose using mostly default settings from examples in ocis repo. 7.1.0-rc.3
Additional context
The bug does not occur on the following platforms on the same Android device (follows Expected behavior)
Firefox
ownCloud Android app
The text was updated successfully, but these errors were encountered:
Describe the bug
Incorrect file modified timestamp when uploading via web UI on Android causes desktop sync issues.
Steps to reproduce
Environment: Chrome 132.0.6834.163 on Android 14
fileX.heic
with say, a last modified date of1 Jan 2025 00:00
using built-in Android media pickerExpected behavior
fileX.heic
is displayed in the web UI as modified 1 month ago with the timestampJan 1, 2025, 12:00 AM
Actual behavior
Instead
fileX.heic
is displayed in the web UI as modifiedin 160 years
with the timestampJul 21, 2185, 11:34 PM
This date set in the future year 2185 sometimes further caused issues syncing on the desktop client where it would endlessly attempt to sync a local copy of
fileX.heic
which fails due to errorFile has changed since discovery (skipped due to earlier error, trying again in 10 second(s))
Setup
Docker compose using mostly default settings from examples in ocis repo.
7.1.0-rc.3
Additional context
The bug does not occur on the following platforms on the same Android device (follows Expected behavior)
The text was updated successfully, but these errors were encountered: