-
Notifications
You must be signed in to change notification settings - Fork 2.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
Date upload (web/client/...) #32916
Comments
Hello, Thanks for your answere, |
Please nobody can help me ? ='( |
I don't think that there is a setting for this. Also please use https://central.owncloud.org/ for support questions you probably will get a quicker answer there as this is an issue/bug tracker. |
I thought I'd just leave a comment here as I encountered the problem of not having the uploaded files marked with upload date in the file system, making it harder to know which files to process for generating thumbnails. I dug into the code and found where I needed to make a change in order to have the upload time as modified date. apps/files/js/file-upload.js find this
and comment out the assign of data.headers like so: Another more robust way of doing it (due to client js caching) is adjusting the Sabre file handler. apps/dav/lib/Connector/Sabre/File.php find this
And adjust the if statement to |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed. |
Hello,
I updated the new server 10.* and now, when user send a file, the modify date is the a really modify date ... but i prefer had the upload date, same was with server version 9.*
Thks for your help :)
The text was updated successfully, but these errors were encountered: