Uh oh!
There was an error while loading. Please reload this page.
DAV SEARCH: Expose upload_time and creation_time - #30366
Conversation
marcelklehr
commented
Dec 21, 2021
php-cs linter fails due to unrelated file |
marcelklehr
commented
Dec 22, 2021
@icewind1991 Does Node#getFileInfo()->getCreationTime() return the file system creation time, or some value maintained in nextcloud? In my tests with this PR it always returns |
szaimen
commented
Dec 28, 2021
/rebase |
ba11d93 to
49cda5aCompareUh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
CarlSchwan
commented
Apr 29, 2022
From that I understand the creation_time is set here: server/apps/dav/lib/Connector/Sabre/File.php Line 379 in 8367b02 So a client needs to send the time explicitly when uploading a file. Reading the desktop client source code, I can't find where this is set :( |
PVince81
commented
Jun 10, 2022
maybe @mgallien for where the creation time is sent ? |
mgallien
commented
Jun 15, 2022
my understanding is that desktop client only sets I confirm what @CarlSchwan said |
szaimen
commented
Jan 11, 2023
Hi everyone, what is needed to get this done? :) |
marcelklehr
commented
Jan 11, 2023
This was based on wrong assumptions |
fixes#21385
This would be very useful for nextcloud/photos#87