-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Store user which has downloaded file in activity feed #46305
base: master
Are you sure you want to change the base?
feat: Store user which has downloaded file in activity feed #46305
Conversation
e60846f
to
bdbd494
Compare
@kesselb can you run pipeline for PR? |
mates, seems like some test failures are unrelated to my changes. How can we fix them?
|
Ignore performance and cypress for now. |
bdbd494
to
d9c33af
Compare
@kesselb all green 🟢, except performance and cypress |
d9c33af
to
6e9b00f
Compare
Rebased |
@artonge so, let's merge then? |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
6e9b00f
to
287fb2d
Compare
Tests were successful in #46533 |
sad that we can't include it into 30 😿 |
To be fair, I think this also requires some discussion. Because we have no display on the public sharing pages, to tell the user they are logged in, I think this creates a fake feeling of privacy. You might want to open a link and not be tracked as an existing user. |
@skjnldsv to be honest I don't see any problem here because functionality named "Shared link" and not "Anonymous link". Also I can add some kind of warning message for logged in users that we will store his username during download. WDYT? |
@Koc does this also work with internal links? |
287fb2d
to
b8a9d1f
Compare
@sorbaugh good question. No, in this case there are no any activity stored at all. Url looks like Maybe we can store activity by modifying BTW I've rebased PR but there are still conflicts in the |
@Koc conflicts 😨 |
b8a9d1f
to
4b1a335
Compare
@kesselb I know 😃 Fixed, BTW |
Signed-off-by: Konstantin Myakshin <[email protected]>
4b1a335
to
1d9fff1
Compare
Summary
I've added information about user which downloaded file via public link (if this user was logged in)
Checklist