nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
26.17k stars 3.94k forks source link

Notification when a user download or upload a file #45449

Open artonge opened 1 month ago

artonge commented 1 month ago

Add a checkbox in the share details that will result in a notification. Those notifications can already be configured in the personal notifications sections, so no need to specify nc notification or email.

What about false positive, do we count download as any GET on WebDAV, or do we limit it to the Download button? Are we trying to count file access or actual downloads?

For internal shares? https://github.com/nextcloud/files_downloadactivity

artonge commented 1 month ago
Volker-K commented 2 weeks ago

In Addition: Enable any kind of notification when a file is uploaded to a folder that is shared by an external link. It is not clear to users why such a notification is possible for a share with a user, but not if a folder has been shared via an external link.

sorbaugh commented 6 days ago

@jancborchardt are we waiting for mock-ups for this?