Content
View differences
Updated by Sagar Gurung almost 2 years ago
### Steps to reproduce
* fetch a file info response from `/ocs/v1.php/apps/integration_openproject/fileinfo/:id`
### What is the buggy behavior 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`
### What is the buggy behavior
*
*
* 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?