-
Notifications
You must be signed in to change notification settings - Fork 2.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
Allow multiple link shares #22327
Comments
You forgot to mention the following case:
So far and in 9.0, "user1" does not know about "user2"'s link. The question for this ticket is: do we want "user1" to also be able to know all link reshares that have been done ? From a "control my data" point of view I think it makes sense to make this visible. But for that the UI needs to be able to accomodate for multiple link shares to appear. |
Well, there is a long standing request for multiple share links in conjunction with (if emailed from ownCloud) a list of with whom the link was shared. That list could be something like Sharelink 1 (#)(x) Sharelink 2 (#)(x) ShareLink 3 (#) (x) Scrollable of the bottom if the list gets too long And where the (x) can be clicked to remove the link, and # is the number of times a link was accessed. |
and the cool thing is that now the share dialog is a panel in the sidebar, where it's ok to have a scrollbar. So there's room now 😉 |
If we are collapsing all re-shares internally into user1's account as part of the rework, then user2 when resharing logically would have the reshare link collapse into user1's tab, but with user2 also seeing the share link. Then, with federated sharing, it would be the same thing...right? |
So as it is currently done user1 sees everything. Since it is their data... user2 only sees what they have shared. |
Seems to work as described, which is good... |
@rullzer what exactly is the use-case here? It seems it would nicely be covered by »Share via email« as mentioned in #3224:
|
@jancborchardt well I do not always want to share via e-mail. |
@MTRichards assigning to you to write the user story |
As an ownCloud user, I want to be able to set up multiple links for sharing so that I can provide a unique link to the same shared directory or file to different people, and expire those links independently, and provide different privileges to each link. Acceptance Criteria:
Note: at the same time, we should merge files_drop capabilities into this part of sharing. Also note we need to update the desktop and mobile apps to be able to take advantage of this new capability, so the share the sharing API also needs to work with these options. |
I would strongly suggest we combine this with my longstanding proposal to be able to share directly to email adresses, with automatically generated individual links. This will make it nicely integrated. |
Linking #15459 here. |
@jancborchardt agreed. That should be easy then. And we can just add the link share to the list of link shares with a comment like. 'shared to ' so the owner still remembers what the link share was for. |
@rullzer it will simply appear in the list of shares. No need for a separate list of link shares. |
@rullzer I've a use-case where I do need to share one object using multiple share-links but I don't want to rely upon ownCloud automatic email. I need to write and send the email myself. |
I also need this feature including a way to add this kind of shares via the shares api. Actually I figured out that only one share is allowed after lots of debugging on my not working share creation api requests. |
Is there a chance to get this feature with 10.0? |
@moritzha Its a 10.0 milestone. |
Done in 10.0. Please try out 10.0 beta1 to see it in action. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
In the current state we allow 1 link share file per user. This is somewhat problematic given our new resharing behaviour (see #22295)
However even as a user I want to be able to have multiple link shares. Because in the current situation I have just 1 link share to give out. While what I actually want is create multiple link shares which I can also remove individually or expire at different dates.
@owncloud/designers maybe it is good to have a separate tab in the sidebar for link shares? To keep things a bit organized. Can you mock something up?
@owncloud/sharing Anybody sees an issue with multiple link shares per file per user?
CC: @PVince81 @DeepDiver1975 @MTRichards @schiesbn
The text was updated successfully, but these errors were encountered: