Activities. no event for downloading file
Expected:
Actual: no events -> backend issue
@butonic This is currently not possible as we cannot differentiate between a public link download and an authenticated download. We could log all downloads of a file. Would that fix the issue?
This is currently not possible as we cannot differentiate between a public link download
Don't we have an attribute in the cs3 user object?
Don't we have an attribute in the cs3 user object?
Afaik only in the opaque. But that gets lost along the way.
Note: With currently not possible I of course mean not possible without major changes
Should be straightforward after https://github.com/owncloud/ocis/pull/10116 has landed