nextcloud / server

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

Use link name in activities #15663

Open rullzer opened 5 years ago

rullzer commented 5 years ago

Now that we can have multiple link shares it would be good to use that in the activities to have some more traceability.

Assume:

  1. userA creates a public link for externalB and a public link for externalC and names them the same
  2. externalB opens the link and uploads a new file 'X'
  3. externalC opens the link and also uplaods a new file 'Y'

Then in your activity stream you would see:

CC: @nickvergessen @MorrisJobke

wiswedel commented 5 years ago

Even though this would be nice indeed, it requires the finalization of the of oc_share.label implementation on the web UI first, in order to identify the several shares properly.

wiswedel commented 4 years ago

depends on https://github.com/nextcloud/server/issues/15500

tcitworld commented 3 years ago

Since #21357 is merged this should now be possible.