Content
View differences
Updated by Eric Schubert almost 2 years ago
### Before filing a report
### Steps to reproduce
* fetch a file info response from `/ocs/v1.php/apps/integration_openproject/fileinfo/:id`
### What is the buggy behavior?
* ctime is 0
* modifier and owner is not stable
* for files uploaded AND modified, it has a value
* for files only uploaded modifier is `null`
* for files seeded modifier is equal to owner
* owner is not creator
* e.g. in a file uploaded to a shared folder owner of the file is not the uploader, but the owner of the folder
* modifier is null, so we can't rely on any data here to get the last interaction (upload)
### What is the expected behavior?
* ctime has the correct value
* modifier always shows the user, that did the last interaction on a file
###
* fetch a file info response from `/ocs/v1.php/apps/integration_openproject/fileinfo/:id`
* ctime is 0
* modifier and owner is not stable
* for files uploaded AND modified, it has a value
* for files only uploaded modifier is `null`
* for files seeded modifier is equal to owner
* owner is not creator
* e.g. in a file uploaded to a shared folder owner of the file is not the uploader, but the owner of the folder
* modifier is null, so we can't rely on any data here to get the last interaction (upload)
* ctime has the correct value
* modifier always shows the user, that did the last interaction on a file