ocis icon indicating copy to clipboard operation
ocis copied to clipboard

Activities. no event for downloading file

Open butonic opened this issue 1 year ago • 5 comments

Expected: image Actual: no events -> backend issue

butonic avatar Sep 09 '24 12:09 butonic

@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?

kobergj avatar Sep 18 '24 11:09 kobergj

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?

micbar avatar Sep 18 '24 11:09 micbar

Don't we have an attribute in the cs3 user object?

Afaik only in the opaque. But that gets lost along the way.

kobergj avatar Sep 18 '24 11:09 kobergj

Note: With currently not possible I of course mean not possible without major changes

kobergj avatar Sep 18 '24 11:09 kobergj

Should be straightforward after https://github.com/owncloud/ocis/pull/10116 has landed

kobergj avatar Sep 23 '24 13:09 kobergj