-
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
Re-Sharing Behavior Update #9058
Comments
yes. good point, |
As discussed 👍 |
If I remember well we identified some potential difficulties but can't remember right now. |
Absolutely, we discussed this already in Stuttgart and I'm in favour of it! This would also make a lot of other stuff much easier! I will put this on my ToDo List 😄 |
Just came across this while trying to add acitivities for "Resharing". |
Any update when we want this ? |
Note: if we still don't want to schedule this, there's a bunch of permission propagation issues that will need to be solved then, like #13201 |
00002404 |
cc @craigpg FYI ... @michaelstingl has a request for this feature. |
@MorrisJobke @MTRichards Is it possible to put it in a milestone? When is planned? |
I don't see this happen before 8.2 @MTRichards FYI |
No sooner than 8.2, agreed. |
so we need a new milestone me hides 🙊 |
Now it is an official user request. |
@MTRichards did this make 9 or should we be setting a different expectation? |
Should be in 9.0. We are reworking sharing, thus this should be reflected in it. |
@schiesbn let's chat soon-ish about the migration path - THX |
@MTRichards do we have any reference database dump to 'play' with? Or at least an understanding how the most complex and biggest installations out there look like - with respect to resharing? THX |
@bboule is your link to our running systems. |
@DeepDiver1975 & @MorrisJobke I can provide/send you an actual dump if you want |
With #20773 in shares created via the OCS endpoint (so soon all shares!) will have the new sharing behaviour. So they are actually shares of the file owner but have the user that shares them as initiator. |
I can check with @caratsch - what do we want to know?
Anything else? |
Missing pieces to finish this:
|
This is basically just adding information about who owns the files. The info is already there in the share object. I just did not yet expose it to the outside world. |
PR for extending the API #21754 |
@rullzer anything left for "re-sharing" behavior update on the code side ?
|
|
@rullzer what about this ? |
@PVince81 ah crap forgot about that one... let me see what I can do :) |
@rullzer what's left to fix ? I thought it was that tooltip about the initiator but it got shot down. |
Yes lets close this. This is basically done. The multiple link shares (#22327) that are needed to have this resharing behaviour also for link shares is raised separatly, Other stuff that comes up now are either bug or new features :) |
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 a future ownCloud release (8?).
As an ownCloud user, I want people with reshare privileges on a file or folder that I have shared with them to be able to reshare that with other users, and I want those "reshared" recipients to appear in my shared to list, so that myself - and everyone that the file is shared with - knows who has access to the file.
This means two things have to happen:
and
In short, rather than creating an ad-hoc share using reshare, the user would be adding another person(s) to the file or folder owner's list of "shared with".
This will make it much easier to report on sharing, much faster for the API to allow mobile and desktop (in the future) to make changes to the shares, and makes it much easier on the admin and end user to understand.
The text was updated successfully, but these errors were encountered: